diff options
author | DonĂ¡t Nagy <donat.nagy@ericsson.com> | 2025-03-20 17:08:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-20 17:08:52 +0100 |
commit | 7c1f473524abe4d85af9ea390d3516848c9ba31e (patch) | |
tree | a1f5d89332b73ea865936dcab0b85a0ca8a84100 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 03ceb26b55b855c64385c52020846eaa86dd278b (diff) | |
download | llvm-7c1f473524abe4d85af9ea390d3516848c9ba31e.zip llvm-7c1f473524abe4d85af9ea390d3516848c9ba31e.tar.gz llvm-7c1f473524abe4d85af9ea390d3516848c9ba31e.tar.bz2 |
[NFC][analyzer] Multipart checker refactor 1: VirtualCallChecker (#132072)
Simplify `VirtualCallChecker.cpp` with the help of the new framework for
multipart checkers that was introduced by commit
27099982da2f5a6c2d282d6b385e79d080669546. This is part of a commit
series that will perform analogous changes in all checker classes that
implement multiple user-facing checker parts (with separate names).
In this commit I'm removing the undocumented hidden
`cplusplus.VirtualCallModeling` checker, because (to my best
understanding) it was just a hacky implementation detail within the old
way of registering the "real" checker parts.
Note that keeping or re-adding an extra checker part like this modeling
checker would be very easy within the new framework; I'm removing it
only because I'm convinced that it is no longer useful.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions