[clang] [OpenACC] Implement Default clause for Compute Constructs (PR #88135)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 9 13:08:37 PDT 2024


================
@@ -419,6 +419,29 @@ enum class OpenACCDefaultClauseKind {
   Invalid,
 };
 
+template <typename StreamTy>
+inline StreamTy &PrintOpenACCDefaultClauseKind(StreamTy &Out,
----------------
erichkeane wrote:

Note I noticed that we got this wrong in the other two places in this file ( where I copied this from :D), so I've fixed them NFC here: 4bc4c7baed1a4ef13a0964fbf97f4dc1560de592

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


More information about the cfe-commits mailing list