This is an archive of the discontinued LLVM Phabricator instance.

[Parser] #pragma clang transform
Needs ReviewPublic

Authored by Meinersbur on Oct 17 2019, 12:25 AM.

Details

Summary

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.

Event Timeline

Meinersbur created this revision.Oct 17 2019, 12:25 AM
Meinersbur set the repository for this revision to rC Clang.Oct 17 2019, 12:32 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 17 2019, 12:32 AM
reames resigned from this revision.Oct 28 2019, 10:43 AM
Meinersbur updated this revision to Diff 228297.Nov 7 2019, 1:17 PM
  • Switch to monorepo
  • Move Transform.h/cpp to clangBasic
  • Separate Transform and TransformClause
  • Simplify transformation classes