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

Kirill Bobyrev via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 26 05:12:20 PST 2016


omtcyf0 added a comment.

Hm. Seems like this **is** either me using `run-clang-tidy.py` wrong or it working not properly, because I still get compilation errors. I believe I've done the same thing yesterday using the older tree and I didn't get any.

Thus said, everything's alright if the AST is acquired correctly. Otherwise the check works not as expected, so the fix Alexander wrote about is needed.


Repository:
  rL LLVM

http://reviews.llvm.org/D16535





More information about the cfe-commits mailing list