[libcxx-commits] [libcxx] [libc++] Diagnoses insufficiently aligned pointers for std::assume_aligned during constant evaluation (PR #73775)

Rajveer Singh Bharadwaj via libcxx-commits libcxx-commits at lists.llvm.org
Fri Dec 1 21:40:20 PST 2023


================
@@ -0,0 +1,32 @@
+//===----------------------------------------------------------------------===//
+//
+//                     The LLVM Compiler Infrastructure
+//
+// This file is dual licensed under the MIT and the University of Illinois Open
----------------
Rajveer100 wrote:

I had taken this from this file itself:

```
libcxx/test/libcxx/utilities/memory/ptr.align
assume_aligned.power2.verify.cpp
```

https://github.com/llvm/llvm-project/pull/73775


More information about the libcxx-commits mailing list