Move visitors to the implementation file, move a complicated logic into a function.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D55036
[analyzer] [NFC] Minor refactoring of RetainCountDiagnostics ClosedPublic Authored by george.karpenkov on Nov 28 2018, 4:26 PM.
Details Summary Move visitors to the implementation file, move a complicated logic into a function.
Diff Detail
Event TimelineHerald added subscribers: dkrupp, donat.nagy, Szelethus and 5 others. · View Herald TranscriptNov 28 2018, 4:26 PM This revision is now accepted and ready to land.Nov 29 2018, 1:11 PM Closed by commit rL347946: [analyzer] [NFC] Minor refactoring of RetainCountDiagnostics (authored by george.karpenkov). · Explain WhyNov 29 2018, 6:21 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 176016 cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.h
cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.h
cfe/trunk/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp
cfe/trunk/test/Analysis/osobject-retain-release.cpp
|