[clang] [Clang][AMDGPU] Add a new builtin type for buffer rsrc (PR #94830)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 7 22:19:15 PDT 2024
================
@@ -1091,6 +1091,9 @@ enum PredefinedTypeIDs {
// \brief WebAssembly reference types with auto numeration
#define WASM_TYPE(Name, Id, SingletonId) PREDEF_TYPE_##Id##_ID,
#include "clang/Basic/WebAssemblyReferenceTypes.def"
+// \breif AMDGPU types with auto numeration
----------------
arsenm wrote:
Typo breif
https://github.com/llvm/llvm-project/pull/94830
More information about the cfe-commits
mailing list