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

7630 commits

Author SHA1 Message Date
Anton Leherbauer
f3558acfe4 Bug 258313 - After C++ project creation on top of existing directory, Project Explorer sometimes shows non-empty folders as empty 2008-12-11 14:35:34 +00:00
Markus Schorn
60311183ca Missing type proposals in qualified names, bug 255898 2008-12-10 11:22:11 +00:00
Markus Schorn
cec0ba6d45 Getting file content even if it is out of sync, bug 258151. 2008-12-10 11:12:13 +00:00
Markus Schorn
f0c0936852 Content Assist after braces as part of macro expansion, bug 257915. 2008-12-10 09:03:15 +00:00
Sergey Prigogin
a8a55aa932 Bug 257818. 2008-12-09 18:37:46 +00:00
Markus Schorn
2bfba6efb0 Correct getCompositeScope() for index bindings, bug 257818. 2008-12-09 17:39:44 +00:00
Markus Schorn
ff783be167 Plain C: search for locals, bug 151334. 2008-12-09 13:59:49 +00:00
Markus Schorn
d5d62baf17 Plain C: nested declarators for fields, bug 257540. 2008-12-09 13:27:01 +00:00
Markus Schorn
4ad132f821 Check for directories during import/export of team-shared index database, related to bug 243682. 2008-12-09 11:51:30 +00:00
Anton Leherbauer
a7e14e4271 Bug 243567 - Missing parameter in code style UI 2008-12-09 10:57:49 +00:00
Markus Schorn
b66d33d52d Cleanup parsing of qualified names, fixes bug 256840. 2008-12-09 10:49:09 +00:00
Anton Leherbauer
66e2ae5119 Bug 257913 - Content Assist misses proposals, patch by Jens Elementhaler 2008-12-09 09:32:04 +00:00
Sergey Prigogin
bc98cae747 Second test case for bug 257818. 2008-12-07 21:14:59 +00:00
Sergey Prigogin
c37f9bd7a2 Test case for bug 257818. 2008-12-07 19:40:10 +00:00
Sergey Prigogin
34f4f725df Added toString() method. 2008-12-07 06:41:24 +00:00
Mike Kucera
c595aa010e make selection tests easier to reuse 2008-12-05 20:37:45 +00:00
Markus Schorn
456c0afd94 Fix warning. 2008-12-04 15:34:33 +00:00
Mike Kucera
9c1746c42a bug 256125 - Introduce factories for AST nodes. Freeze the AST returned by the parser. 2008-12-04 15:13:40 +00:00
Markus Schorn
d10ad69f49 Name resolution for dependent names, bug 257194. 2008-12-04 14:50:19 +00:00
Alena Laskavaia
b0c1b22007 [257449] - fixed isMax and isZero 2008-12-04 14:47:21 +00:00
Markus Schorn
d5b0e1f317 Partial fix for missing output of GeneratePDOM application, bug 247192. 2008-12-04 12:11:14 +00:00
Markus Schorn
91afefb631 Handle usage of 'void' for parameter type in method definition, bug 257376. 2008-12-04 10:21:02 +00:00
Markus Schorn
a146175a26 Adds missing implementation of isGloballyQualified(), bug 257396. 2008-12-04 09:26:57 +00:00
Alena Laskavaia
4eb977ee74 [244035] - applied patch for class cast exception 2008-12-03 19:09:24 +00:00
Markus Schorn
09f94f8e51 Classification of names depending on template parameters, bug 234321. 2008-12-03 17:47:34 +00:00
Markus Schorn
dfb6a300d1 Type computation for modified array types, bug 257334. 2008-12-03 09:50:36 +00:00
Markus Schorn
9888670468 Name resolution for names declared within a template, bug 257186 2008-12-02 13:50:57 +00:00
Markus Schorn
4145150968 Use default arguments before selecting partial specializations, bug 257169. 2008-12-02 10:52:11 +00:00
Anton Leherbauer
efc84f0131 Bug 255949 - Code Style Auto Formatter BackSlash character lost 2008-12-01 14:19:22 +00:00
Markus Schorn
14e574420d Improve labels in DOMASTViewer. 2008-12-01 09:18:50 +00:00
Sergey Prigogin
0581a953b4 Code formatting. 2008-12-01 03:49:09 +00:00
Vivian Kong
b3f4a2c33c bug 219337 - option to change how referenced projects are build 2008-11-28 18:41:44 +00:00
Markus Schorn
57ed777b6c Fix argument deduction, example 14.8.2.4-14, related to bug 256113. 2008-11-28 16:33:26 +00:00
Markus Schorn
45f3fe8e97 Resolving class specialization member function template, bug 104262 2008-11-28 15:54:15 +00:00
Markus Schorn
e2ce799dae Fixes problem highlighting for qualified names. 2008-11-28 15:52:47 +00:00
Sergey Prigogin
26f4a8e9a2 Test case for bug 256840. 2008-11-27 23:32:06 +00:00
Sergey Prigogin
6209b8f29d Renamed test case for bug 256240. 2008-11-27 20:43:50 +00:00
Alena Laskavaia
dbc15625df [118739] - fixed error parser matching file, applied patch 2008-11-27 14:12:11 +00:00
Markus Schorn
d67b7a5cf5 Testcase for members of explicit specializations, bug 104262 2008-11-27 14:10:44 +00:00
Markus Schorn
3e469f7de0 Improve toString() methods, follow up for bug 256113. 2008-11-27 10:39:51 +00:00
Markus Schorn
eeea9a4a25 Defer more instantiations, follow up for bug 256113. 2008-11-27 10:39:29 +00:00
Markus Schorn
7b7875106f Correctly resolving includes like "path/../file.h", bug 246129 2008-11-27 09:23:35 +00:00
Markus Schorn
0c73673ec2 Fix warnings. 2008-11-27 09:16:09 +00:00
Markus Schorn
e93f7fa30a Add method IASTNode.getChildren()., bug 256127 2008-11-26 16:27:49 +00:00
Markus Schorn
5b9cd2b43e Correct argument deduction for function templates, bug 256113 2008-11-26 16:20:43 +00:00
Anton Leherbauer
941076063d Bug 253522 - Convert to new message bundle format 2008-11-25 11:01:58 +00:00
Vivian Kong
729b639f75 update bundle version 2008-11-24 19:00:15 +00:00
Anton Leherbauer
07a4580c0e Attempt to fix nightly test failures 2008-11-24 10:25:18 +00:00
Anton Leherbauer
6a6946d76a Cleanup package exports 2008-11-24 09:49:27 +00:00
Markus Schorn
3898f8eaa7 References to template parameters stored in index, bug 256095 2008-11-24 09:36:43 +00:00