baloghadamsoftware abandoned this revision.
baloghadamsoftware added a comment.
Superseded by https://reviews.llvm.org/D33537
https://reviews.llvm.org/D32350
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailm
xazax.hun added inline comments.
Comment at: lib/StaticAnalyzer/Checkers/ExceptionMisuseChecker.cpp:105
+ ReportExnSpec(ReportExnSpec) {
+ // In the beginning we have to parse list formatted options
+ SmallVector EnabledFuncsVec;
All comments should be ful
whisperity added inline comments.
Comment at: lib/StaticAnalyzer/Checkers/ExceptionMisuseChecker.cpp:80
+ bool WasReThrow;
+ Types CurrentThrows; // actually alive exceptions
+ FunctionExceptionsMap
There are some comment formatting issues along these lines.
baloghadamsoftware created this revision.
Herald added a subscriber: mgorny.
This is an old checker used only internally until now. The original author is
Bence Babati, I added him as a subscriber.
The checker checks whather exceptions escape the main() function, destructors.
functions with exc