r336640 - Test commit
Stephen Kelly via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 9 23:55:12 PDT 2018
Author: steveire
Date: Mon Jul 9 23:55:12 2018
New Revision: 336640
URL: http://llvm.org/viewvc/llvm-project?rev=336640&view=rev
Log:
Test commit
Add redundant doc.
Modified:
cfe/trunk/include/clang/AST/ExprCXX.h
Modified: cfe/trunk/include/clang/AST/ExprCXX.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/ExprCXX.h?rev=336640&r1=336639&r2=336640&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/ExprCXX.h (original)
+++ cfe/trunk/include/clang/AST/ExprCXX.h Mon Jul 9 23:55:12 2018
@@ -619,6 +619,7 @@ public:
return SubExpr->getLocEnd();
}
+ /// Retrieve the source range of the expression.
SourceRange getSourceRange() const LLVM_READONLY {
return SubExpr->getSourceRange();
}
More information about the cfe-commits
mailing list