[PATCH] D30009: Add support for '#pragma clang attribute'
Alex Lorenz via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 13 05:34:12 PDT 2017
arphaman updated this revision to Diff 91542.
arphaman added a comment.
Rebase on ToT
Repository:
rL LLVM
https://reviews.llvm.org/D30009
Files:
docs/LanguageExtensions.rst
include/clang/Basic/Attr.td
include/clang/Basic/AttrSubjectMatchRules.h
include/clang/Basic/CMakeLists.txt
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/SemaAttr.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaObjCProperty.cpp
test/FixIt/fixit-pragma-attribute.cpp
test/Misc/pragma-attribute-supported-attributes-list.test
test/Parser/pragma-attribute.cpp
test/Sema/pragma-attribute-strict-subjects.c
test/Sema/pragma-attribute.c
test/SemaCXX/pragma-attribute-subject-match-rules.cpp
test/SemaCXX/pragma-attribute.cpp
test/SemaObjC/pragma-attribute-subject-match-rules.m
test/SemaObjC/pragma-attribute.m
test/lit.cfg
test/lit.site.cfg.in
utils/TableGen/ClangAttrEmitter.cpp
utils/TableGen/TableGen.cpp
utils/TableGen/TableGenBackends.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D30009.91542.patch
Type: text/x-patch
Size: 151321 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170313/948d3c0e/attachment-0001.bin>
More information about the cfe-commits
mailing list