Markus Schorn
|
09bd5ef8cb
|
restrict is not a C++-keyword, bug 228826
|
2008-09-17 13:31:15 +00:00 |
|
Markus Schorn
|
cce773e663
|
Handles keywords in expression evaluator, bug 246369.
|
2008-09-08 08:39:33 +00:00 |
|
Markus Schorn
|
8d99a621b3
|
Handles 'true' and 'false' in expression evaluator, bug 246369.
|
2008-09-08 08:06:20 +00:00 |
|
Markus Schorn
|
8e72b07f59
|
Syntax error with constructor initializer, bug 245070.
|
2008-09-03 09:49:53 +00:00 |
|
Sergey Prigogin
|
e9629b194e
|
Bug 245049. Also fixed test14_8_2_4s7.
|
2008-08-25 00:39:02 +00:00 |
|
Sergey Prigogin
|
9acb20d524
|
Test case for bug 245049.
|
2008-08-24 19:44:04 +00:00 |
|
Sergey Prigogin
|
ca322a621a
|
Bug 245030.
|
2008-08-24 04:03:05 +00:00 |
|
Sergey Prigogin
|
e8efeee1b0
|
Test case for bug 245030.
|
2008-08-23 23:26:34 +00:00 |
|
Sergey Prigogin
|
cfe64d83a6
|
Failing test case for bug 245027.
|
2008-08-23 19:23:47 +00:00 |
|
Markus Schorn
|
03b82b0928
|
Complete implementation of ICPPClassType, bug 98171.
|
2008-08-06 14:19:12 +00:00 |
|
Markus Schorn
|
0c1c0e52bd
|
Scopes for catch handlers, bug 209579.
|
2008-08-05 12:05:59 +00:00 |
|
Markus Schorn
|
1aae35abf1
|
Empty versus no exception specification, bug 86943.
|
2008-08-05 09:44:53 +00:00 |
|
Sergey Prigogin
|
fe9a0ddd82
|
Bug 233889.
|
2008-08-05 03:53:26 +00:00 |
|
Markus Schorn
|
58dced96be
|
AST representation for member-initializers and function try block, bug 237253.
|
2008-08-04 13:41:50 +00:00 |
|
Markus Schorn
|
c4f2d97cf1
|
Optional support for block-comments like /% comment %/, bug 130235.
|
2008-08-01 09:37:20 +00:00 |
|
Markus Schorn
|
8152453880
|
Correct modeling of template-scopes, bug 237026.
|
2008-07-31 13:09:50 +00:00 |
|
Markus Schorn
|
475e923db6
|
Support for __builtin_types_compatible_p, bug 241570.
|
2008-07-29 09:27:42 +00:00 |
|
Markus Schorn
|
5a6673a049
|
Support for __builtin_types_compatible_p, bug 241570.
|
2008-07-29 08:29:27 +00:00 |
|
Markus Schorn
|
3a2809ae69
|
Testcases for unique specializations and instances, bug 241641.
|
2008-07-29 07:49:12 +00:00 |
|
Sergey Prigogin
|
0ff272e50e
|
Fix for 235196.
|
2008-07-28 16:52:14 +00:00 |
|
Markus Schorn
|
1c2c0848b7
|
Complete support for members of anonymous unions, bug 206450.
|
2008-07-28 14:42:42 +00:00 |
|
Markus Schorn
|
b03ff9f8d1
|
Typeid for pointer to member, bug 242197.
|
2008-07-28 11:53:26 +00:00 |
|
Markus Schorn
|
ec58119cbe
|
Declspec in enum-specifier, bug 241203.
|
2008-07-25 13:32:14 +00:00 |
|
Markus Schorn
|
8755869f67
|
Mark test for bug 236197 as passing.
|
2008-07-25 12:53:07 +00:00 |
|
Markus Schorn
|
91778c287b
|
Reworked parts of template instantiation, fixes bug 236197.
|
2008-07-25 12:52:22 +00:00 |
|
Markus Schorn
|
93fe4bbc48
|
Fix warnings.
|
2008-07-15 15:00:31 +00:00 |
|
Markus Schorn
|
d95322ff16
|
Error recovery within enumeration, bug 72685.
|
2008-07-14 10:45:58 +00:00 |
|
Sergey Prigogin
|
bfa93d84d0
|
Different definitions of __null for C and C++ (bug 240567).
|
2008-07-14 01:28:03 +00:00 |
|
Sergey Prigogin
|
fb4339f87b
|
Added a test case for bug 233889.
|
2008-07-12 23:04:15 +00:00 |
|
Markus Schorn
|
51c06fe8cc
|
NPE in type-comparison, bug 238614.
|
2008-07-09 09:52:30 +00:00 |
|
Markus Schorn
|
eba71c1297
|
Adjustment of parameter types, bug 239975.
|
2008-07-09 09:13:48 +00:00 |
|
Markus Schorn
|
a241c040a7
|
ClassCastException creating type for instance of constructor template, bug 239586.
|
2008-07-08 12:38:45 +00:00 |
|
Markus Schorn
|
7f6536f4e0
|
Array to pointer conversion for typedefs, bug 239931.
|
2008-07-08 11:41:23 +00:00 |
|
Markus Schorn
|
87a573a38e
|
Type of type-identification-expression, bug 209578
|
2008-07-08 09:49:43 +00:00 |
|
Markus Schorn
|
f5ed48e3ee
|
testcase for compound initializer, bug 145387
|
2008-07-08 08:53:31 +00:00 |
|
Markus Schorn
|
076d4c7899
|
Cast ambiguities, bug 237057.
|
2008-07-07 13:22:30 +00:00 |
|
Andrew Ferguson
|
0a836d8009
|
238842: cyclic includes causes infinite loop in PDOMManager.areSynchronized
|
2008-07-07 11:35:32 +00:00 |
|
Markus Schorn
|
4fbf9e4dc7
|
Exceptions parsing boost library, bug 238180.
|
2008-07-02 12:43:04 +00:00 |
|
Andrew Ferguson
|
c1f5fbcb8f
|
239023: user defined operator lookup on deferred class type
|
2008-06-30 17:13:40 +00:00 |
|
Markus Schorn
|
58ada354ae
|
Support for function-style assembler and sizeof-extension, bug 237066+237068.
|
2008-06-30 13:06:07 +00:00 |
|
Andrew Ferguson
|
b23fa116f6
|
238232: fix conversions relating to implicit object argument, and some follow on exposed bugs
|
2008-06-26 10:06:52 +00:00 |
|
Andrew Ferguson
|
7a15b85483
|
238409: add test
|
2008-06-25 13:49:48 +00:00 |
|
Markus Schorn
|
307d084357
|
Switch without compound statement, bug 105334.
|
2008-06-25 12:33:40 +00:00 |
|
Markus Schorn
|
e6baa5b577
|
Support for @ in identifiers, bug 237028.
|
2008-06-25 11:55:36 +00:00 |
|
Andrew Ferguson
|
e50931293e
|
233889: pointer-to-member declarations in parameter contexts are not typed correctly
|
2008-06-25 11:04:44 +00:00 |
|
Markus Schorn
|
53841121fb
|
Handling problems in declarations, bug 100321, 234085 and 238151.
|
2008-06-24 12:50:46 +00:00 |
|
Andrew Ferguson
|
525c3124a7
|
237914: have non-type template argument conversions taken into account when selecting specializations/partial-specializations
|
2008-06-20 13:19:02 +00:00 |
|
Markus Schorn
|
a8817857ac
|
Fixes type-string computation for model builder, bug 235808.
|
2008-06-19 14:54:19 +00:00 |
|
Andrew Ferguson
|
ddca2b93d1
|
237622: template parameter resolution in chain initialiser - apply fix and add tests
|
2008-06-19 13:57:51 +00:00 |
|
Markus Schorn
|
a0a40cf21f
|
Binding resolution of parameters for complex functions, bug 214482.
|
2008-06-19 12:36:21 +00:00 |
|