================ @@ -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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits