[PATCH] D17134: [clang-tidy] Fix an assert failure of ForStmt in `readability-braces-around-statements` check.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 12 05:27:21 PST 2016
hokein marked an inline comment as done.
================
Comment at: test/clang-tidy/readability-braces-around-statements-assert-failure.cpp:16
@@ -6,2 +15,2 @@
}
}
----------------
> Interesting. Does creduce fail to further reduce the test?
I reduce the test case manually.
Now I use FileCheck with `-implicit-check-not` parameter to ignore all compilation errors.
http://reviews.llvm.org/D17134
More information about the cfe-commits
mailing list