r365189 - [NFC] Test commit access

Endre Fulop via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 5 05:00:52 PDT 2019


Author: gamesh411
Date: Fri Jul  5 05:00:52 2019
New Revision: 365189

URL: http://llvm.org/viewvc/llvm-project?rev=365189&view=rev
Log:
[NFC] Test commit access

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

Modified: cfe/trunk/include/clang/AST/ASTImporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ASTImporter.h?rev=365189&r1=365188&r2=365189&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ASTImporter.h (original)
+++ cfe/trunk/include/clang/AST/ASTImporter.h Fri Jul  5 05:00:52 2019
@@ -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.




More information about the cfe-commits mailing list