]> granicus.if.org Git - clang/commit
Revert r300539 - Add #pragma clang attribute
authorAlex Lorenz <arphaman@gmail.com>
Tue, 18 Apr 2017 10:46:41 +0000 (10:46 +0000)
committerAlex Lorenz <arphaman@gmail.com>
Tue, 18 Apr 2017 10:46:41 +0000 (10:46 +0000)
commit7844d0af188cb376ec177cb1fb4bcb24272dc32b
treec6c244c42a2d72b62f4085cb2d7e1bc5ddcb48d4
parentdf381a38cfc0018e459897639364fcfe7adf7d11
Revert r300539 - Add #pragma clang attribute

Some tests fail on the Windows buildbots. I will have to investigate more.
This commit reverts r300539, r300540 and r300542.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@300543 91177308-0d34-0410-b5e6-96231b3b80d8
40 files changed:
docs/LanguageExtensions.rst
include/clang/Basic/Attr.td
include/clang/Basic/AttrSubjectMatchRules.h [deleted file]
include/clang/Basic/CMakeLists.txt
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/DiagnosticSemaKinds.td
include/clang/Basic/TokenKinds.def
include/clang/Parse/CMakeLists.txt
include/clang/Parse/Parser.h
include/clang/Sema/AttributeList.h
include/clang/Sema/Sema.h
lib/Basic/Attributes.cpp
lib/Parse/ParsePragma.cpp
lib/Parse/ParseStmt.cpp
lib/Parse/Parser.cpp
lib/Sema/AttributeList.cpp
lib/Sema/Sema.cpp
lib/Sema/SemaAttr.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
test/FixIt/fixit-pragma-attribute.c [deleted file]
test/FixIt/fixit-pragma-attribute.cpp [deleted file]
test/Misc/pragma-attribute-cxx-subject-match-rules.cpp [deleted file]
test/Misc/pragma-attribute-cxx.cpp [deleted file]
test/Misc/pragma-attribute-objc-subject-match-rules.m [deleted file]
test/Misc/pragma-attribute-objc.m [deleted file]
test/Misc/pragma-attribute-strict-subjects.c [deleted file]
test/Misc/pragma-attribute-supported-attributes-list.test [deleted file]
test/Parser/pragma-attribute-declspec.cpp [deleted file]
test/Parser/pragma-attribute.cpp [deleted file]
test/Sema/pragma-attribute-strict-subjects.c [deleted file]
test/Sema/pragma-attribute.c [deleted file]
test/lit.cfg
test/lit.site.cfg.in
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h