mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
![]() This patch represents a couple of months work (off and on since the summer) on Parser Symbol Table support for templates. This is symbol table support only, not parser support (that still needs to be done). What does work: - declarations, definitions & instantiations for class templates, function templates, & template templates - declarations, definitions & instantiations of class template partial specializations - template ordering & argument deduction (allows implicit template function instatiation) What doesn't (yet) work: - Explicit specializations - assorted smaller specific cases & bugs & things I havn't thought of yet |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.aix | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.qnx | ||
org.eclipse.cdt.core.solaris | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests |