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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to