[PATCH] D30009: Add support for '#pragma clang attribute'

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 6 07:06:36 PDT 2017


arphaman updated this revision to Diff 94366.
arphaman marked 2 inline comments as done.
arphaman added a comment.

Addressed Aaron's comments.


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/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
  test/FixIt/fixit-pragma-attribute.cpp
  test/Misc/pragma-attribute-cxx-subject-match-rules.cpp
  test/Misc/pragma-attribute-cxx.cpp
  test/Misc/pragma-attribute-objc-subject-match-rules.m
  test/Misc/pragma-attribute-objc.m
  test/Misc/pragma-attribute-strict-subjects.c
  test/Misc/pragma-attribute-supported-attributes-list.test
  test/Parser/pragma-attribute-declspec.cpp
  test/Parser/pragma-attribute.cpp
  test/Sema/pragma-attribute-strict-subjects.c
  test/Sema/pragma-attribute.c
  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.94366.patch
Type: text/x-patch
Size: 167117 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170406/435cf6f6/attachment-0001.bin>


More information about the cfe-commits mailing list