]> granicus.if.org Git - clang/commit
Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 25 Feb 2012 10:41:10 +0000 (10:41 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 25 Feb 2012 10:41:10 +0000 (10:41 +0000)
commit5297d71e8c85f9b04dc31c690e91c6a2f7eddb90
treefe2bb53479b6b942a2beac20e8251e83fe29ce99
parentd390de9c6312684c5e5b333f434199e193c7467a
Accept __has_feature(__feature__) as a synonym for __has_feature(feature) (and
likewise for __has_extension). Patch by Jonathan Sauer!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151445 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LanguageExtensions.html
lib/Lex/PPMacroExpansion.cpp
lib/Sema/AttributeList.cpp
test/Lexer/has_extension.c
test/Preprocessor/feature_tests.c