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

2363 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
Markus Schorn
7a22acef41 Bug 316307: [C++0x] Syntax for lambda expressions. 2010-08-19 14:34:05 +00:00
Markus Schorn
2d5e046e1c Bug 322988: Testcase. 2010-08-18 08:42:52 +00:00
Markus Schorn
507d844b5e Bug 305978: [C++ 0x] Deleted functions, additional testcase and a fix. 2010-08-13 10:58:14 +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
Vivian Kong
e92c84adf6 Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class for John Liu 2010-08-12 00:23:50 +00:00
Markus Schorn
f1bab4f41f Bug 305978: [C++0x] Defaulted and deleted functions. 2010-08-09 08:36:50 +00:00
Markus Schorn
475aebee89 Fix occasional test failure. 2010-08-09 08:11:20 +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
afe222fa0c Attempt to fix occasional test failures. 2010-08-04 14:25:54 +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
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
Andrew Gvozdev
0df0869a32 bug 318093: fixed test failing Hudson build#248 2010-07-12 15:55:06 +00:00
Sergey Prigogin
ce7daa960b Test case for bug 319498. 2010-07-12 03:41:58 +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
d5ea7d1248 Bug 86837: Destructor via typedef. 2010-07-02 13:12:06 +00:00
Emanuel Graf
81f191e4a4 Bug 318588: Add support for C++0x to DeclSpecWriter
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318588
2010-07-01 12:25:02 +00:00
Emanuel Graf
368736adaf Bug 318552: NPE in ExpressionWriter for unary expression without an operand
https://bugs.eclipse.org/bugs/show_bug.cgi?id=318552
2010-07-01 08:12:10 +00:00
Andrew Gvozdev
494b2dc62c bug 318093: GCCErrorParser treats instantiation warnings as errors 2010-06-27 02:45:29 +00:00
Markus Schorn
1285350432 Bug 317435: Change to file-encoding shall trigger index update. 2010-06-24 13:01:39 +00:00
Markus Schorn
5a013d6320 Bug 283080: Updating headers in non-src folders. 2010-06-24 12:37:27 +00:00
Markus Schorn
888b9c3af6 Bug 317146: Problem binding in composite factory. 2010-06-23 12:36:54 +00:00
Markus Schorn
bc70607da5 Bug 317004: Recursive definition of size_t. 2010-06-23 10:09:51 +00:00
Markus Schorn
2ec6a92a98 Bug 314593: Handling of missing semicolon after statement. 2010-06-23 09:24:39 +00:00
Markus Schorn
6468bb856d Bug 316931: IASTTranslationUnit.getDeclarations() for parameters. 2010-06-22 12:21:17 +00:00
Markus Schorn
19768142fd Bug 316704: Exponential complexity resolving template argument ambiguity. 2010-06-18 14:38:24 +00:00
Markus Schorn
0664dab5c6 Attempt to fix occasional test-failure. 2010-06-18 07:56:41 +00:00
Markus Schorn
7ed4f94f50 Bug 294543: Built-in candidates for overloaded operators: Additional testcases and corrections. 2010-06-18 07:47:43 +00:00
Markus Schorn
222046596e Compiler warnings. 2010-06-17 14:00:24 +00:00
Markus Schorn
a7397911f1 Bug 294543: Built-in candidates for overloaded operators. 2010-06-17 13:57:03 +00:00
Vivian Kong
b4271a2cb3 Bug 315435 Fix the regression test failures in cdt70 for John Liu 2010-06-03 20:35:48 +00:00
Vivian Kong
4243380198 Bug 315439 Fix up copyright 2010-06-03 16:41:41 +00:00
Vivian Kong
43baefd7e3 Bug 315435 Fix the regression test failures in cdt70 2010-06-03 14:06:55 +00:00
Chris Recoskie
8475af8e31 Bug 291815 - attempt #2 to fix test failure on UNIX/Linux 2010-05-28 10:55:54 +00:00
Chris Recoskie
98977cbde4 further changes for Bug 291815 - fix test failure on UNIX/Linux 2010-05-27 01:40:19 +00:00
Andrew Gvozdev
0dd48245de bug 314253: Linker warning not recognized
Based on work from Axel Mueller
2010-05-27 01:26:17 +00:00
Markus Schorn
9381be7ba2 Bug 313270: Local variables of type va_arg. 2010-05-26 08:15:34 +00:00
Sergey Prigogin
a6685ef272 Cosmetics. 2010-05-26 07:08:19 +00:00
Chris Recoskie
7038788c04 further changes for Bug 291815 - Add an extension point to allow utilities for virtual EFS filesystems 2010-05-25 17:58:41 +00:00
Markus Schorn
27f89cdca5 Bug 314113: False syntax error. 2010-05-25 09:10:31 +00:00
Markus Schorn
f5785de8fe Testcase for updating file-local types. 2010-05-20 13:08:37 +00:00