Make __attribute__((nonnull)) use the general expression evaluator to search for
authorNick Lewycky <nicholas@mxc.ca>
Wed, 23 Jan 2013 05:08:29 +0000 (05:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 23 Jan 2013 05:08:29 +0000 (05:08 +0000)
commitc77c8e95e3f3a3f9161da179abf4b59f5dc78e74
tree7adfbb1b9cbc37e19f503beebc77d7d0c9d4de5e
parent761263bf47402a39205f79c168ef509371dd0a2e
Make __attribute__((nonnull)) use the general expression evaluator to search for
nulls instead of limiting itself to the language-defined "null pointer
constant".

llvm-svn: 173227
clang/lib/Sema/SemaChecking.cpp
clang/test/SemaCXX/attr-nonnull.cpp