[PATCH] D54401: [analyzer] Prefer returns values to out-params in CheckerRegistry.cpp

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 12 11:14:16 PST 2018


george.karpenkov added inline comments.


================
Comment at: include/clang/Basic/DiagnosticFrontendKinds.td:177
     "no analyzer checkers are associated with '%0'">;
-def note_suggest_disabling_all_checkers : Note<
-    "use -analyzer-disable-all-checks to disable all static analyzer checkers">;
----------------
@NoQ what does this option even do? Can you think of some legitimate uses?


Repository:
  rC Clang

https://reviews.llvm.org/D54401





More information about the cfe-commits mailing list