[all-commits] [llvm/llvm-project] e4c7ee: [analyzer][NFC] Simplify BugType handling in core....
DonatNagyE via All-commits
all-commits at lists.llvm.org
Thu Dec 7 01:23:32 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e4c7ee3c4418c1558c3a1c7337f031717ac100dd
https://github.com/llvm/llvm-project/commit/e4c7ee3c4418c1558c3a1c7337f031717ac100dd
Author: DonatNagyE <donat.nagy at ericsson.com>
Date: 2023-12-07 (Thu, 07 Dec 2023)
Changed paths:
M clang/lib/StaticAnalyzer/Checkers/BitwiseShiftChecker.cpp
Log Message:
-----------
[analyzer][NFC] Simplify BugType handling in core.BitwiseShift (#74609)
Eliminate the `mutable unique_ptr` hack because it's no longer needed.
(This cleanup could be done anywhere, I'm doing it here now because it
was me who published this checker with the old hack when it was already
superfluous.)
More information about the All-commits
mailing list