[PATCH] D53692: [analyzer] Evaluate all non-checker config options before analysis
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 2 04:34:07 PDT 2018
xazax.hun added inline comments.
================
Comment at: lib/StaticAnalyzer/Core/AnalyzerOptions.cpp:227
- CTUDir = getStringOption("ctu-dir", "");
- if (!llvm::sys::fs::is_directory(*CTUDir))
- CTUDir = "";
----------------
Szelethus wrote:
> This check should and will be moved to `parseConfigs` in a followup patch.
Just make sure to commit the patches together to not regress this check.
https://reviews.llvm.org/D53692
More information about the cfe-commits
mailing list