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

5452 commits

Author SHA1 Message Date
Markus Schorn
04303cfd0e Bug 323599: Type of id-expression denoting a field access. 2010-08-25 14:24:17 +00:00
Markus Schorn
55fd582a63 Bug 323596: Type representation for references of typedefs. 2010-08-25 12:36:42 +00:00
Markus Schorn
9f594c8aee Bug 320157: Endless loop decoding large file. 2010-08-25 11:36:52 +00:00
Markus Schorn
9cb98d05cf Bug 316307: [C++0x] Semantics for lamda expressions. 2010-08-24 08:53:50 +00:00
Sergey Prigogin
f64c7c7ad9 toString method. 2010-08-24 05:48:19 +00:00
Sergey Prigogin
4bb004213a Cosmetics. 2010-08-24 05:26:51 +00:00
Sergey Prigogin
411edba679 Cosmetics. 2010-08-24 05:16:01 +00:00
Andrew Gvozdev
0b73b5bf15 bug 307365: also organized imports 2010-08-23 15:34:33 +00:00
Andrew Gvozdev
cc698e4556 bug 307365: Fixed the problem of ignoring external locations altogether 2010-08-23 15:32:50 +00:00
James Blackburn
bf5233d4e4 Bug 321588 - Headless Builder allow extending the build environment from the command line 2010-08-23 14:43:15 +00:00
Sergey Prigogin
06cdef2d93 Cosmetics. 2010-08-23 05:04:50 +00:00
Sergey Prigogin
aa4e401adf Cosmetics. 2010-08-22 22:33:26 +00:00
Sergey Prigogin
7b6dd4c83a Cosmetics. 2010-08-22 20:57:10 +00:00
Sergey Prigogin
f775a6c4c4 Cosmetics. 2010-08-22 20:56:07 +00:00
Sergey Prigogin
118f7915fc Cosmetics. 2010-08-22 20:55:05 +00:00
Sergey Prigogin
12d5105085 Cosmetics. 2010-08-22 20:54:51 +00:00
Sergey Prigogin
ad3552fcce Cosmetics. 2010-08-22 20:47:42 +00:00
Markus Schorn
7a22acef41 Bug 316307: [C++0x] Syntax for lambda expressions. 2010-08-19 14:34:05 +00:00
Markus Schorn
04b85fcd5b Bug 305978: Fix encoding of deleted function flag. 2010-08-19 13:58:19 +00:00
Andrew Gvozdev
927fba2490 bug 322725: Content type of .cproject should be XML by default 2010-08-15 17:42:25 +00:00
Markus Schorn
507d844b5e Bug 305978: [C++ 0x] Deleted functions, additional testcase and a fix. 2010-08-13 10:58:14 +00:00
Anton Leherbauer
ca643bbb15 Bug 314958 - Editor does not format array initializers correctly 2010-08-13 10:55:44 +00:00
Markus Schorn
96c5c7725a Bug 319175: Parser adds proposals for preferred namespaces. 2010-08-13 09:14:58 +00:00
Markus Schorn
8311576fa8 Bug 305980: [C++0x] Inline namespaces 2010-08-12 14:50:50 +00:00
Ken Ryall
4be5e0c3eb Bug 322297 - enhance Coff.java class Symbol to have final static constants for type and class manipulation 2010-08-12 05:56:26 +00:00
Vivian Kong
8951c5d12b Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class for John Liu 2010-08-11 21:09:24 +00:00
Alena Laskavaia
78fdb615a6 Bug 321972 - DeclarationGenerator discards basic type qualifiers ( Tomasz Wesolowski) 2010-08-11 02:30:49 +00:00
Vivian Kong
19646e5f50 Bug 322269 StandaloneIndexerTask creates status with a wrong status code 2010-08-10 19:43:26 +00:00
Vivian Kong
130420ce3c Bug 322268 CPPSemantics should check null for op2 in function findOverloadedOperator 2010-08-10 19:41:26 +00:00
Markus Schorn
e50404e83d Bug 305978: [C++0x] Defaulted and deleted functions. 2010-08-09 12:56:57 +00:00
Markus Schorn
f1bab4f41f Bug 305978: [C++0x] Defaulted and deleted functions. 2010-08-09 08:36:50 +00:00
Sergey Prigogin
0583881ce1 Fixed typos. 2010-08-09 01:22:13 +00:00
Markus Schorn
c209eb8372 Bug 313982: Content assist in placement new. 2010-08-06 11:12:02 +00:00
Markus Schorn
3805136b3f Bug 321856: Stack overflow for recursive function type. 2010-08-05 13:56:30 +00:00
Markus Schorn
02fee4a8d3 Bug 321617: Virtual overriders and covariant types. 2010-08-04 14:07:15 +00:00
Alena Laskavaia
43fc6eaaac Bug 321069 ASTWriter fails on IASTDeclarators with nested declarators, patch from Tomasz Wesolowski 2010-08-01 23:51:22 +00:00
Alena Laskavaia
69665fb352 Bug 319044 DeclaratorWriter unable to write a rvalue reference (patch from Tomasz Wesolowski) 2010-08-01 23:46:36 +00:00
Markus Schorn
1becc70584 Bug 320426: Index grows when updating files. 2010-07-21 16:15:16 +00:00
Markus Schorn
52d90b84b2 Bug 319749: NPE during content assist. 2010-07-20 10:42:25 +00:00
Markus Schorn
ca93e4ae7e Bug 319498: Comparison of unknown bindings. 2010-07-20 09:18:54 +00:00
Markus Schorn
adef5a84f7 Bug 319186: Marshalling char16_t and char32_t. 2010-07-19 12:59:11 +00:00
James Blackburn
f7156a727c Bug 318600 - referenced configuration settings can disappear as a result of reconcile during load 2010-07-14 09:42:45 +00:00
James Blackburn
6074028851 Bug 319245 - Thread safety issue reading .cproject XML 2010-07-13 14:45:23 +00:00
Markus Schorn
7937a7b89e Undo accidental check-in. 2010-07-08 13:34:14 +00:00
Markus Schorn
884e65041d Bug 319258: Functions with 255 parameters. 2010-07-08 12:18:18 +00:00
Emanuel Graf
3fe0d27e62 Bug 319107: [c++0x] DeclSpecWriter add support for decltype and typeof
https://bugs.eclipse.org/bugs/show_bug.cgi?id=319107
2010-07-07 12:27:48 +00:00
Markus Schorn
d0de0c79ee Bug 319033: Exception in stand-alone indexer. 2010-07-07 09:16:56 +00:00
Emanuel Graf
bf5126ad89 Bug 318784: DeclarationGenerator fails for some cases
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318784
2010-07-07 08:40:02 +00:00
Markus Schorn
d5ea7d1248 Bug 86837: Destructor via typedef. 2010-07-02 13:12:06 +00:00
Markus Schorn
6a748490e7 Bug 188115: Fix AST Visitor for problem type-ids. 2010-07-02 09:53:14 +00:00