[Lldb-commits] [clang] [clang-tools-extra] [lldb] [clang] Reland: Instantiate alias templates with sugar (PR #101858)

Andrey Ali Khan Bolshakov via lldb-commits lldb-commits at lists.llvm.org
Mon Aug 5 09:53:52 PDT 2024


bolshakov-a wrote:

No, IWYU has some complex logic to figure out which type components the type alias author intends to provide, and which should be `#include`d at the use site. Of course, substituted template type arguments are the user responsibility, not the alias author's one, hence this information is important.

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


More information about the lldb-commits mailing list