================ @@ -507,7 +507,10 @@ Changes in existing checks and avoid false positives of function pointer and fix false positives on return of non-const pointer and fix false positives on pointer-to-member operator and avoid false positives when the address - of a variable is taken to be passed to a function. + of a variable is taken to be passed to a function. Additionally, + enabled the check for variables declared as ``auto`` (configurable + via the `AnalyzeAutoVariables` option) and lambdas (configurable + via `AnalyzeLambdas`). ---------------- vbvictor wrote:
I want to eventually replace all "multiple and statements" with bullet-points for readability. Not only this changelog is pain to read (at least for me). https://github.com/llvm/llvm-project/pull/157319 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
