[PATCH] D127388: [pseudo] Move grammar-related headers to a separate dir, NFC.

2022-06-09 Thread Haojian Wu via Phabricator via cfe-commits
This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Closed by commit rGc70aeaad2b23: [pseudo] Move grammar-related headers to a separate dir, NFC. (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SIN

[PATCH] D127388: [pseudo] Move grammar-related headers to a separate dir, NFC.

2022-06-09 Thread Haojian Wu via Phabricator via cfe-commits
hokein added inline comments. Comment at: clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h:52 #ifndef CLANG_PSEUDO_GRAMMAR_H #define CLANG_PSEUDO_GRAMMAR_H sammccall wrote: > header guards should really be updated :-( oops, forgot these. Update

[PATCH] D127388: [pseudo] Move grammar-related headers to a separate dir, NFC.

2022-06-09 Thread Haojian Wu via Phabricator via cfe-commits
hokein updated this revision to Diff 435516. hokein added a comment. update header guards. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127388/new/ https://reviews.llvm.org/D127388 Files: clang-tools-extra/pseudo/fuzzer/Fuzzer.cpp clang-tools

[PATCH] D127388: [pseudo] Move grammar-related headers to a separate dir, NFC.

2022-06-09 Thread Sam McCall via Phabricator via cfe-commits
sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land. Comment at: clang-tools-extra/pseudo/include/clang-pseudo/grammar/Grammar.h:52 #ifndef CLANG_PSEUDO_GRAMMAR_H #define CLANG_PSEUDO_GRAMMAR_H he

[PATCH] D127388: [pseudo] Move grammar-related headers to a separate dir, NFC.

2022-06-09 Thread Haojian Wu via Phabricator via cfe-commits
hokein updated this revision to Diff 435483. hokein added a comment. update missing files. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127388/new/ https://reviews.llvm.org/D127388 Files: clang-tools-extra/pseudo/fuzzer/Fuzzer.cpp clang-tools

[PATCH] D127388: [pseudo] Move grammar-related headers to a separate dir, NFC.

2022-06-09 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added a project: All. hokein requested review of this revision. Herald added a subscriber: alextsao1999. Herald added a project: clang-tools-extra. We did that for .cpp, but forgot the headers. Repository: rG LLVM Github