diff options
author | Adam Balogh <adam.balogh@ericsson.com> | 2019-05-28 13:07:09 +0000 |
---|---|---|
committer | Adam Balogh <adam.balogh@ericsson.com> | 2019-05-28 13:07:09 +0000 |
commit | 9ed4b316d13f887b64bb4c129d462374e208d29e (patch) | |
tree | 828fe03672fd499551db916906257d54260de141 /llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp | |
parent | c0f43bee37f94df5384378d5ed99bd89c767871c (diff) | |
download | llvm-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