1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 10:16:03 +02:00
Find a file
Oleg Krasilnikov c69e46df85 Fix #2 for bug 117701 : Backtrack exceptions in GNU parsers
Changes:
   - for C++ parser, exception calls are removed where possible.
   - both for C & C++ parser, calls to "consume(int)" are replaced
     by "consume()" - it also allows to avoid useles operations.

Testing: parser tests are finished with the same result as before.
2006-02-09 13:45:17 +00:00
build Fix bug 123461 - Deriving from the same tool twice within the same configuration does not work 2006-01-21 02:10:08 +00:00
core Fix #2 for bug 117701 : Backtrack exceptions in GNU parsers 2006-02-09 13:45:17 +00:00
debug Bug 126958: wrong state setting for thread in CThread.handleResumeEvent(). 2006-02-08 20:10:17 +00:00
doc Added documentation for Completion Proposal Filter preference 2006-02-02 13:39:28 +00:00
launch/org.eclipse.cdt.launch NPE in CDebuggerTab when attaching to a target. 2006-02-03 22:08:51 +00:00
releng Fixed build for jar'd plugins 2006-01-18 18:16:35 +00:00