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 63703ab commit ecf29baCopy full SHA for ecf29ba
clang/lib/Parse/ParseDecl.cpp
@@ -1934,8 +1934,7 @@ Parser::DeclGroupPtrTy Parser::ParseSimpleDeclaration(
1934
bool RequireSemi, ForRangeInit *FRI, SourceLocation *DeclSpecStart) {
1935
// Need to retain these for diagnostics before we add them to the DeclSepc.
1936
ParsedAttributesView OriginalDeclSpecAttrs;
1937
- OriginalDeclSpecAttrs.prependAll(DeclSpecAttrs.begin(),
1938
- DeclSpecAttrs.end());
+ OriginalDeclSpecAttrs.prependAll(DeclSpecAttrs.begin(), DeclSpecAttrs.end());
1939
OriginalDeclSpecAttrs.Range = DeclSpecAttrs.Range;
1940
1941
// Parse the common declaration-specifiers piece.
0 commit comments