aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
diff options
context:
space:
mode:
authorAdam Balogh <adam.balogh@ericsson.com>2019-05-28 13:07:09 +0000
committerAdam Balogh <adam.balogh@ericsson.com>2019-05-28 13:07:09 +0000
commit9ed4b316d13f887b64bb4c129d462374e208d29e (patch)
tree828fe03672fd499551db916906257d54260de141 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
parentc0f43bee37f94df5384378d5ed99bd89c767871c (diff)
downloadllvm-9ed4b316d13f887b64bb4c129d462374e208d29e.zip
llvm-9ed4b316d13f887b64bb4c129d462374e208d29e.tar.gz
llvm-9ed4b316d13f887b64bb4c129d462374e208d29e.tar.bz2
[Analyzer] Replace `CXXSelfAssignmentBRVisitor` with `NoteTags`
The `cplusplus.SelfAssignment` checker has a visitor that is added to every `BugReport` to mark the to branch of the self assignment operator with e.g. `rhs == *this` and `rhs != *this`. With the new `NoteTag` feature this visitor is not needed anymore. Instead the checker itself marks the two branches using the `NoteTag`s. Differential Revision: https://reviews.llvm.org/D62479 llvm-svn: 361818
Diffstat (limited to 'llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp')
0 files changed, 0 insertions, 0 deletions