Details
Details
Diff Detail
Diff Detail
Paths
| Differential D49387
[analyzer] Make checkEndFunction() give access to the return statement ClosedPublic Authored by rnkovacs on Jul 16 2018, 10:20 AM.
Details
Diff Detail Event TimelineHerald added subscribers: mikhail.ramalho, a.sidorin, dkrupp and 3 others. · View Herald TranscriptJul 16 2018, 10:20 AM This revision is now accepted and ready to land.Jul 16 2018, 11:43 AM Closed by commit rL337215: [analyzer] Make checkEndFunction() give access to the return statement. (authored by rkovacs). · Explain WhyJul 16 2018, 1:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 155713 include/clang/StaticAnalyzer/Core/Checker.h
include/clang/StaticAnalyzer/Core/CheckerManager.h
lib/StaticAnalyzer/Checkers/CheckObjCDealloc.cpp
lib/StaticAnalyzer/Checkers/CheckerDocumentation.cpp
lib/StaticAnalyzer/Checkers/MisusedMovedObjectChecker.cpp
lib/StaticAnalyzer/Checkers/RetainCountChecker.cpp
lib/StaticAnalyzer/Checkers/StackAddrEscapeChecker.cpp
lib/StaticAnalyzer/Checkers/TestAfterDivZeroChecker.cpp
lib/StaticAnalyzer/Checkers/TraversalChecker.cpp
lib/StaticAnalyzer/Checkers/UninitializedObjectChecker.cpp
lib/StaticAnalyzer/Checkers/VirtualCallChecker.cpp
lib/StaticAnalyzer/Core/CheckerManager.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
|
:D