This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0e07383433d0: [clang][cli] Generate and round-trip analyzer
options (authored by jansvoboda11).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE
jansvoboda11 updated this revision to Diff 320343.
jansvoboda11 added a comment.
Rebase, rename original parse function
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95369/new/
https://reviews.llvm.org/D95369
Files:
clang/include/clang/Driver/Op
dexonsmith added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:822
+
static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
DiagnosticsEngine &Diags) {
jansvoboda11 wrote:
> dexonsmith wrote:
>
jansvoboda11 added inline comments.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:822
+
static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,
DiagnosticsEngine &Diags) {
dexonsmith wrote:
> Can you rename this
jansvoboda11 updated this revision to Diff 320118.
jansvoboda11 added a comment.
Rebase, inline lambdas
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95369/new/
https://reviews.llvm.org/D95369
Files:
clang/include/clang/Driver/Options.td
clang
dexonsmith accepted this revision.
dexonsmith added a comment.
This revision is now accepted and ready to land.
LGTM.
Comment at: clang/lib/Frontend/CompilerInvocation.cpp:822
+
static bool ParseAnalyzerArgs(AnalyzerOptions &Opts, ArgList &Args,