]> granicus.if.org Git - clang/commit
Add __has_feature() for each of the type traits
authorDouglas Gregor <dgregor@apple.com>
Thu, 3 Feb 2011 21:57:35 +0000 (21:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 3 Feb 2011 21:57:35 +0000 (21:57 +0000)
commitafdf137c50f7f96ef865cf007f660dd663a8731f
tree880d81a66bcc4dafedeaa9e8f03c8488f566dc7b
parent67410b34bc82af0d16e3a7b531d260e4ef72ce11
Add __has_feature() for each of the type traits

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124820 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.html
lib/Lex/PPMacroExpansion.cpp
test/Lexer/has_feature_type_traits.cpp [new file with mode: 0644]