aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorNagyDonat <donat.nagy@ericsson.com>2024-04-19 14:22:51 +0200
committerGitHub <noreply@github.com>2024-04-19 14:22:51 +0200
commite2f1cbae45f81f3cd9a4d3c2bcf69a094eb060fa (patch)
treea2fd6431291c5a2304cd9cc251ff9499f5de22bb /clang/lib/Frontend/CompilerInvocation.cpp
parent5af9701985c6abba328dbedbd2d9c602dc46c4b0 (diff)
downloadllvm-e2f1cbae45f81f3cd9a4d3c2bcf69a094eb060fa.zip
llvm-e2f1cbae45f81f3cd9a4d3c2bcf69a094eb060fa.tar.gz
llvm-e2f1cbae45f81f3cd9a4d3c2bcf69a094eb060fa.tar.bz2
[analyzer] Use explicit call description mode (easy cases) (#88879)
This commit explicitly specifies the matching mode (C library function, any non-method function, or C++ method) for the `CallDescription`s constructed in various checkers where this transition was easy and straightforward. This change won't cause major functional changes, but isn't NFC because it ensures that e.g. call descriptions for a non-method function won't accidentally match a method that has the same name. Separate commits will perform (or have already performed) this change in other checkers. My goal is to ensure that the call description mode is always explicitly specified and eliminate (or strongly restrict) the vague "may be either a method or a simple function" mode that's the current default.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions