dcoughlin accepted this revision.
dcoughlin added a comment.
This revision is now accepted and ready to land.

Looks great. It is nice to have this fixed and cleaned up!



================
Comment at: lib/StaticAnalyzer/Checkers/AnalysisOrderChecker.cpp:95
+      llvm::errs() << "PreCall";
+      if (const NamedDecl *ND = dyn_cast_or_null<NamedDecl>(Call.getDecl()))
+        llvm::errs() << " (" << ND->getQualifiedNameAsString() << ')';
----------------
Style nit: use auto for the casts.


Repository:
  rC Clang

https://reviews.llvm.org/D41934



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

Reply via email to