From: Zhanyong Wan Date: Wed, 16 Jun 2010 17:21:03 +0000 (+0000) Subject: Test commit by adding a blank comment line. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ac54ec0a8ad305fdd76847c2fd6631cfb7baa82;p=clang Test commit by adding a blank comment line. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106114 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/RecursiveASTVisitor.h b/include/clang/AST/RecursiveASTVisitor.h index ece2f2d250..42fb939d41 100644 --- a/include/clang/AST/RecursiveASTVisitor.h +++ b/include/clang/AST/RecursiveASTVisitor.h @@ -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