[Lldb-commits] [clang] [lldb] [HLSL] Implement intangible AST type (PR #97362)
Xiang Li via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 3 12:32:35 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;
----------------
python3kgae wrote:
Is this expected?
https://github.com/llvm/llvm-project/pull/97362
More information about the lldb-commits
mailing list