Skip to content

Commit 94f1c86

Browse files
committed
Revert "Remove extra switch from 0323938"
This reverts commit 6c0b9e3.
1 parent b68e2eb commit 94f1c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/lib/AST/DeclPrinter.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ static bool canPrintOnLeftSide(const Attr *A) {
277277
}
278278

279279
static bool mustPrintOnLeftSide(attr::Kind kind) {
280+
switch (kind) {
280281
#ifdef CLANG_ATTR_LIST_PrintOnLeft
281282
switch (kind) {
282283
CLANG_ATTR_LIST_PrintOnLeft

0 commit comments

Comments
 (0)