Files
clang-p2996/clang/lib/StaticAnalyzer/Checkers/WebKit
Ryosuke Niwa 24180ea0c2 [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.
2024-05-14 22:16:06 -07:00
..