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

8731 commits

Author SHA1 Message Date
James Blackburn
d9addda21a Bug 262988 Additional Error Parser Tests for relative paths -- those prepended by '../' 2009-04-04 11:31:44 +00:00
Mike Kucera
679552dc61 bug 271165, language mapping dialog combo boxes should be sorted 2009-04-03 18:10:21 +00:00
Warren Paul
7ef8d28991 use mapping of sections for dwarf parser rather than allocating memory which avoids out of memory exceptions for large symbol files. 2009-04-03 15:57:29 +00:00
Anton Leherbauer
f0893c8b81 Fix completion test, related to bug 270830 2009-04-03 13:09:25 +00:00
Markus Schorn
debd03113d Indexer to respect ordering of directives, bug 270806. 2009-04-03 09:13:38 +00:00
Anton Leherbauer
8ec06ddba3 Bug 270916 - Automatically close of quotes in preprocessor directives does not work 2009-04-03 08:59:26 +00:00
Mike Kucera
c8a87c8e6d Bug 270892, wide string literals have wrong type 2009-04-01 21:56:45 +00:00
Mike Kucera
c095f65dfd bug 270830, predefined macros not defined properly 2009-04-01 16:30:11 +00:00
Markus Schorn
b941cf44b8 Testcase for bug 269052. 2009-04-01 14:13:57 +00:00
Markus Schorn
c98bf28da7 Fix case ranges, bug 270430. 2009-04-01 11:56:47 +00:00
Markus Schorn
ef28bd3a93 Using IASTNode instead of ASTNode, bug 267888. 2009-04-01 11:22:50 +00:00
Markus Schorn
4b27284fa6 Option for indexer to skip implicit references, bug 268383. 2009-04-01 11:02:34 +00:00
Mike Kucera
d43a85761a improvement to ASTPrinter so that it can print ambiguity nodes and their children 2009-03-31 20:35:40 +00:00
Markus Schorn
dae94a218c Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252. 2009-03-30 13:17:26 +00:00
Markus Schorn
8d8462bc93 Classification of literals, by Richard Miskin, bug 269705. 2009-03-27 18:05:44 +00:00
Anton Leherbauer
08ce7b77df Bug 270264 - Several bundles should be singletons 2009-03-27 14:03:42 +00:00
Mike Kucera
11b459b820 Bug 270160 - need StandaloneIndexer.setLanguageMapper() 2009-03-26 18:18:55 +00:00
Anton Leherbauer
f1060ced59 Bug 270103 - [Project Explorer] Sorting is broken with Eclipse 3.5 M6 2009-03-26 16:06:23 +00:00
Markus Schorn
7c51979037 Fixes warnings. 2009-03-26 15:51:12 +00:00
Mike Kucera
00d1f34feb bug 270031, FileLanguageMappingPropertyPage throws NPE when opened on remote resource 2009-03-26 15:31:15 +00:00
Sergey Prigogin
d5b22c05c7 Removed an unused piece of code and adjusted comments. 2009-03-26 06:14:46 +00:00
Sergey Prigogin
40a308476b Added sys/resource.h to files to parse up front. 2009-03-26 05:47:42 +00:00
Chris Recoskie
f0bc570599 RESOLVED - bug 268145: include heuristics break standalone indexing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=268145
2009-03-25 14:33:44 +00:00
Markus Schorn
dfc2eb9c52 Destructors are neither const nor volatile, bug 269655. 2009-03-24 18:12:47 +00:00
Markus Schorn
b90a03c48b Remove CQualifiedPointerType, bug 269670. 2009-03-24 17:39:00 +00:00
Markus Schorn
aeb02db39d Performance optimization: defer attempt to use user-defined conversions during overload resolution, bug 268383. 2009-03-24 15:52:39 +00:00
Sergey Prigogin
d66a77965a Fix for bug 269727. 2009-03-24 00:58:32 +00:00
Markus Schorn
32878a0b93 Invalid attempts of using user-defined conversions, bug 269729. 2009-03-23 20:27:40 +00:00
Markus Schorn
f95a890c94 Invalid attempts of using user-defined conversions, bug 269729. 2009-03-23 20:11:27 +00:00
Sergey Prigogin
84903db3a6 Bug 258704. 2009-03-23 20:11:14 +00:00
Sergey Prigogin
48082ac842 Test case for bug 269727 2009-03-23 18:16:29 +00:00
Anton Leherbauer
2c3979ce37 Bug 269590 - Format error for global const typename 2009-03-23 09:53:46 +00:00
Sergey Prigogin
80ddff81ed Third test case for bug 268704. 2009-03-23 05:12:29 +00:00
James Blackburn
1ad3cb1493 Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to use ResourceLookup; tests added. 2009-03-22 16:27:33 +00:00
James Blackburn
1865f3344e Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to use ResourceLookup; tests added. 2009-03-22 16:20:17 +00:00
James Blackburn
f858d74e02 Bug 263201 Test fixes 2009-03-22 15:00:12 +00:00
James Blackburn
6bfad895fb Bug 269484 #selectFile should consider first file 2009-03-20 21:29:55 +00:00
Vivian Kong
eef558181f use ICU4J 2009-03-20 18:50:15 +00:00
Vivian Kong
c1cfa6f1b1 revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in 2009-03-20 17:55:50 +00:00
Vivian Kong
b7203a8bdb revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in 2009-03-20 17:33:46 +00:00
Vivian Kong
1f95c0431e revert ICU4J change, might not have ICU4J in the environment we're running the standalone indexer in 2009-03-20 15:36:23 +00:00
Mike Kucera
6045ee4478 Fixes bugs 269365, 268534, and 266211. Fixed overload resolution for operator functions and also fixed expression lists. 2009-03-20 15:24:45 +00:00
Markus Schorn
057fdbe4a5 Ranking by qualification adjustments + cleanup of cost comparison, bug 269321. 2009-03-19 17:18:09 +00:00
Anton Leherbauer
bd18850a17 Bug 269223 - Spawner broken pipe problem 2009-03-19 13:21:44 +00:00
Mike Kucera
88c96a3712 bug 269034, mark occurrences for overloaded operators 2009-03-18 13:17:31 +00:00
Anton Leherbauer
7086a42dea Bug 268962: Code Formatter removes necessary whitespaces 2009-03-18 11:26:27 +00:00
Vivian Kong
0864a48b3d fix NLS strings 2009-03-17 16:53:34 +00:00
Mike Kucera
2a023a46e0 bug 268604, hyperlinks for overloaded operators 2009-03-17 15:19:58 +00:00
Markus Schorn
0abd280a88 Performance optimizations for overload resolution, bug 268383. 2009-03-17 09:28:09 +00:00
Sergey Prigogin
0105ad935d Adjusted a test case for bug 268704. 2009-03-17 06:18:20 +00:00