This is an archive of the discontinued LLVM Phabricator instance.

[pseudo] Move grammar-related headers to a separate dir, NFC.
ClosedPublic

Authored by hokein on Jun 9 2022, 3:19 AM.

Details

Summary

We did that for .cpp, but forgot the headers.

Diff Detail

Event Timeline

hokein created this revision.Jun 9 2022, 3:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 3:19 AM
hokein requested review of this revision.Jun 9 2022, 3:19 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2022, 3:19 AM
hokein updated this revision to Diff 435483.Jun 9 2022, 3:21 AM

update missing files.

sammccall accepted this revision.Jun 9 2022, 5:09 AM
sammccall added inline comments.
clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h
51–52

header guards should really be updated :-(

This revision is now accepted and ready to land.Jun 9 2022, 5:09 AM
hokein updated this revision to Diff 435516.Jun 9 2022, 5:54 AM

update header guards.

clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h
51–52

oops, forgot these. Updated.

This revision was landed with ongoing or failed builds.Jun 9 2022, 5:58 AM
This revision was automatically updated to reflect the committed changes.