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

Helena Kotas via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 3 12:34:55 PDT 2024


================
@@ -757,7 +757,8 @@ void USRGenerator::VisitType(QualType T) {
         case BuiltinType::OCLReserveID:
           Out << "@BT at OCLReserveID"; break;
         case BuiltinType::OCLSampler:
-          Out << "@BT at OCLSampler"; break;
+          Out << "@BT at OCLSampler";
+          break;
----------------
hekota wrote:

No, this is probably the clang-format side effect. I'll fix it.

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


More information about the cfe-commits mailing list