]> granicus.if.org Git - clang/commit
Add __has_feature support to detect if clang supports the explicit "atomic" keyword...
authorTed Kremenek <kremenek@apple.com>
Fri, 4 Jan 2013 19:04:44 +0000 (19:04 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 4 Jan 2013 19:04:44 +0000 (19:04 +0000)
commite4057c203c71873d93aead38d626b3cd29584d8a
tree8fb721af083cabc9beb1c11b76a99b5673cdc150
parente756b65deb75be660232a63d7e23f76123d76480
Add __has_feature support to detect if clang supports the explicit "atomic" keyword for ObjC properties.

Fixes <rdar://problem/12953378>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171504 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPMacroExpansion.cpp