[cfe-commits] r106114 - /cfe/trunk/include/clang/AST/RecursiveASTVisitor.h

Zhanyong Wan wan at google.com
Wed Jun 16 10:21:03 PDT 2010


Author: wan
Date: Wed Jun 16 12:21:03 2010
New Revision: 106114

URL: http://llvm.org/viewvc/llvm-project?rev=106114&view=rev
Log:
Test commit by adding a blank comment line.

Modified:
    cfe/trunk/include/clang/AST/RecursiveASTVisitor.h

Modified: cfe/trunk/include/clang/AST/RecursiveASTVisitor.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/RecursiveASTVisitor.h?rev=106114&r1=106113&r2=106114&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/RecursiveASTVisitor.h (original)
+++ cfe/trunk/include/clang/AST/RecursiveASTVisitor.h Wed Jun 16 12:21:03 2010
@@ -1253,6 +1253,7 @@
 // FIXME: go through all the stmts and exprs again, and see which of them
 // create new types, and recurse on the types (TypeLocs?) of those.
 // Candidates:
+//
 //    http://clang.llvm.org/doxygen/classclang_1_1CXXTypeidExpr.html
 //    http://clang.llvm.org/doxygen/classclang_1_1SizeOfAlignOfExpr.html
 //    http://clang.llvm.org/doxygen/classclang_1_1TypesCompatibleExpr.html





More information about the cfe-commits mailing list