Revert "[clang] Instantiate alias templates with sugar"
authorAlexander Kornienko <alexfh@google.com>
Tue, 8 Nov 2022 13:03:19 +0000 (14:03 +0100)
committerAlexander Kornienko <alexfh@google.com>
Tue, 8 Nov 2022 16:19:54 +0000 (17:19 +0100)
commita5c18fcf6e7ffeea72aaf079477caf2ac1d641bc
tree75832e620a20f0cc45ed24c38387d5817bfaecf0
parentb5d91ab73e8c2702bddc5994538129ba267ed5fe
Revert "[clang] Instantiate alias templates with sugar"

This reverts commit 279fe6281d2ca5b2318c7437316c28750feaac8d, which causes
non-linear compilation time growth. See https://reviews.llvm.org/D136565#3914755
clang-tools-extra/clangd/unittests/HoverTests.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/test/AST/ast-dump-template-decls.cpp
clang/test/CXX/temp/temp.deduct.guide/p3.cpp
clang/test/Misc/diag-template-diffing.cpp
clang/test/SemaCXX/sizeless-1.cpp
clang/test/SemaTemplate/make_integer_seq.cpp
clang/test/SemaTemplate/temp_arg_nontype.cpp
lldb/test/API/commands/expression/import-std-module/shared_ptr/TestSharedPtrFromStdModule.py
lldb/test/API/commands/expression/import-std-module/weak_ptr-dbg-info-content/TestDbgInfoContentWeakPtrFromStdModule.py
lldb/test/API/commands/expression/import-std-module/weak_ptr/TestWeakPtrFromStdModule.py