[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] NFC: rename clang/include/clang/AST/Type.h to TypeBase.h (PR #155049)
Matheus Izvekov via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 28 21:03:14 PDT 2025
mizvekov wrote:
> If they are including `Type.h` in files that only exist downstream that will force them to deal with this both times around, unless I am missing something.
No, they would only have had to do that if they had rebased in between this commit landing and the next one, but that was a window of only a couple of minutes.
https://github.com/llvm/llvm-project/pull/155049
More information about the lldb-commits
mailing list