You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[C2y] Claim conformance to WG14 N3525 (llvm#166824)
The paper is ensuring that a static_assert operand can not be deferred
until runtime; it must accept an integer constant expression which is
resolved at compile time.
Note, Clang extends what it considers to be a valid integer constant
expression, so this also verifies the expected extension diagnostics.
0 commit comments