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

Xiang Li via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 31 11:32:11 PDT 2024


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

Is this expected change for intangible AST type?

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


More information about the cfe-commits mailing list