1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core
John Camelon 409b1021af Patch for Andrew Niefer
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
2004-02-11 03:07:33 +00:00
..
org.eclipse.cdt.core Patch for Andrew Niefer 2004-02-11 03:07:33 +00:00
org.eclipse.cdt.core.aix Patch for Alain Magloire: 2003-12-05 18:53:06 +00:00
org.eclipse.cdt.core.linux Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
org.eclipse.cdt.core.qnx Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
org.eclipse.cdt.core.solaris Change the version to reflect the one in the head. 2003-12-05 18:40:06 +00:00
org.eclipse.cdt.core.tests Patch for Andrew Niefer 2004-02-11 03:07:33 +00:00
org.eclipse.cdt.core.win32 Replace QNX copyright with standard CPL copyright. 2004-01-08 12:06:08 +00:00
org.eclipse.cdt.ui Content Assist Preference: Reduced search options to two choices. 2004-02-10 16:06:10 +00:00
org.eclipse.cdt.ui.tests org.eclipse.cdt.core 2004-01-30 18:28:07 +00:00