[clang] [Clang] Introduce scoped variants of GNU atomic functions (PR #72280)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 14 22:55:26 PST 2023


================
@@ -54,6 +59,16 @@ enum class SyncScope {
 
 inline llvm::StringRef getAsString(SyncScope S) {
----------------
arsenm wrote:

I guess this is a pre-existing problem, but why don't these just match the backend string names?

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


More information about the cfe-commits mailing list