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

Gábor Horváth via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 11 01:32:07 PST 2016


xazax.hun added a comment.

In http://reviews.llvm.org/D16535#348469, @alexfh wrote:

> 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.


This check did not give any results for LLVM codebase. I did not see any false positive on other projects yet, so I assume the false positive rate should be low (but might depend on coding style).


Repository:
  rL LLVM

http://reviews.llvm.org/D16535





More information about the cfe-commits mailing list