diff options
author | Endre Fulop <endre.fulop@sigmatechnology.se> | 2019-07-05 12:00:52 +0000 |
---|---|---|
committer | Endre Fulop <endre.fulop@sigmatechnology.se> | 2019-07-05 12:00:52 +0000 |
commit | 3078b5116662199b5590ae6e01bf7d21e231ae06 (patch) | |
tree | 7f17bfca734a5c86ae291456bf4a5810c1a53f5a | |
parent | 820cc01d1e65f7be7c3c27bcdcb6b8c13f4ec2e6 (diff) | |
download | bcm5719-llvm-3078b5116662199b5590ae6e01bf7d21e231ae06.tar.gz bcm5719-llvm-3078b5116662199b5590ae6e01bf7d21e231ae06.zip |
[NFC] Test commit access
llvm-svn: 365189
-rw-r--r-- | clang/include/clang/AST/ASTImporter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/AST/ASTImporter.h b/clang/include/clang/AST/ASTImporter.h index 4b2731e0f0f..4a55c120a45 100644 --- a/clang/include/clang/AST/ASTImporter.h +++ b/clang/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. |