[clang] [alpha.webkit.UncountedLocalVarsChecker] Ignore local vars of JSC::VM& type (PR #91068)

Ryosuke Niwa via cfe-commits cfe-commits at lists.llvm.org
Tue May 7 15:31:18 PDT 2024


rniwa wrote:

I'm not certain that we want to ignore all instances of VM& like this. It's certainly possible for some use of VM& to be unsafe. It might be better to suppress the warning explicitly instead.

https://github.com/llvm/llvm-project/pull/91068


More information about the cfe-commits mailing list