]> granicus.if.org Git - clang/commit
Check on null arguments in the presense of nonnull attribute.
authorFariborz Jahanian <fjahanian@apple.com>
Thu, 21 May 2009 18:48:51 +0000 (18:48 +0000)
committerFariborz Jahanian <fjahanian@apple.com>
Thu, 21 May 2009 18:48:51 +0000 (18:48 +0000)
commite898f8a94947c6074d76ff83943b47d5bbdf210d
tree1f78161a32336d99f5d0daedfcf751241a64c474
parent12d0c307369e4a523e2e40025bf124c310f98dff
Check on null arguments in the presense of nonnull attribute.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72219 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaChecking.cpp
test/Sema/nonnull-check.c [new file with mode: 0644]