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

4015 commits

Author SHA1 Message Date
David Inglis
6c71187540 patch from Robert O'Callahan <robert@ocallahan.org> to fix bug# 102434 2005-07-05 19:52:21 +00:00
Andrew Niefer
e91a9f5de5 fix bug 102732 : NPE in CPPSemantics.getLookupScope modified from Devin's patch 2005-07-05 19:32:19 +00:00
John Camelon
a638aed7e5 Fixed Bug 102016 [Open Type/ Class Browsing] No namespace displayed 2005-07-05 19:21:47 +00:00
Alain Magloire
e2773cd720 Remove useless TODO 2005-07-05 19:20:35 +00:00
Andrew Niefer
d94e967724 Patch from Devin Steffler: fix bug 102258 2005-07-05 19:14:55 +00:00
John Camelon
66495196b7 Patch for Devin Steffler.
Fixed 100248 	[DOM AST] NPE in AbstractGNUSourceCodeParser.calculateEndOffset(..)
2005-07-05 18:52:27 +00:00
John Camelon
3ec82a67ca Patch for Robert O'Callahan (robert@ocallahan.org)
Partial fix for 102602  	pre-#included files aren't built by quick parser
2005-07-05 18:41:09 +00:00
John Camelon
87308501ad Partial fix for 102602 pre-#included files aren't built by quick parser 2005-07-05 18:30:21 +00:00
Bogdan Gheorghe
f04e2ecde3 Clean up for Fix for 101861: NPE in ReferencesSearchGroup which breaks right click in external files 2005-07-05 17:37:24 +00:00
Andrew Niefer
1dfd3e2006 fix bug 102149 : [CCE] caused by simple C++ code 2005-07-05 15:46:52 +00:00
David Inglis
9dc44a1309 fixed NPE 2005-07-05 14:27:39 +00:00
John Camelon
41740da7ba Fixed Bug 102730 - [NPE] in CPPASTAmbiguity#accept(CPPASTAmbiguity) line: 77 when indexing wxWidgets 2005-07-05 14:19:31 +00:00
John Camelon
7197ddb46d Partial fix for Bug 102182 - [F3] Open Declaration on macro not working in particular project 2005-07-04 21:52:01 +00:00
John Camelon
843da7c608 Patch for Devin Steffler.
Fixed Bug 102568 - [Scanner] The Outline view does not show all methods of a class!
2005-07-04 18:38:42 +00:00
John Camelon
a80f774ac0 Patch for Devin Steffler.
Fixed Bug 102429 - Please change Open Declaration / Open Definition key bindings
2005-07-04 16:21:21 +00:00
John Camelon
e8e4b344c0 Avoid NPE in LocationMap. 2005-07-04 15:55:20 +00:00
David Inglis
c67441b4ef 2005-07-04 David Inglis
fix for bug# 101647

	* utils/org/eclipse/cdt/utils/elf/Elf.java
2005-07-04 15:24:53 +00:00
Bogdan Gheorghe
0d77c8e7e2 Fix for 97281: [CTags Indexer] requires the project to be closed/opened to work 2005-06-30 16:07:38 +00:00
Alain Magloire
fa4497f2fa 2005-06-29 Alain Magloire
Fix for PR 102174 patch from Johane Woo.
	* utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2005-06-30 02:57:35 +00:00
Alain Magloire
7161893f55 2005-06-29 Alain Magloire
Fix PR 102159: NPE in the referencesSearchGroup: fillcontextMenu.
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/search/actions/ReferencesSearchGroup.java
2005-06-30 02:36:00 +00:00
Alain Magloire
14a8034c5b 2005-06-29 Alain Magloire
Patch From Chris Wiebe fix PR 101386
	* utils/org/eclipse/cdt/utils/macho/MachO.java
