[PATCH] D30691: [analyzer] Support for naive cross translational unit analysis

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 07:11:29 PST 2017


xazax.hun added inline comments.


================
Comment at: lib/StaticAnalyzer/Core/AnalyzerOptions.cpp:407
+  if (!NaiveCTU.hasValue()) {
+    NaiveCTU = getBooleanOption("experimental-enable-naive-ctu-analysis",
+                                /*Default=*/false);
----------------
This option might not be the most readable but this way experimental is a prefix. Do you prefer this way or something like `enable-experimental-naive-ctu-analysis`?


https://reviews.llvm.org/D30691





More information about the cfe-commits mailing list