[all-commits] [llvm/llvm-project] b80d98: [alpha.webkit.UncountedLocalVarsChecker] Detect as...

Ryosuke Niwa via All-commits all-commits at lists.llvm.org
Fri May 24 00:06:27 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b80d982a62676314ec93dc8881b9f8957217192a
      https://github.com/llvm/llvm-project/commit/b80d982a62676314ec93dc8881b9f8957217192a
  Author: Ryosuke Niwa <rniwa at webkit.org>
  Date:   2024-05-24 (Fri, 24 May 2024)

  Changed paths:
    M clang/lib/StaticAnalyzer/Checkers/WebKit/UncountedLocalVarsChecker.cpp
    M clang/test/Analysis/Checkers/WebKit/uncounted-local-vars.cpp

  Log Message:
  -----------
  [alpha.webkit.UncountedLocalVarsChecker] Detect assignments to uncounted local variable and parameters. (#92639)

This PR updates alpha.webkit.UncountedLocalVarsChecker to emit warnings
for assignments to uncounted local variable and parameters instead of
just the initialization during the declaration.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list