[PATCH] D83475: [analyzer] Add CTUImportCppThreshold for C++ files
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 9 06:38:29 PDT 2020
Szelethus added inline comments.
================
Comment at: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.def:48-50
#ifndef ANALYZER_OPTION_DEPENDS_ON_USER_MODE
/// Create a new analyzer option, but dont generate a method for it in
/// AnalyzerOptions. It's value depends on the option "user-mode".
----------------
This reminds me of some options having different default values depending on `-analyzer-config user-mode`. I think that solution, and the one proposed in this patch is subpar, but the best solution, turning this entire thing into a TableGen file, would be a chore.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83475/new/
https://reviews.llvm.org/D83475
More information about the cfe-commits
mailing list