1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.core/parser
John Camelon fb57293d47 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988 <BR>
Moved KeywordSets.Key to its own class and thus removing the dependency between the Scanner/Parser to the static Keyword Set tables (improves footprint).  <BR>
Updated CompletionEngine to not set the parser timeout if the value entered is <= 0 (to allow for easier debugging and profiling).
2004-06-02 23:14:20 +00:00
..
org/eclipse/cdt Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=52988 <BR> 2004-06-02 23:14:20 +00:00
ChangeLog-parser - fixed up CompleteParseASTFactory.lookupQualifiedName in the case where the 2004-04-23 18:23:09 +00:00