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

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Feb 3 11:34:36 PST 2025


================
@@ -764,6 +764,73 @@ void Parser::ParseGNUAttributeArgs(
                            ScopeLoc, Form);
 }
 
+void Parser::ParseAtomicAttribute(
----------------
erichkeane wrote:

I'm very much beginning to dislike the syntax for this, if it needs this much special handling.  We shoudl find a way to spell this attribute in a way that WORKS with our existing attribute formats.  Else this becomes REALLY difficult for other compilers to ignore.

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


More information about the cfe-commits mailing list