[PATCH] D47687: fix: [Bug 18971] - Missing -Wparentheses warning
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 3 10:09:16 PDT 2018
lebedev.ri added a comment.
In https://reviews.llvm.org/D47687#1120213, @Higuoxing wrote:
> As for some test cases,
The tests need to be within the patch itself, in this case
i guess that should go into `clang/test/Sema/`.
See other tests in there on how to write them.
And they will be run via `$ ninja check-clang` / `$ ninja check-clang-sema`.
Repository:
rC Clang
https://reviews.llvm.org/D47687
More information about the cfe-commits
mailing list