From: Endre Fulop Date: Fri, 5 Jul 2019 12:00:52 +0000 (+0000) Subject: [NFC] Test commit access X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85b66e10c86dff93111217e6d61dc2d2f14df6d6;p=clang [NFC] Test commit access git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365189 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ASTImporter.h b/include/clang/AST/ASTImporter.h index 4b2731e0f0..4a55c120a4 100644 --- a/include/clang/AST/ASTImporter.h +++ b/include/clang/AST/ASTImporter.h @@ -201,7 +201,7 @@ class TypeSourceInfo; } private: - // All the nodes of the path. + // All nodes of the path. VecTy Nodes; // Auxiliary container to be able to answer "Do we have a cycle ending // at last element?" as fast as possible.