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

1735 commits

Author SHA1 Message Date
Markus Schorn
c544d8f156 Fix bogus detection of knr-style function declarator, bug 221567. 2008-05-28 08:56:59 +00:00
Markus Schorn
508d3c6c86 Fixes return types of built-in functions, bug 234309. 2008-05-28 07:45:14 +00:00
Markus Schorn
a244296645 Fix recursion in binding resolution, bug 234042. 2008-05-27 15:10:18 +00:00
Andrew Ferguson
03273b05c1 add test case for missing problembinding when passing a (basic) type in a non-type context 2008-05-27 14:22:58 +00:00
Sergey Prigogin
e87d1aa60d Failing test case for bug 233889. 2008-05-26 04:54:01 +00:00
Andrew Ferguson
688df291ee 207871: add testcase 2008-05-23 18:19:02 +00:00
Andrew Ferguson
4caaf836f6 add test for deferred non-type template arguments 2008-05-23 16:08:20 +00:00
Markus Schorn
f44c51e7d3 Fixes comment handling with preprocessor nodes by Emanuel Graf, bug 233438. 2008-05-23 14:26:46 +00:00
Markus Schorn
291094d65d Name resolution when redeclaring a class after a reference, bug 229571. 2008-05-23 13:47:01 +00:00
Andrew Ferguson
92be19e029 207871: add test 2008-05-22 16:03:44 +00:00
Andrew Ferguson
05d113bc51 233460: apply fix 2008-05-22 15:04:30 +00:00
Andrew Ferguson
7a7891d1b4 229942: apply fix 2008-05-21 17:02:08 +00:00
Markus Schorn
0982e99b7c Correct types for numeric literals, bug 225534. 2008-05-21 16:24:30 +00:00
Markus Schorn
3817999a3f Fix redefinition of t_ptrdiff, bug 230895. 2008-05-21 14:17:48 +00:00
Sergey Prigogin
17ed4692de Fix for 201204. 2008-05-20 21:56:58 +00:00
Markus Schorn
10c51f51bb Fixes ambiguity resolution for plain C, bug 232612. 2008-05-19 16:55:16 +00:00
Andrew Ferguson
38c5adb832 232809: apply fix, add regression test 2008-05-19 15:01:59 +00:00
Sergey Prigogin
100c6ff5d2 Fix for bug 232086. 2008-05-19 07:54:36 +00:00
Markus Schorn
cec3ad4e98 Correct binding resolution when performed out of order, bug 232300. 2008-05-16 17:17:23 +00:00
Andrew Ferguson
101bca0e7a 229942: expand tests 2008-05-16 16:06:50 +00:00
Andrew Ferguson
7a78073d7d report the IProblemBinding ID constant name on failure 2008-05-15 13:07:55 +00:00
Andrew Ferguson
e3ae583f4f add test for potential regression for 229942 2008-05-15 13:07:16 +00:00
Markus Schorn
fec33bb137 Proper handling of comments before preprocessing statements by Emanuel Graf, bug 232232. 2008-05-15 07:34:10 +00:00
Sergey Prigogin
d75d152ce6 Test case for bug 232086. 2008-05-14 15:06:58 +00:00
Markus Schorn
9cd97af5e5 Testcase for resolving an iterators of std::vector. 2008-05-14 12:46:02 +00:00
Markus Schorn
0fb210a8fe Bindings for method-definitions of class templates with non-type parameters, bug 231868. 2008-05-14 11:05:13 +00:00
Markus Schorn
e836c2d3f5 Fix for AST2TemplateTests.testNestedClassTypeSpecializations, generalizes fix for 213861. 2008-05-14 07:11:00 +00:00
Markus Schorn
1e130b3edf Rework fix for 213861 and defer even more instantiations, related to bug 229218. 2008-05-09 12:58:26 +00:00
Markus Schorn
eb179298f4 For deferred class instances also defer selection of partial instantiation, bug 229218. 2008-05-08 13:10:05 +00:00
Andrew Ferguson
642e523cf3 207840: PDOM non type template parameters (fix) 2008-05-08 09:05:30 +00:00
Mike Kucera
c348507f85 fixed bug with typename before identifier not parsing, fixed bug with conversion function name with template not parsing 2008-05-07 22:17:09 +00:00
Andrew Ferguson
b786f524dc 207840: add PDOM non-type parameters 2008-05-07 17:29:07 +00:00
Andrew Ferguson
f0b43c8098 207840: add unit test 2008-05-07 16:29:40 +00:00
Andrew Ferguson
73b13e3128 disallow using a template name as a type name in a simple declaration 2008-05-07 11:27:05 +00:00
Andrew Ferguson
c2f4ab53ca fix race condition 2008-05-07 10:42:33 +00:00
Mike Kucera
3f5cccb36d fixed problems with DOM parser running in LR parser suite 2008-05-06 19:43:14 +00:00
Mike Kucera
72312ab02a Added several core parser tests to the LR parser test suite 2008-05-06 14:47:33 +00:00
Markus Schorn
1318ab37dd Fix for template type resolution bug 229917. 2008-05-06 12:40:24 +00:00
Andrew Ferguson
e100fce79a add test for missing problems when using a template name as a type name in a declaration (see 207840) 2008-05-06 12:08:53 +00:00
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