We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c1848 commit cf07239Copy full SHA for cf07239
clang/include/clang/AST/Expr.h
@@ -3582,9 +3582,7 @@ class CompoundLiteralExpr : public Expr {
3582
return Init->getBeginLoc();
3583
return LParenLoc;
3584
}
3585
- SourceLocation getEndLoc() const LLVM_READONLY {
3586
- return Init->getEndLoc();
3587
- }
+ SourceLocation getEndLoc() const LLVM_READONLY { return Init->getEndLoc(); }
3588
3589
static bool classof(const Stmt *T) {
3590
return T->getStmtClass() == CompoundLiteralExprClass;
0 commit comments