summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2018-07-10 06:55:12 +0000
committerStephen Kelly <steveire@gmail.com>2018-07-10 06:55:12 +0000
commit8613c0b5d26aa70bff3700a03ecf5921f494d507 (patch)
treeeaf23cceca521fb50fccf760c58d713300e3dc06
parent08b81a5508473eecb3b12d7d621962b16fdada6e (diff)
downloadbcm5719-llvm-8613c0b5d26aa70bff3700a03ecf5921f494d507.tar.gz
bcm5719-llvm-8613c0b5d26aa70bff3700a03ecf5921f494d507.zip
Test commit
Add redundant doc. llvm-svn: 336640
-rw-r--r--clang/include/clang/AST/ExprCXX.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/include/clang/AST/ExprCXX.h b/clang/include/clang/AST/ExprCXX.h
index 1c4cd9b3a6c..8206a26b2c4 100644
--- a/clang/include/clang/AST/ExprCXX.h
+++ b/clang/include/clang/AST/ExprCXX.h
@@ -619,6 +619,7 @@ public:
return SubExpr->getLocEnd();
}
+ /// Retrieve the source range of the expression.
SourceRange getSourceRange() const LLVM_READONLY {
return SubExpr->getSourceRange();
}
OpenPOWER on IntegriCloud