[PATCH] D16535: [clang-tidy] Check to find unintended semicolons that changes the semantics.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Feb 10 07:28:45 PST 2016


alexfh accepted this revision.
alexfh added a comment.

LG. Thanks!

Could you run the check on LLVM and post here a summary of results: how many warnings are generated, whether there are any false positives (based on a reasonably-sized random sample, if there are too many warnings to inspect all relevant code), etc.


http://reviews.llvm.org/D16535





More information about the cfe-commits mailing list