[clang] Add clang atomic control options and attribute (PR #114841)

Yaxun Liu via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 20 20:49:33 PST 2025


================
@@ -313,6 +313,8 @@ EXTENSION(datasizeof, LangOpts.CPlusPlus)
 
 FEATURE(cxx_abi_relative_vtable, LangOpts.CPlusPlus && LangOpts.RelativeCXXABIVTables)
 
+FEATURE(atomic_attributes, true)
----------------
yxsamliu wrote:

will change

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


More information about the cfe-commits mailing list