]> granicus.if.org Git - clang/commit
Add __nonnull/__nullable/__null_unspecified predefines for Darwin.
authorDouglas Gregor <dgregor@apple.com>
Wed, 24 Jun 2015 22:02:16 +0000 (22:02 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 24 Jun 2015 22:02:16 +0000 (22:02 +0000)
commit9e31ec1a144756a6da73fb4da0a0a0253e90bcab
tree22849bdf4a767de306a716540ca6f8c1e5bada4b
parent673b679df99610957c4027f25fe82bbad2728cf8
Add __nonnull/__nullable/__null_unspecified predefines for Darwin.

Addresses the rest of rdar://problem/21530726.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240597 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/InitPreprocessor.cpp
test/Preprocessor/predefined-nullability.c [new file with mode: 0644]