[PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.
Alexander Kornienko via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 26 04:37:13 PST 2016
alexfh added a comment.
Having said that, it makes sense to handle invalid AST in the check somehow (e.g. completely disable the check), so it doesn't generate spurious errors.
Repository:
rL LLVM
http://reviews.llvm.org/D16535
More information about the cfe-commits
mailing list