]> granicus.if.org Git - clang/commit
Add a __has_attribute macro that works much like __has_feature and __has_builtin.
authorAnders Carlsson <andersca@mac.com>
Wed, 20 Oct 2010 02:31:43 +0000 (02:31 +0000)
committerAnders Carlsson <andersca@mac.com>
Wed, 20 Oct 2010 02:31:43 +0000 (02:31 +0000)
commitcae5095c116c29a4e52c91fa0ad88df09dd2b45f
tree0edd3015a3b1a42dc4e51ce7e1c565924b880597
parent06ff47b0bbd6d311745010bf4d83ff394502ac0e
Add a __has_attribute macro that works much like __has_feature and __has_builtin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116906 91177308-0d34-0410-b5e6-96231b3b80d8
clang.xcodeproj/project.pbxproj
docs/LanguageExtensions.html
include/clang/CMakeLists.txt
include/clang/Lex/CMakeLists.txt [new file with mode: 0644]
include/clang/Lex/Makefile [new file with mode: 0644]
include/clang/Lex/Preprocessor.h
include/clang/Makefile
lib/Lex/CMakeLists.txt
lib/Lex/PPMacroExpansion.cpp
test/Lexer/has_attribute.cpp [new file with mode: 0644]