[libcxx-commits] [libcxx] Add [[clang::lifetimebound]] to numerous functions in libc++ include headers (PR #112751)

via libcxx-commits libcxx-commits at lists.llvm.org
Fri Nov 1 12:32:59 PDT 2024


================
@@ -10,6 +10,8 @@
 #ifndef SUPPORT_TEST_MACROS_HPP
 #define SUPPORT_TEST_MACROS_HPP
 
+#pragma clang diagnostic warning "-Wdangling"
----------------
higher-performance wrote:

I had trouble digging up the CI error I got, so I just updated the PR to remove this edit. Let's see if we still get failures -- I don't recall which annotation would've caused this specifically.

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


More information about the libcxx-commits mailing list