Skip to content

Commit

Permalink
[clang][DebugInfo][test] Remove unchecked member variable in debug-in…
Browse files Browse the repository at this point in the history
…fo-static-inline-member

The check for this was removed in
#72974

This patch removes the member from the source itself since
it was confusing FileCheck
  • Loading branch information
Michael137 committed Nov 30, 2023
1 parent 7d5f79f commit c80b91b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion clang/test/CodeGenCXX/debug-info-static-inline-member.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ struct Foo {
static constexpr float cexpr_float = 2.0 + 1.0;
static constexpr Enum cexpr_enum = Enum::VAL;
static constexpr Empty cexpr_struct_with_addr{};
static inline Enum inline_enum = Enum::VAL;

template<typename T, unsigned V>
static constexpr auto cexpr_template = V;
Expand Down

0 comments on commit c80b91b

Please sign in to comment.