[PATCH] D56989: [analyzer][NFC] Keep track of whether enabling a checker was explictly specified in command line arguments

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 26 08:34:28 PST 2019


Szelethus marked an inline comment as done.
Szelethus added inline comments.


================
Comment at: lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp:143
+  // Would it be better to name it '~experimental' or something else
+  // that's ASCIIbetically last?
+  llvm::sort(Checkers, checkerNameLT);
----------------
NoQ wrote:
> I learned a new word today :) :)
Wish it came from me, but I just moved it around... put a smile on my face every time I came across it too though :)


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56989/new/

https://reviews.llvm.org/D56989





More information about the cfe-commits mailing list