================ @@ -104,6 +104,20 @@ Options :option:`WarnPointersAsValues` and :option:`WarnPointersAsPointers`. Default is `true`. +.. option:: AnalyzeParameters + + Enable or disable the analysis of function parameters, like + ``void foo(int* ptr)``. Only reference and pointer parameters are analyzed. + As of current implementation, member function (including constructors) and ---------------- localspook wrote:
```suggestion Currently, member functions (including constructors) and ``` https://github.com/llvm/llvm-project/pull/171215 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
