[cfe-commits] r155340 - /cfe/trunk/include/clang/Tooling/Tooling.h

Manuel Klimek klimek at google.com
Mon Apr 23 01:43:08 PDT 2012


Author: klimek
Date: Mon Apr 23 03:43:08 2012
New Revision: 155340

URL: http://llvm.org/viewvc/llvm-project?rev=155340&view=rev
Log:
Fixes comment referencing old name.


Modified:
    cfe/trunk/include/clang/Tooling/Tooling.h

Modified: cfe/trunk/include/clang/Tooling/Tooling.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Tooling/Tooling.h?rev=155340&r1=155339&r2=155340&view=diff
==============================================================================
--- cfe/trunk/include/clang/Tooling/Tooling.h (original)
+++ cfe/trunk/include/clang/Tooling/Tooling.h Mon Apr 23 03:43:08 2012
@@ -15,7 +15,7 @@
 //  all TUs in which the given files are compiled.
 //
 //  It is also possible to run a FrontendAction over a snippet of code by
-//  calling runSyntaxOnlyToolOnCode, which is useful for unit testing.
+//  calling runToolOnCode, which is useful for unit testing.
 //
 //  Applications that need more fine grained control over how to run
 //  multiple FrontendActions over code can use ToolInvocation.





More information about the cfe-commits mailing list