From: Stephen Kelly Date: Tue, 10 Jul 2018 06:55:12 +0000 (+0000) Subject: Test commit X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5734eced0745f4cf3d04c6b07d5d048d8a785537;p=clang Test commit Add redundant doc. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336640 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/ExprCXX.h b/include/clang/AST/ExprCXX.h index 1c4cd9b3a6..8206a26b2c 100644 --- a/include/clang/AST/ExprCXX.h +++ b/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(); }