-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Open
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"
Description
#106730 added the __builtin_dedup_pack
, but it lacks some sugar after substitution, see the FIXME
// FIXME: add ability to represent sugarred type for N-th element of a |
We need to be careful to make the resulting operations linear and avoid quadratic compile times as in #153431.
Otherwise sharing the common data and concepts with PackIndexingType
should be beneficial for this, see
llvm-project/clang/include/clang/AST/Type.h
Line 6280 in db63c57
class PackIndexingType final |
Metadata
Metadata
Assignees
Labels
clang:frontendLanguage frontend issues, e.g. anything involving "Sema"Language frontend issues, e.g. anything involving "Sema"