[Lldb-commits] [clang] [lldb] [Serialization] Support loading template specializations lazily (PR #119333)

2024-12-12 Thread Ilya Biryukov via lldb-commits
ilya-biryukov wrote: Fixed by 7f4312015291a32d811a0f37e24b4d9736c524f7. https://github.com/llvm/llvm-project/pull/119333 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [lldb] [Serialization] Support loading template specializations lazily (PR #119333)

2024-12-12 Thread Ilya Biryukov via lldb-commits
ilya-biryukov wrote: Ah, it's `DisableFree` again. I'll send a fix. https://github.com/llvm/llvm-project/pull/119333 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [clang] [lldb] [Serialization] Support loading template specializations lazily (PR #119333)

2024-12-12 Thread Ilya Biryukov via lldb-commits
ilya-biryukov wrote: @ChuanqiXu9 the added test fails under ASAN that reports memory leaks: ``` $ cmake -G Ninja -DLLVM_USE_SANITIZER=Address -DCMAKE_CXX_COMPILER=clang -DCMAKE_C_COMPILER=clang ../ $ ninja SerializationTests $ ./tools/clang/unittests/Serialization/SerializationTests ``` produc

[Lldb-commits] [lldb] r333999 - Silence unhandled enums warning in ClangASTContext::GetEncoding

2018-07-06 Thread Ilya Biryukov via lldb-commits
Author: ibiryukov Date: Tue Jun 5 03:07:07 2018 New Revision: 333999 URL: http://llvm.org/viewvc/llvm-project?rev=333999&view=rev Log: Silence unhandled enums warning in ClangASTContext::GetEncoding The warning started firing after r333923, which added new builtin types (fixed point types) into