]> granicus.if.org Git - clang/commit
Apply the nonnull attribute to constructor expressions too.
authorNick Lewycky <nicholas@mxc.ca>
Fri, 25 Mar 2011 01:44:32 +0000 (01:44 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Fri, 25 Mar 2011 01:44:32 +0000 (01:44 +0000)
commit909a70d8a185f701c20bacc3c76f8f5979cbbc7c
treecb7a231d18b78b008ad9fea89388cb523433f428
parent2a523eec6a31955be876625819b89e8dc5def707
Apply the nonnull attribute to constructor expressions too.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128253 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaChecking.cpp
lib/Sema/SemaDeclCXX.cpp
test/SemaCXX/attr-nonnull.cpp