diff options
author | Petr Hosek <phosek@google.com> | 2024-07-20 00:56:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-20 00:56:52 -0700 |
commit | d386a5582b286bbd8a52f2fd3dbc5c8f70a8f60d (patch) | |
tree | 9382d56f0fb14d4d8798f2171fde199bea4cf3f0 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | 867ff2d4268ca7eed89a24f100b67b68f5329439 (diff) | |
download | llvm-d386a5582b286bbd8a52f2fd3dbc5c8f70a8f60d.zip llvm-d386a5582b286bbd8a52f2fd3dbc5c8f70a8f60d.tar.gz llvm-d386a5582b286bbd8a52f2fd3dbc5c8f70a8f60d.tar.bz2 |
[libc] Make static_assert available even if NDEBUG is set (#99742)
This addresses an issue introduced in #98826 where static_assert was
made defined only when NDEBUG is not set which is different from all
other C libraries and breaks any code that uses static_assert and
doesn't guard it with NDEBUG.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions