[PATCH] D41815: [clang-tidy] implement check for goto

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 16 08:47:29 PST 2018


aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM aside from a minor formatting nit.



================
Comment at: clang-tidy/hicpp/HICPPTidyModule.cpp:57
         "hicpp-exception-baseclass");
-    CheckFactories.registerCheck<SignedBitwiseCheck>(
-        "hicpp-signed-bitwise");
+    CheckFactories.registerCheck<SignedBitwiseCheck>("hicpp-signed-bitwise");
     CheckFactories.registerCheck<google::ExplicitConstructorCheck>(
----------------
Spurious formatting change -- feel free to commit separately (no review required) if you want to fix it.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D41815





More information about the cfe-commits mailing list