alexshap added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/NumberObjectConversionChecker.cpp:149
                                                      BugReporter &BR) const {
   MatchFinder F;
   Callback CB(this, BR, AM.getAnalysisDeclContext(D));
----------------
probably it would make sense to move "MatchFinder F;" to the line 276 (closer 
to the place where it's actually being used)(or maybe i'm missing smth ?) 


https://reviews.llvm.org/D25731



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to