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 09eb9f1 commit 9ed1aa3Copy full SHA for 9ed1aa3
clang/lib/AST/DeclPrinter.cpp
@@ -1037,12 +1037,9 @@ void DeclPrinter::VisitVarDecl(VarDecl *D) {
1037
: D->getName();
1038
1039
if (!Policy.SuppressTagKeyword && Policy.SuppressScope &&
1040
- !Policy.SuppressUnwrittenScope) {
+ !Policy.SuppressUnwrittenScope)
1041
MaybePrintTagKeywordIfSupressingScopes(Policy, T, Out);
1042
- printDeclType(T, Name);
1043
- } else {
1044
1045
- }
+ printDeclType(T, Name);
1046
1047
// Print the attributes that should be placed right before the end of the
1048
// decl.
0 commit comments