summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEndre Fulop <endre.fulop@sigmatechnology.se>2019-07-05 12:00:52 +0000
committerEndre Fulop <endre.fulop@sigmatechnology.se>2019-07-05 12:00:52 +0000
commit3078b5116662199b5590ae6e01bf7d21e231ae06 (patch)
tree7f17bfca734a5c86ae291456bf4a5810c1a53f5a
parent820cc01d1e65f7be7c3c27bcdcb6b8c13f4ec2e6 (diff)
downloadbcm5719-llvm-3078b5116662199b5590ae6e01bf7d21e231ae06.tar.gz
bcm5719-llvm-3078b5116662199b5590ae6e01bf7d21e231ae06.zip
[NFC] Test commit access
llvm-svn: 365189
-rw-r--r--clang/include/clang/AST/ASTImporter.h2
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.
OpenPOWER on IntegriCloud