Skip to content

Commit 9854d9e

Browse files
Update clang/lib/AST/ItaniumMangle.cpp
Co-authored-by: Sirraide <[email protected]>
1 parent cde51d9 commit 9854d9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/AST/ItaniumMangle.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4949,7 +4949,7 @@ void CXXNameMangler::mangleExpression(const Expr *E, unsigned Arity,
49494949
case Expr::CXXReflectExprClass: {
49504950
// TODO(Reflection): implement this after introducing std::meta::info
49514951
// and add info in APValue
4952-
break;
4952+
[[fallthrough]];
49534953
}
49544954

49554955
// FIXME: invent manglings for all these.

0 commit comments

Comments
 (0)