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

1976 commits

Author SHA1 Message Date
Alain Magloire
6b3069ebc5 2005-02-10 Alain Magloire
Part of the fix for 79596
	* model/org/eclipse/cdt/core/model/CoreModel.java
	* model/org/eclipse/cdt/core/model/IPathEntry.java
	* model/org/eclipse/cdt/core/model/IPathEntryContainerExtension.java
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
	* src/org/eclipse/cdt/core/resources/ScannerProvider.java
2005-02-10 22:42:51 +00:00
John Camelon
131e9d4d75 IASTTranslationUnit#getAllPreprocessorStatements() is now implemented. 2005-02-10 22:11:04 +00:00
Andrew Niefer
8b9f51bf19 Argument dependent lookup aka Koenig lookup 2005-02-10 21:01:34 +00:00
John Camelon
11f48787a5 Add support for IWorkingCopy in CDOM & ICodeReaderFactory. 2005-02-10 18:44:08 +00:00
John Camelon
4e7213552c Restructure IASTServiceProvider & CDOM to encapsulate more the process of matching up a parse request w/an AST Service provider.
Clients should not need to figure out what provider fits them best, we can do that for them.
2005-02-10 16:13:53 +00:00
John Camelon
f6efe57c0a Fix offsets/lengths for ICPPASTLinkageSpecification. 2005-02-09 21:36:06 +00:00
Andrew Niefer
675667f94d fix 84250, 84705, 84710,
expression type for ICPPASTLiteralExpression.lk_this
2005-02-09 21:28:05 +00:00
John Camelon
be61aaf41a Add a couple of magic fields to ASTInclusionStatement 2005-02-09 20:02:27 +00:00
John Camelon
460f23dca9 Added comment. 2005-02-09 00:18:19 +00:00
John Camelon
db13892245 Removed never used method from IASTTranslationUnit. 2005-02-08 23:27:29 +00:00
John Camelon
5cd81de8ff Patch for Devin Steffler.
FIXED 84466 - CPPASTCastExpression should implement ICPPASTCastExpression
FIXED 84467 - [C++ Lenghts] IASTTypeIdExpression's length is too short
FIXED 84576 - [C++ Lengths] ICPPASTLinkageSpecification has 0 length
FIXED 84696 - getReferences does not find the bindings of inherited classes
2005-02-08 21:57:31 +00:00
John Camelon
69d98316f4 Fixed Bug 84451 - [Offsets] simple multiple #include throws offsets off
Fixed Bug 84356 - [DOM] stdio.h - Location/offsets degrade as parse continues on
2005-02-08 21:42:45 +00:00
Andrew Niefer
b72b0dc75f fix bugs 84679, 84686 2005-02-08 21:08:03 +00:00
Andrew Niefer
d2350bf588 fix bug 84692 2005-02-08 16:56:20 +00:00
John Camelon
e20bdb8813 Pretty printing qualified names. 2005-02-08 14:59:35 +00:00
John Camelon
cc8d114f90 Fixed Bug 84371 - AST problems with ICPPASTQualifiedName ::f 2005-02-08 14:56:05 +00:00
John Camelon
30277a9b62 Patch for Devin Steffler.
Further updates to DOM/AST View.
- an implementation for CPPVisitor#getReferences
- updated CVistior#getReferences so that only IASTNames with the same binding AND toString() are returned
2005-02-08 02:14:57 +00:00
John Camelon
66c2e911bf Fixed JUnits. 2005-02-08 02:05:24 +00:00
John Camelon
2edfe202ea Fixed Bug 84374 - [Lengths] bad lengths for ICPPASTNewExpression 2005-02-07 21:57:38 +00:00
Andrew Niefer
1362e388a1 fix bug 84615 2005-02-07 20:32:54 +00:00
John Camelon
893ef31135 Fixed Bug 84236 - variable sized array modifiers 2005-02-07 19:10:45 +00:00
John Camelon
3e9fe50bc3 Fixed Bug 84357 - [Offsets] bad offset for ICPPASTPointerToMember 2005-02-07 18:21:27 +00:00
John Camelon
cc0ca12dcf Fixed Bug 84367 - [Lengths] IASTParameterDeclaration with null named IASTDeclarator has invalid length 2005-02-07 18:13:40 +00:00
John Camelon
c3aceabecc Fixed Bug 84366 - [Offsets] no offset/length information for IASTEnumerationSpecifier in C++ 2005-02-07 17:42:27 +00:00
John Camelon
f1819be172 Fixed 84375 - [Lengths] ICPPASTBaseSpecifier doesn't include the IASTName in its length 2005-02-07 17:26:27 +00:00
John Camelon
649f447a2d Fixed Bug 84343 - [Offsets] no offset or string info for ICPPASTNamedTypeSpecifier 2005-02-07 17:14:18 +00:00
Andrew Niefer
ae97aa9b2a fix bug 84228 for C++ 2005-02-04 21:57:48 +00:00
Andrew Niefer
25288449a4 fix bug 84228 2005-02-04 19:00:28 +00:00
Andrew Niefer
ec8969b5e6 fix bug 84186 2005-02-03 23:15:55 +00:00
Andrew Niefer
993bdc690d fix bug 84267 2005-02-03 22:51:18 +00:00
John Camelon
cffe17ee79 Fix for Marcus - InternalASTServiceProvider now uses DOMScanner. 2005-02-03 18:54:49 +00:00
John Camelon
24d6abba7f Patch for Devin Steffler.
Further UI indicator infrastructure for testing DOM AST.
2005-02-03 15:26:27 +00:00
Andrew Niefer
10a5054abe fixing bug 84186 2005-02-02 22:18:42 +00:00
Andrew Niefer
ec6276d5dd fix bug 84266 2005-02-02 21:36:27 +00:00
John Camelon
1854217589 Fixed 84250 - [Parser2] C++: ptr to array declaration parsed as expression 2005-02-02 20:44:15 +00:00
Andrew Niefer
1264b58a40 visit if statements iteratively to avoid stack overflow when there are huge numbers of else ifs 2005-02-02 19:35:14 +00:00
Andrew Niefer
71309151e2 fix bug 84185 2005-02-02 19:18:41 +00:00
John Camelon
9801ce2900 Remove IllegalOperationException. 2005-02-02 18:54:44 +00:00
John Camelon
e269c537e6 Further DOM/AST fixes. 2005-02-02 18:30:19 +00:00
John Camelon
3615ece8be Patch for David Daoust.
Fixes BaseScanner#fileCache.
2005-02-02 15:32:02 +00:00
John Camelon
33390e2e03 Continued DOMLocation fixes. (ad infinitum) 2005-02-02 04:30:35 +00:00
Andrew Niefer
04d743c153 GCC allows forward declarations of enums in C 2005-02-01 20:42:04 +00:00
John Camelon
541fa7e85e Fixed classcastexception in CompleteParseASTFactory. 2005-02-01 19:48:48 +00:00
John Camelon
cb6ce7f886 Fixed Bug 84149 - a couple problems with getinp (example taken from monop)
Fixed offsets & lengths of char and string literals.
2005-02-01 19:04:12 +00:00
Andrew Niefer
8465ac3daf CPPASTProblem.getMessage fileName & offset 2005-02-01 18:45:10 +00:00
Andrew Niefer
da848cc63b basic file & offsets for CASTProblems 2005-02-01 18:42:20 +00:00
John Camelon
6fa14f6b94 Patch for Devin Steffler.
Further UI indicator infrastructure for testing DOM AST.
2005-02-01 18:17:22 +00:00
John Camelon
497e768f98 Partial fix for Bug 84146 - there are dirty ASTNodes floating around with "null declarators" 2005-02-01 16:49:20 +00:00
John Camelon
bcedb9a5c1 Fixed 84133 - "typdef" seems the same as "typedef" to AST DOM 2005-02-01 15:55:07 +00:00
John Camelon
6d063588c2 Fixed Bug 84095 - [ICASTCompositeTypeSpecifier] has boxes in its specifier string representation 2005-02-01 15:17:05 +00:00