================
Comment at: include/clang/Tooling/Tooling.h:78
@@ +77,3 @@
+/// \brief Called at the end of each source file when used with
+/// newFrontendActionFactory.
+class EndOfSourceFileCallback {
----------------
nit: \c newFrontendActionFactory.

================
Comment at: unittests/Tooling/ToolingTest.cpp:150
@@ +149,3 @@
+  std::vector<std::string> Sources;
+  Sources.push_back("/a.cc");
+  Sources.push_back("/b.cc");
----------------
Either count calls or use only one file.


http://llvm-reviews.chandlerc.com/D77

BRANCH
  on-tu-finished
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to