[PATCH] D53276: [analyzer][NFC] Fix some incorrect uses of -analyzer-config options

George Karpenkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 25 10:31:37 PDT 2018


george.karpenkov requested changes to this revision.
george.karpenkov added a comment.
This revision now requires changes to proceed.

Minor nitpicks, otherwise makes sense!



================
Comment at: include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:746
+  /// exploring a top level function (for each exploded graph). 0 means no limit.
+  unsigned getRegionStoreSmallStructLimit();
+
----------------
The comment seems completely distinct from the function name.


================
Comment at: include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:748
+
+  StringRef getModelPath();
 };
----------------
Comment?


https://reviews.llvm.org/D53276





More information about the cfe-commits mailing list