[clang] [lldb] [HLSL] Implement intangible AST type (PR #97362)

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 31 12:05:52 PDT 2024


================
@@ -1390,7 +1390,8 @@ void ASTContext::InitBuiltinTypes(const TargetInfo &Target,
 #include "clang/Basic/HLSLIntangibleTypes.def"
   }
 
-  if (Target.hasAArch64SVETypes()) {
+  if (Target.hasAArch64SVETypes() ||
----------------
hekota wrote:

I don't see this change in this PR diff. This change was done in llvm/llvm-project#99446 and came in via merge from `main`.

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


More information about the cfe-commits mailing list