[all-commits] [llvm/llvm-project] 24180e: [analyzer] Treat break, continue, goto, and label ...
Ryosuke Niwa via All-commits
all-commits at lists.llvm.org
Tue May 14 22:16:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 24180ea0c295856a696992f072c36259a266226b
https://github.com/llvm/llvm-project/commit/24180ea0c295856a696992f072c36259a266226b
Author: Ryosuke Niwa <rniwa at webkit.org>
Date: 2024-05-14 (Tue, 14 May 2024)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/WebKit/PtrTypesSemantics.cpp
M clang/test/Analysis/Checkers/WebKit/uncounted-obj-arg.cpp
Log Message:
-----------
[analyzer] Treat break, continue, goto, and label statements as trivial in WebKit checkers. (#91873)
Also allow CXXBindTemporaryExpr, which creates a temporary object with a
non-trivial destructor, and add a few more std and WTF functions to the
explicitly allowed list.
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