[Lldb-commits] [clang] [lldb] [clang][AST] fix ast-print of extern <lang> with >=2 declarators, fixed (PR #93913)
Artem Yurchenko via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 7 11:44:24 PDT 2024
temyurchenko wrote:
> Hmm... I don't have a great idea. Is using it not enough to get it to be emitted? I see here we don't seem to cause them to be emitted: https://godbolt.org/z/nYzMca7Te
Yes, I get the same result. I also tried adding a test in `DeclPrinterTest`, but it doesn't lookup builtins.
https://github.com/llvm/llvm-project/pull/93913
More information about the lldb-commits
mailing list