================
@@ -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`).
----------------
localspook wrote:

This changelog is getting really big (and will be even bigger after #171215), 
so we'll probably need a PR to split it into bullet points.

https://github.com/llvm/llvm-project/pull/157319
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to