[PATCH] D126373: [pseudo-gen] Add -o flag, make --grammar required
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 05:47:25 PDT 2022
thakis created this revision.
thakis added a reviewer: hokein.
Herald added a subscriber: mgorny.
Herald added a project: All.
thakis requested review of this revision.
Herald added a project: clang-tools-extra.
Virtually all LLVM tools accept a `-o` flag, so add one. This will make it
possible to possibly add a --write-if-changed flag later.
Marking --grammar as `Required` allows removing some manual
verification code for it.
https://reviews.llvm.org/D126373
Files:
clang-tools-extra/pseudo/gen/Main.cpp
clang-tools-extra/pseudo/include/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126373.431954.patch
Type: text/x-patch
Size: 3682 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220525/80e856b0/attachment.bin>
More information about the cfe-commits
mailing list