This is an archive of the discontinued LLVM Phabricator instance.

[CIndex] #pragma clang transform
Needs ReviewPublic

Authored by Meinersbur on Dec 12 2019, 5:17 PM.

Details

Summary

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.

Diff Detail