1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

1335 commits

Author SHA1 Message Date
Alain Magloire
70725d89a4 updated 2003-03-27 16:25:39 +00:00
Alain Magloire
15246be53a *** empty log message *** 2003-03-27 16:16:52 +00:00
Alain Magloire
270cdcae55 Changes was doen int the Core Model:
ICModel, ICProject, ICContainer, ICTranslationUnit
IArchive and IBinary

We now adjust the code
2003-03-27 16:16:46 +00:00
Doug Schaefer
f77eeb8c08 Patch for Andrew Niefer:
- This patch contains my initial implementation of standard conversion 
sequences for function resolution in the Parser's symbol Table. 
- Also, the type information has been pulled out of the Declaration object and 
placed in util.TypeInfo
2003-03-27 03:29:08 +00:00
Doug Schaefer
21e625463a Patch for John Camelon:
- Added callback support for namespace definitions.  
- Updated Parser exception handling strategy. 
- Added callback support for linkage specifications.
- Added callback support for using declarations and directives. Added callback support for enumerations. 
- Made DOM Name usage consistent.
- Updated DOMTests
2003-03-26 16:27:44 +00:00
Doug Schaefer
717cbc2041 Patch for John Camelon:
- Added callback support for class member visibility.
- Added callback support for pointer and reference operators on declarators.
- Added callback support for throws clauses an const operations.  
- Added callback support for array declarators. 
- Updated parser tests to assist in this effort.
2003-03-24 03:04:35 +00:00
Doug Schaefer
c27351afc0 Patch for Andrew Niefer:
Patch for the parser's symbol table.
-friends
-"this" pointer
-enumerators
-argument dependent lookup
-function parameters & function overloading
2003-03-23 14:00:00 +00:00
Alain Magloire
e92cfae068 updated. 2003-03-20 16:49:55 +00:00
Alain Magloire
6863655e67 test file for C Element delta. 2003-03-20 16:49:48 +00:00
Alain Magloire
d2ae8c698b New file to test C Element deltas. 2003-03-20 16:49:33 +00:00
Doug Schaefer
14f209afac Patch for John Camelon:
CDT Core Patch

2003-03-19	John Camelon
	Updated Parser method visibility to solidify external interface.  
	Solved and removed TODO's from Scanner implementation.
	Updated Parser and callbacks to handle basic expressions.  

CDT UI Tests Patch

2003-03-19 John Camelon
	Updated DOMTests for assignmentExpressions off of declarators. 
	Updated ExprEvalTest for Parser signature changes relating to adjustments to Expression callbacks.
2003-03-20 15:13:09 +00:00
Alain Magloire
bb49936224 updated 2003-03-19 20:37:24 +00:00
Alain Magloire
da490cbd00 Patch from Amer Hoda, to test the Core model working copy 2003-03-19 20:37:16 +00:00
Doug Schaefer
7dcd5eaebe Patch for John Camelon - see ChangeLog 2003-03-19 16:12:00 +00:00
Doug Schaefer
c885b918e3 Changed EOF token into a backtrack exception. 2003-03-17 19:48:49 +00:00
Doug Schaefer
ef11178134 Patch for John Camelon:
- see ChangeLogs
2003-03-12 15:35:41 +00:00
Doug Schaefer
2626b7316b Patch for John Camelon:
- added in support for detecting and reporting circular inclusions
- added optimization by caching inclusion directories
- added macro pasting capabilities and tests
- updated inclusion searching algorithm for local inclusions
2003-03-11 02:42:47 +00:00
Doug Schaefer
640ec6e2e6 Patch for John Camelon:
- added quickParse heuristic to Scanner for handling #if conditionals to
avoid throwing ScannerExceptions on undefined preprocessor symbols
- added minimal enum support to Parser (though not to DOM or CModel)
2003-03-07 13:41:26 +00:00
Doug Schaefer
40b44d0371 Patch for John Camelon:
- fixed qualified name offsets in outline view
- added loop-detection code to Parser
- added Scanner testcase to validate Sebastien's comments
- first pass at basic declarator initializers
2003-03-06 19:29:36 +00:00
Doug Schaefer
5c44e281ca Patch for Andrew Niefer:
- Implementation of Namespaces & using directives in 
new parser's symbol table.
2003-03-06 18:42:26 +00:00
Sebastien Marineau
ec260cc84a Need constructor to remove compile error 2003-03-06 16:13:24 +00:00
Doug Schaefer
b22cebf8f8 Merge new parser into HEAD branch. 2003-03-04 18:25:45 +00:00
Peter Graves
8eb09aca12 Removed some warnings. 2003-01-29 19:55:12 +00:00
Peter Graves
4acbb7e894 Removed extra spaces. 2003-01-29 17:56:30 +00:00
Judy N. Green
77e7c17c2c Updated all build.properties files and bin jar name 2003-01-06 19:47:36 +00:00
Judy N. Green
881ba68ed2 Added code to include the about.html files 2003-01-03 22:20:12 +00:00
Peter Graves
7e5e732224 Genreral cleanup (remove jdt refrences) and move closer to being automatable 2002-12-17 15:42:17 +00:00
Alain Magloire
eb5c616a90 updated. 2002-11-27 04:52:00 +00:00
Alain Magloire
b04063a504 Use CoreModel.getDefault(). 2002-11-27 04:51:49 +00:00
Peter Graves
d54c3caff1 Updated to refledt api changes, and come CProjectHelper code cleanup 2002-10-30 21:22:32 +00:00
Alain Magloire
abe8e7319c enter .cvsignore. 2002-10-24 12:42:02 +00:00
Peter Graves
3b3e71a2a1 Removed most usage of internal classes in favor of public interfaces. Removed some invalid tests. Come code formating cleanups. 2002-09-30 19:43:26 +00:00
Peter Graves
0716864d27 Changed all QNX pr numbers to bugzilla pr numbers.
General code cleanup (removed unused imports/variables, etc)
2002-09-27 13:46:54 +00:00
Sebastien Marineau
a000b4d73b Initial JUnit model tests from Peter Graves's submission 2002-09-15 20:36:53 +00:00
Sebastien Marineau
612877ef1d First crack at junit CDT tests 2002-08-20 16:35:24 +00:00