2005-06-29 16:29:48 +00:00
Bogdan Gheorghe
4c2bd01885 Fix for 94434: [SearchEngine] returns typedef as a definition for C++ 2005-06-29 15:58:51 +00:00
John Camelon
6314ff0d79 Fixed Bug 97967 - [Locations] Problems involving offsets in tu which has ExtendedScannerInfo 2005-06-29 15:55:41 +00:00
John Camelon
295e397a5a Patch for Devin Steffler.
Fixed Bug 101287  	'find decl/defn' navigation not working using ctags indexer & no ScannerInfo
2005-06-28 20:35:54 +00:00
Andrew Niefer
d2dce4a297 fix ClassCastExceptions (bug 101872) 2005-06-28 20:33:41 +00:00
Bogdan Gheorghe
e11007b7c0 Added indexed file count to Indexer View Info Dialog 2005-06-28 19:46:40 +00:00
Bogdan Gheorghe
2829a3708b Fix for 100656: ArrayIndexOutOfBoundsException in hover 2005-06-28 18:50:11 +00:00
John Camelon
371443e780 Add failing test (commented out). 2005-06-28 18:35:07 +00:00
Andrew Niefer
0c76ed8894 fix bug 90609 : lookup of names used in friend declaration 2005-06-28 17:59:27 +00:00
John Camelon
af0f510c86 Fixed Bug 101910 - Non deterministic JUnit failures in DOMLocationInclusionTests 2005-06-28 14:47:11 +00:00
John Camelon
504759ff91 Patch for Devin Steffler.
Bug 100104 - NPE during failing KnR declarator which has consumed too much
2005-06-28 01:34:07 +00:00
John Camelon
e931e4a547 Fixed Bug 101875 - [Navigation] Offsets wrong if header files do not have a trailing new-line 2005-06-27 19:16:06 +00:00
Bogdan Gheorghe
c79f8eb661 Fix for 101903: Junit failures for RC1 2005-06-27 19:13:00 +00:00
Andrew Niefer
d30c9cee80 fix bug 100403 qualified names in class member declarations 2005-06-27 18:52:29 +00:00
Doug Schaefer
0f7bebac8d EPL'ing the CDT. 2005-06-27 12:17:23 +00:00
Doug Schaefer
2fd25239b8 EPL'ing the CDT. 2005-06-27 03:46:51 +00:00
Bogdan Gheorghe
978d14030d Partial Fix for 101287 2005-06-27 03:30:45 +00:00
Vladimir Hirsl
486931b62c Fix for 101344: problem markers are not being removed from header files
Fixed removing indexer problem markers originally created by indexing header files not included by any source files.
2005-06-27 03:26:53 +00:00
Bogdan Gheorghe
230c1eafb1 Fix for 92935 2005-06-27 01:31:33 +00:00
Alain Magloire
59725982d0 2005-06-25 Alain Magloire
Fix PR 91069: BinaryRunner search improvements from Chris Wiebe.
	* model/org/eclipse/cdt/internal/core/model/BinaryRunner.java
2005-06-25 19:33:42 +00:00
Alain Magloire
bccae53f03 2005-06-25 Alain Magloire
Fix PR 98458: extra semicolon in namespace wizard class.
	* src/org/eclipse/cdt/internal/ui/wizards/classwizard/NewClassCodeGenerator.java
2005-06-25 17:07:13 +00:00
Alain Magloire
732810e8ec 2005-06-25 Alain Magloire
Fix for PR 98788: Templates
	* src/org/eclipse/cdt/internal/ui/viewsupport/CElementImageProvider.java
2005-06-25 16:42:51 +00:00
Alain Magloire
1252d8004a 2005-06-25 Alain Magloire
PR 98788: Templates
	* model/org/eclipse/cdt/core/model/tests/CModleElementsTests.java
	* model/org/eclipse/cdt/core/model/tests/ITemplateTests.java
	* model/org/eclipse/cdt/core/model/tests/StructureCModelElementsTests.java
	* model/org/eclipse/cdt/core/model/tests/StructuralTemplateTests.java
2005-06-25 16:42:39 +00:00
Alain Magloire
dd2d2f9a52 2005-06-25 Alain Magloire
Fix PR 98788: Dealing with templates
	* model/org/eclipse/cdt/core/model/ICElement.java
	+ model/org/eclipse/cdt/core/model/IFunctionTemplate.java
	+ model/org/eclipse/cdt/core/model/IFunctionTemplateDeclaration.java
	+ model/org/eclipse/cdt/core/model/IMethodTemplate.java
	+ model/org/eclipse/cdt/core/model/IMethodTemplateDeclaration.java
	+ model/org/eclipse/cdt/core/model/IStructureTemplate.java
	+ model/org/eclipse/cdt/core/model/IStructureTemplateDeclaration.java
	* model/org/eclipse/cdt/core/model/ITemplate.java

	* model/org/eclipse/cdt/internal/core/model/CModelBuilder.java
	* model/org/eclipse/cdt/internal/core/model/Funtion.java
	* model/org/eclipse/cdt/internal/core/model/FunctionTemplate.java
	* model/org/eclipse/cdt/internal/core/model/Method.java
	* model/org/eclipse/cdt/internal/core/model/MethodTemplate.java
	+ model/org/eclipse/cdt/internal/core/model/MethodTemplateDeclaration.java
	* model/org/eclipse/cdt/internal/core/model/StructureTemplate.java
	+ model/org/eclipse/cdt/internal/core/model/StructureTemplateDeclaration.java
	* model/org/eclipse/cdt/internal/core/model/Template.java
2005-06-25 16:42:26 +00:00
Andrew Niefer
a0dd64276b changes to help reduce the number of arrays used in resolving bindings 2005-06-24 21:05:28 +00:00
Bogdan Gheorghe
9688b97f43 Fix for 101711 : Dependency Tests failing on Linux 2005-06-24 20:48:35 +00:00
John Camelon
14c4a4fb50 Patch for Devin Steffler.
Fixed Bug 100947 	[BaseScanner] empty string for 91086 fix can create a bad key for the CodeReaderCache
2005-06-24 17:55:37 +00:00
John Camelon
c7701325e4 Patch for Devin Steffler.
FIXED 100858- New C++ Class wizard creates broken code and adds an include to the project to compensate
FIXED 101133- [New Class Wizard] appends included paths to the projects path indefinitely
2005-06-23 20:13:00 +00:00
Andrew Niefer
f51b36a2c8 fix ClassCastException: Bug 101269: Traceback indexing QT application 2005-06-23 19:32:53 +00:00
Doug Schaefer
9d761485f0 Turned off the test info provider for finding function matches. This has been killing us trying to test content assist. 2005-06-23 19:30:42 +00:00