diff options
author | Oleksandr T. <oleksandr.tarasiuk@outlook.com> | 2025-10-17 21:50:08 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-17 21:50:08 +0300 |
commit | dc27696e9e252f318d978ced61865c72cb12c4d7 (patch) | |
tree | bdbdda625b7fdcf74535c5fe9ff7cc4b064b10da /llvm/unittests/ExecutionEngine/Orc/MemoryMapperTest.cpp | |
parent | 783b050f88260c0d412c705110f00ce6c45bd7be (diff) | |
download | llvm-dc27696e9e252f318d978ced61865c72cb12c4d7.zip llvm-dc27696e9e252f318d978ced61865c72cb12c4d7.tar.gz llvm-dc27696e9e252f318d978ced61865c72cb12c4d7.tar.bz2 |
[Clang] disallow constexpr with auto and explicit type in C23 (#163469)
Fixes #163090
---
This PR addresses the issue of Clang not diagnosing the invalid
combination of `constexpr`,
`auto`, and an explicit type
```c
constexpr auto int x = 0
```
Diffstat (limited to 'llvm/unittests/ExecutionEngine/Orc/MemoryMapperTest.cpp')
0 files changed, 0 insertions, 0 deletions