CDT Commit Report for - October 4, 2004

amagloire

2004-10-04 Alain Magloire

IllegalMonitorException fix.
mi/org/eclipse/cdt/debug/mi/core/MIInferior.java
src/org/eclipse/cdt/debug/mi/core/MIProcessAdapter.java

dschaefer

file IASTCompoundStatement.java was initially added on branch cdt_ast2.

Removed any hint of an implementation of the AST. I will leave this to the
guys who know what they are doing. For now, I'll just specify the interfaces
and JUnits that show how they should behave.

jcamelon

Removed IASTTypeId.getSymbol() as it was exposing an internal interface.
Removed warnings.

vhirsl

Fix for PR 60307 [Templates] Template parameter qualified types not supported
Added new symbol type: UndefinedTemplateSymbol that represents template paramater qualified types.
At instantiation the unknown types are replaced with the real ones.