[PATCH] D95403: [clang-tidy][analyzer][WIP] Clang-tidy reverse integration into Static Analyzer.
Jan Svoboda via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 18 06:13:38 PDT 2021
jansvoboda11 removed a reviewer: jansvoboda11.
jansvoboda11 added inline comments.
Herald added a subscriber: jansvoboda11.
================
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:640
+ StringRef CheckList = A->getValue();
+ Opts.TidyChecks.emplace_back(CheckList);
+ }
----------------
Can you please use the option marshalling infrastructure instead? https://clang.llvm.org/docs/InternalsManual.html#adding-new-command-line-option
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95403/new/
https://reviews.llvm.org/D95403
More information about the cfe-commits
mailing list