[PATCH] D70439: [Analyzer][Docs][NFC] Add CodeChecker to the command line tools
Csaba Dabis via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 5 23:11:10 PST 2019
Charusso added a comment.
I would change the order of CCh and scan-build because we usually list stuff in alphabetical order. Also the chronological order is that, the newest is the first.
================
Comment at: clang/www/analyzer/command-line.html:54
+ <li>Can run clang-tidy checkers too.</li>
+ <li>Out-of-tree, not part of the LLVM project.</li>
+ </ul>
----------------
LLVM peoples seems to care to use open source projects, so I would mention it.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70439/new/
https://reviews.llvm.org/D70439
More information about the cfe-commits
mailing list