[PATCH] D69089: [Parser] #pragma clang transform
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 17 00:30:19 PDT 2019
Meinersbur created this revision.
Meinersbur added reviewers: hfinkel, kbarton, SjoerdMeijer, aaron.ballman, ABataev, fhahn, hsaito, hans, greened, dmgreen, reames, Ayal, asavonic, rtrieu, dorit, rsmith, tyler.nowicki.
Herald added a subscriber: mgorny.
Herald added a reviewer: jdoerfert.
Parse the tokens between the annotation tokens and calls ActOn... methods of Sema which are empty in this patch.
For a full description, see D69088 <https://reviews.llvm.org/D69088>.
https://reviews.llvm.org/D69089
Files:
include/clang/AST/StmtTransform.h
include/clang/AST/Transform.h
include/clang/AST/TransformKinds.def
include/clang/Basic/DiagnosticGroups.td
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Parse/Parser.h
include/clang/Sema/Sema.h
lib/AST/CMakeLists.txt
lib/AST/StmtTransform.cpp
lib/AST/Transform.cpp
lib/Parse/CMakeLists.txt
lib/Parse/ParseStmt.cpp
lib/Parse/ParseTransform.cpp
lib/Sema/CMakeLists.txt
lib/Sema/SemaTransform.cpp
test/Parser/pragma-transform.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69089.225360.patch
Type: text/x-patch
Size: 25139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191017/de586c4f/attachment-0001.bin>
More information about the cfe-commits
mailing list