We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d5f79f commit c80b91bCopy full SHA for c80b91b
clang/test/CodeGenCXX/debug-info-static-inline-member.cpp
@@ -16,7 +16,6 @@ struct Foo {
16
static constexpr float cexpr_float = 2.0 + 1.0;
17
static constexpr Enum cexpr_enum = Enum::VAL;
18
static constexpr Empty cexpr_struct_with_addr{};
19
- static inline Enum inline_enum = Enum::VAL;
20
21
template<typename T, unsigned V>
22
static constexpr auto cexpr_template = V;
0 commit comments