]> granicus.if.org Git - clang/commitdiff
[NFC] Test commit access
authorEndre Fulop <endre.fulop@sigmatechnology.se>
Fri, 5 Jul 2019 12:00:52 +0000 (12:00 +0000)
committerEndre Fulop <endre.fulop@sigmatechnology.se>
Fri, 5 Jul 2019 12:00:52 +0000 (12:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@365189 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ASTImporter.h

index 4b2731e0f0f80686a5a4f27568034d85a17e0838..4a55c120a457956feec9b68acbdf6f4a57b639ce 100644 (file)
@@ -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.