[PATCH] D71447: [CIndex] #pragma clang transform
Michael Kruse via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 12 17:19:48 PST 2019
Meinersbur created this revision.
Meinersbur added reviewers: abramobagnara, ddunbar, aganea, hfinkel, rjmccall, kbarton, SjoerdMeijer, aaron.ballman, ABataev, fhahn, hsaito, hans, greened, dmgreen, Ayal, asavonic, rtrieu, dorit, rsmith, tyler.nowicki, jdoerfert.
Herald added a subscriber: arphaman.
Herald added a project: clang.
Meinersbur added a parent revision: D69091: [Sema] #pragma clang transform.
Support for #pragma clang transform in cindex. Like for OpenMP directives, there is no CXCursor for clauses, such that expressions in clauses are visited directly as children of TransformExecutableDirective. CXCursor for clause might be implemented separately.
For a full description, see D69088 <https://reviews.llvm.org/D69088>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D71447
Files:
clang/include/clang-c/Index.h
clang/test/Index/transform.c
clang/tools/libclang/CIndex.cpp
clang/tools/libclang/CXCursor.cpp
clang/tools/libclang/CursorVisitor.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71447.233719.patch
Type: text/x-patch
Size: 3751 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191213/c2d8ebaf/attachment.bin>
More information about the cfe-commits
mailing list