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

1034 commits

Author SHA1 Message Date
Andrew Niefer
a923eec166 fix bug 98760/103339 - CCE or Adding declarators to external functions 2005-07-12 15:54:05 +00:00
Andrew Niefer
f817288fb3 fix bug 103281 - references in catch block 2005-07-12 14:16:00 +00:00
John Camelon
e10adfd876 Patch for Devin Steffler.
Bug 93982 - [Parser] GCC extension has 2 syntax errors from old GCCCompleteParseExtensionsTest#testBug74190_g_return_if_fail()
2005-07-11 19:04:36 +00:00
Doug Schaefer
46807db5b9 Bug 98881 - Added lots of goodies to the search completion to make it more usable. Put the void back in the DOM indexer/no params case. Really trying to remove duplicates more than anything which is 98765. 2005-07-06 19:52:16 +00:00
Andrew Niefer
910c275de7 fix bug 95208 : open declaration on function template instance 2005-07-06 17:12:38 +00:00
Doug Schaefer
e8f0d1c55e Bug 98881 - Added lots of goodies to the search completion to make it more usable. Also fixed up the DOM indexer to record varargs. 2005-07-06 17:11:07 +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
6314ff0d79 Fixed Bug 97967 - [Locations] Problems involving offsets in tu which has ExtendedScannerInfo 2005-06-29 15:55:41 +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
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
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
Andrew Niefer
cbd0d0ef66 fix bug 86688 - friend declaration in local class 2005-06-23 17:36:30 +00:00
David Inglis
cf09e84a32 CPL to EPL transistion - license header update for IBM 2005-06-23 16:02:46 +00:00
David Inglis
92cae3205a CPL to EPL transistion - license header update for QNX 2005-06-23 16:01:26 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
Vladimir Hirsl
e28ba5192f Fix for PR 93573: "[Indexer] endl references are not added to the DOM index"
Fixed different encoding of functions references vs. declarations in the index.
Applied Devin's patch for PR 101114: "[AST Util] Inconsistent string representation of IType elements" with slight modifications.
Modified JUnit tests accordingly.
2005-06-22 21:10:11 +00:00
Andrew Niefer
a857f47641 fix bug 100415: conversion to void * and qualification conversions 2005-06-22 19:44:04 +00:00
Andrew Niefer
4f02892654 fix bug 84478: declarations inside conditions 2005-06-22 18:54:13 +00:00
John Camelon
f964f14e19 Fixed Bug 84478 [C++ Parser] does not support declarations inside while condition 2005-06-22 15:56:14 +00:00
Andrew Niefer
4dfe0944bc fix ClassCastExceptions found with bug 90678 2005-06-21 15:41:49 +00:00
John Camelon
629a1ea350 Fixed Bug 84478 [C++ Parser] does not support declarations inside while condition 2005-06-21 15:12:00 +00:00
Andrew Niefer
dd8c9f0af7 fix bug 98520 2005-06-20 19:06:02 +00:00
Andrew Niefer
9c09cf1ebb fix bug 98666- template names 2005-06-20 15:48:29 +00:00
John Camelon
21b6be5467 Remove warnings. 2005-06-20 15:05:40 +00:00
Vladimir Hirsl
51203a09e7 Fix for PR 99433: [Search] Return parms not part of qualification matching. Function/methos parameters are now used as a part of search pattern. 2005-06-16 19:55:34 +00:00
John Camelon
e6211fb710 Removed. 2005-06-16 18:49:45 +00:00
John Camelon
1b6e13f52d Fixed Bug 100408 [ProblemBinding] invalid ProblemBinding on (x)*3; 2005-06-16 17:35:34 +00:00
Andrew Niefer
acffd42977 update tests that were fixed 2005-06-16 14:48:28 +00:00
Bogdan Gheorghe
7026a99e32 Fix for NPE in IndexerTypesJob2
Patch for Dave Daoust - change Var encoding in index
Test refactoring
2005-06-16 03:47:39 +00:00
Andrew Niefer
71ecce9bed - implement getConstructors for class templates and their instantiations
- fix bugs 99254, 99258
- fix NPE & ClassCastException
2005-06-15 22:29:38 +00:00
Bogdan Gheorghe
d8a971aedb Added full qualfications to BasicSearchMatch
Cleaned up some dead search code
2005-06-14 05:56:50 +00:00
Bogdan Gheorghe
35cc111224 Fix for 99536 : Remove Original Source Indexer
Refactored DOM Indexer
Fix for 93571 : Indexer causes deadlock in org.eclipse.cdt.ui.tests AutomatedSuite
2005-06-13 23:51:52 +00:00
Andrew Niefer
72278f3ec9 bug 98960 2005-06-13 18:14:10 +00:00
Andrew Niefer
60bb3058a1 fix bug 99256 - allow anonymous structures
Patch from Devin Steffler for bug 99262 - __null builtin
2005-06-10 18:46:10 +00:00
Andrew Niefer
10213ebf8a fix for anonymous structures 2005-06-09 20:45:05 +00:00
Andrew Niefer
46d3f69877 fix bug 98818: distributed namespaces 2005-06-09 19:18:53 +00:00
Alain Magloire
579397f2af 2005-06-08 Alain Magloire
Remove the ResolverModelTest
	- misc/org/eclipse/cdt/core/filetype/tests/ResolverTeste.java
	- suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java
2005-06-09 16:06:23 +00:00
Andrew Niefer
2e56e1ed70 Fix qualification ranking problem 2005-06-08 22:02:49 +00:00
Andrew Niefer
f875db0ab0 fix bug 98998 (ClassCastException). Also fix ArrayIndexOutOfBounds Exceptions 2005-06-08 20:33:06 +00:00
Andrew Niefer
6461cf1c92 fix bug 98784 2005-06-08 15:58:40 +00:00
Andrew Niefer
164b25ecae fix bug 98961 (ClassCastException) 2005-06-08 15:46:00 +00:00
Andrew Niefer
d3db562481 Fixing ClassCastExceptions, NPE's && ArrayIndexOutOfBounds, includes bug 98704 2005-06-08 14:24:54 +00:00
John Camelon
7d1631e8ef Fixed Bug 98806 - selectNodeForLocation fails after typename 2005-06-07 20:20:46 +00:00