[PATCH] D99861: [Clang] Record tokens in attribute arguments for user-defined C++/C2x attributes

Josh Junon via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 8 11:10:03 PDT 2021


Qix- updated this revision to Diff 336173.
Qix- added a comment.

Updated the diff to include a lot more context (-U9999). Thanks again for the tip :)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D99861/new/

https://reviews.llvm.org/D99861

Files:
  clang/examples/CMakeLists.txt
  clang/examples/PrintAttributeTokens/CMakeLists.txt
  clang/examples/PrintAttributeTokens/PrintAttributeTokens.cpp
  clang/examples/PrintAttributeTokens/PrintAttributeTokens.exports
  clang/examples/PrintAttributeTokens/README.txt
  clang/include/clang/Lex/Preprocessor.h
  clang/include/clang/Sema/ParsedAttr.h
  clang/lib/Lex/Preprocessor.cpp
  clang/lib/Parse/ParseDecl.cpp
  clang/lib/Parse/ParseDeclCXX.cpp
  clang/lib/Sema/ParsedAttr.cpp
  clang/test/Frontend/plugin-print-attr-tokens.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99861.336173.patch
Type: text/x-patch
Size: 22980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210408/0f91a05b/attachment-0001.bin>


More information about the cfe-commits mailing list