]> granicus.if.org Git - clang/commitdiff
Test commit by adding a blank comment line.
authorZhanyong Wan <wan@google.com>
Wed, 16 Jun 2010 17:21:03 +0000 (17:21 +0000)
committerZhanyong Wan <wan@google.com>
Wed, 16 Jun 2010 17:21:03 +0000 (17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106114 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/RecursiveASTVisitor.h

index ece2f2d250370c65d7164d3f0fc04bc538c7cd2d..42fb939d41e9e14faf410e8972b91b5170a98b7d 100644 (file)
@@ -1253,6 +1253,7 @@ DEF_TRAVERSE_STMT(ObjCStringLiteral, { })
 // 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