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

1696 commits

Author SHA1 Message Date
Mike Kucera
17931aa374 fixed bug with content assist not working on top level named type specifier 2008-05-05 18:13:05 +00:00
Sergey Prigogin
b0849e06bf Partial fix for bug 229917. 2008-05-04 00:35:11 +00:00
Andrew Ferguson
3fb7973084 229942: add test 2008-05-02 13:38:10 +00:00
Sergey Prigogin
72f98fc936 Added a test case for bug 229917. 2008-05-02 06:27:34 +00:00
Andrew Ferguson
ad109d4108 move to new-style framework 2008-05-01 12:51:21 +00:00
Andrew Ferguson
0247034741 move to new-style framework 2008-05-01 12:44:27 +00:00
Markus Schorn
4b12c3a302 Fix warnings. 2008-04-29 17:24:45 +00:00
Sergey Prigogin
784d834751 Renamed _testSpecializationSelection test case to include bug number. 2008-04-29 05:29:14 +00:00
Chris Recoskie
1e586a99cc Partial fix for Bugzilla 210116 (CDT spelling errors) 2008-04-28 18:35:19 +00:00
Markus Schorn
846e2a2320 Computing the correct type for pointer arithmetics. 2008-04-28 13:05:49 +00:00
Andrew Ferguson
080b701f7d 224364: re-enable fix after performance improvements from Markus 2008-04-28 10:12:33 +00:00
Sergey Prigogin
98cf46261c Fixed testFunctionTemplateWithUsing test case. 2008-04-28 05:35:38 +00:00
Sergey Prigogin
60d02ba145 Added two failing test cases, _testSpecializationSelection and _testFunctionTemplateWithUsing. 2008-04-27 22:32:49 +00:00
Sergey Prigogin
4c15ba6484 Added a failing test case for bug 201204. 2008-04-27 20:49:18 +00:00
Markus Schorn
e54c6c45a7 Create problem bindings for non-existent fields, bug 228504. 2008-04-25 13:19:13 +00:00
Markus Schorn
d844f5e24a Improved setup of macro dictionary for headers opened in editor, bug 228012 2008-04-25 12:45:14 +00:00
Markus Schorn
a9b1ca9430 Exporting packages of the test-plugin. 2008-04-25 09:10:42 +00:00
Markus Schorn
ea74d07999 Testcase for bug 226585. 2008-04-24 09:58:59 +00:00
Markus Schorn
b46e95b387 Adapting template related bindings to their counterparts in the index, bug 214017. 2008-04-23 16:51:58 +00:00
Andrew Ferguson
7364e1ddaf 227976: apply fix 2008-04-23 10:44:40 +00:00
Andrew Ferguson
0efd6a1877 227967: add test cases 2008-04-22 11:20:04 +00:00
Markus Schorn
4db6ea5e78 Syntax error in template definition (template id ambiguity), bug 228118. 2008-04-22 10:45:00 +00:00
Andrew Ferguson
95763b595e move older test to new-style framework 2008-04-21 09:44:19 +00:00
Andrew Ferguson
0cd5c17617 move older tests to new-style framework 2008-04-21 09:10:02 +00:00
Markus Schorn
4ac33cedb7 Fix for superfluous semicolon by Emanuel Graf, bug 226533. 2008-04-21 08:44:07 +00:00
Sergey Prigogin
97b34939ee New test case for bug 214017 that is still failing. 2008-04-21 03:49:52 +00:00
Sergey Prigogin
fd24289643 Compiler warnings. 2008-04-19 19:35:13 +00:00
Sergey Prigogin
1356f3ffea Partial fix for bug 214017. 2008-04-19 08:55:13 +00:00
Markus Schorn
9b984524cc Indexing performance improvements. 2008-04-18 15:27:01 +00:00
Andrew Ferguson
65701e2d38 move older tests to new-style framework 2008-04-18 11:05:12 +00:00
Markus Schorn
70db16224a Store #undef in index, bug 227088. 2008-04-17 12:27:49 +00:00
Markus Schorn
b7afd7af2c Testcase provided by Richard Miskin, bug 145389. 2008-04-16 16:30:23 +00:00
Andrew Ferguson
e4f737f6b1 222418: apply fix 2008-04-16 16:04:43 +00:00
Markus Schorn
f040526748 Placement new in conditional expressions, bug 227104. 2008-04-15 16:16:24 +00:00
Andrew Ferguson
a9ee6e4393 222418: add further tests 2008-04-15 14:24:38 +00:00
Andrew Ferguson
95b0b06cd7 shorten some binding-helper assertion messages 2008-04-15 14:04:21 +00:00
Markus Schorn
7f62ac03bf Specific sizeof expression, bug 227122. 2008-04-15 13:55:26 +00:00
Markus Schorn
54eba1ba20 Restrict references, bug 227110. 2008-04-15 11:39:11 +00:00
Markus Schorn
51f43ad2c5 Attributes in elaborated type specifiers, bug 227085. 2008-04-15 07:58:54 +00:00
Markus Schorn
9594a52283 Using 'typename' in expressions, bug 227082. 2008-04-15 07:35:01 +00:00
Andrew Ferguson
d29b51bbd4 226308: Disable fix for 224364 2008-04-14 11:06:30 +00:00
Markus Schorn
7aab1dfa1c Correct parsing of typeof-expressions, bug 226492. 2008-04-11 14:28:38 +00:00
Markus Schorn
fed2e66552 Documentation for rewrite tests, by Emanuel Graf, bug 226502. 2008-04-11 09:56:09 +00:00
Markus Schorn
81a7a466e9 Support for case-ranges, bug 211882. 2008-04-11 06:47:44 +00:00
Markus Schorn
b74edd50a1 Correct parsing of typeof-expressions, bug 226492. 2008-04-10 16:14:43 +00:00
Markus Schorn
1e97408e2b Correct parsing of typeof-expressions, bug 226492. 2008-04-10 15:35:21 +00:00
Markus Schorn
3c104b3f4c Fix warnings. 2008-04-10 11:58:41 +00:00
Markus Schorn
db17e565b9 Compound statement expression nested in binary expression, bug 226274. 2008-04-09 14:12:20 +00:00
Andrew Ferguson
fa65eafa16 226231: apply fix 2008-04-09 14:08:56 +00:00
Markus Schorn
d5ad391d97 Comments in ChangeGenerator, by Emanuel Graf, bug 226251. 2008-04-09 11:51:43 +00:00