xazax.hun added a comment. Some minor style comments.
================ Comment at: include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h:146 @@ -144,2 +145,3 @@ public: + BugReport(BugType &bt, StringRef desc, const ExplodedNode *errornode, ---------------- Ampersand should be next to the variable name. On some other places too. ================ Comment at: lib/StaticAnalyzer/Core/BugId.cpp:2 @@ +1,3 @@ +//===---------- BugId.cpp - Unique bugid utility ------------------*- C++ +//-*-===// +// ---------------- The top of the header should be one line and should be within the 80 column limit. http://reviews.llvm.org/D10305 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
