]> granicus.if.org Git - clang/commitdiff
Test commit
authorStephen Kelly <steveire@gmail.com>
Tue, 10 Jul 2018 06:55:12 +0000 (06:55 +0000)
committerStephen Kelly <steveire@gmail.com>
Tue, 10 Jul 2018 06:55:12 +0000 (06:55 +0000)
Add redundant doc.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@336640 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/ExprCXX.h

index 1c4cd9b3a6cb584891b5b49f8330556410e2b795..8206a26b2c4b5183ddaea4f47c5bb237f06ffe63 100644 (file)
@@ -619,6 +619,7 @@ public:
     return SubExpr->getLocEnd();
   }
 
+  /// Retrieve the source range of the expression.
   SourceRange getSourceRange() const LLVM_READONLY {
     return SubExpr->getSourceRange();
   }