1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-21 21:52:10 +02:00
Find a file
Nathan Ridge 089d7e1d61 Bug 541549 - Pack expansion expression in type of alias template
Alias templates can be instantiated with dependent arguments, which
can themselves contain a pack expansion, so we need to take care
that pack expansion expressions are instantiated correctly.

This was previously fixed for pack expansions of types and template
arguments in bug 486971.

The patch also fixes a bug in CPPTypedef.getType() where alias
declarations weren't handled correctly. (This bug would only occur
during debugging as normally the type would be computed via setType().

Change-Id: Ie70a923fc9dd0f177b7bfb429b8f1387966b416d
2018-12-05 14:34:40 -05:00
.mvn Sync tycho pomless to main tycho used to build to 1.1.0 2018-03-26 13:12:38 +03:00
build Remove a few internal, deprecated methods 2018-12-03 23:12:24 -05:00
codan Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
core Bug 541549 - Pack expansion expression in type of alias template 2018-12-05 14:34:40 -05:00
cross Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
debug Remove JVM MaxPermSize arguments (unused since Java 8) 2018-11-29 23:05:14 -05:00
doc Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
dsf Bug 540373: Post code-cleanup for DSF examples 2018-11-24 11:22:15 +00:00
dsf-gdb Remove JVM MaxPermSize arguments (unused since Java 8) 2018-11-29 23:05:14 -05:00
jtag Remove JVM MaxPermSize arguments (unused since Java 8) 2018-11-29 23:05:14 -05:00
launch Bug 541709 Fix up exceptions when we can't find toolchains. 2018-11-29 13:31:16 -05:00
llvm Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
lrparser Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
lsp [LSP4E] Support separate semantic highlightings for declarations of functions, methods, and local variables 2018-12-01 17:49:05 -05:00
memory Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
native Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
qt Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
releng Remove JVM MaxPermSize arguments (unused since Java 8) 2018-11-29 23:05:14 -05:00
remote Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
testsrunner Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
toolchains/arduino Bug 541784. Fix typo in recipe_objcopy_eep_pattern 2018-12-02 13:49:21 -05:00
upc Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
util Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
visualizer Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
windows Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
xlc Bug 540373: Update the compiler warnings/ignores 2018-11-24 10:55:06 +00:00
.gitattributes Bug 540373: Instructions on how to rebase an old commit onto master 2018-11-24 17:50:05 +00:00
.gitignore Bug 540373: Add a code cleanliness check script 2018-11-23 14:59:29 +00:00
pom.xml Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.sh 2018-11-22 20:31:51 +00:00