[PATCH] D53277: [analyzer][NFC] Collect all -analyzer-config options in a .def file

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 22 02:43:49 PDT 2018


xazax.hun added inline comments.


================
Comment at: include/clang/StaticAnalyzer/Core/AnalyzerOptions.def:445
+
+ANALYZER_OPTION_GEN_FN(StringRef, ModelPath, "model-path", "", "", getModelPath)
+
----------------
Should we explain the feature in the commad line path? 

The description might be somethinge like:
`(string) The analyzer can inline an alternative implementation written in C at the call site if the called function's body is not available. This is a path where to look for those alternative implementations (called models).`


https://reviews.llvm.org/D53277





More information about the cfe-commits mailing list