[clang] `__noop` not marked as constexpr #102064 (PR #105983)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 26 06:37:26 PDT 2024
================
@@ -861,6 +861,8 @@ Bug Fixes to Compiler Builtins
- Clang now allows pointee types of atomic builtin arguments to be complete template types
that was not instantiated elsewhere.
+- Fix ``__noop`` not marked as constexpr. (#GH102064)
----------------
AaronBallman wrote:
```suggestion
- ``__noop` can now be used in a constant expression. (#GH102064)
```
https://github.com/llvm/llvm-project/pull/105983
More information about the cfe-commits
mailing list