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

2521 commits

Author SHA1 Message Date
Sergey Prigogin
83124590a9 Cosmetics. 2011-09-20 17:36:01 -07:00
Sergey Prigogin
74b716c6d3 Cosmetics. 2011-09-16 17:54:43 -07:00
Markus Schorn
b9e57bcf8c Bug 357320: Class template usage in method definded outside of class body. 2011-09-16 12:45:28 +02:00
Markus Schorn
053b4c32c5 Bug 357308: Resolving references to parameters of template-template paramters. 2011-09-15 16:44:08 +02:00
Markus Schorn
ca59d810e3 Bug 257293: Support specializations of using declarations. 2011-09-15 14:43:55 +02:00
Markus Schorn
8bc2b56358 Bug 357256: Recursive inheritance causes a StackOverflowError. 2011-09-15 11:26:11 +02:00
Andrew Gvozdev
4eda60fa07 Cosmetics, more readable names 2011-09-14 23:27:18 -04:00
Andrew Gvozdev
5ce8c11602 bug 357660: JUnit failure: cdt.core testSharedDefaults 2011-09-14 13:26:39 -04:00
Doug Schaefer
8a77ed80b3 Try to fix some core.test failures by loading up whole Platform. 2011-09-14 10:51:13 -04:00
Doug Schaefer
85870c3f0b Propagate tests fix to find spawner lib when running surefire. 2011-09-13 12:33:47 -04:00
Doug Schaefer
627419ff4a Delay test to allow indexer to get started before deleting project. 2011-09-13 12:26:46 -04:00
Markus Schorn
42eaf65363 Bug 356955: Lookup for overloaded operator. 2011-09-08 15:22:45 +02:00
Markus Schorn
7d0c06294a Bug 356818: Explicit instance, which would be illegal as implicit one. 2011-09-08 14:06:56 +02:00
Markus Schorn
ad4729d954 Bug 356057: Updating unnamed enumerations. 2011-09-08 14:06:55 +02:00
Markus Schorn
c4e19ace4c Bug 356730: Resolution of designated initializers 2011-09-07 12:57:05 +02:00
Markus Schorn
0cbcce913f Bug 356493: Namespace alias in qualified name. 2011-09-07 12:08:35 +02:00
Markus Schorn
0e70cab178 Bug 355052: Type of sizeof expression. 2011-09-06 15:52:37 +02:00
Sergey Prigogin
6ba3a45797 Cosmetics. 2011-09-01 12:35:10 -07:00
Sergey Prigogin
e6d138a358 Bug 356268 - Name resolution problem with 'using' declaration inside a
class. Fix and test case.
2011-09-01 12:34:22 -07:00
Sergey Prigogin
beeef2d87c Cosmetics. 2011-08-24 19:59:52 -07:00
Markus Schorn
64c383952a Bug 355304: Argument deduction for explicit function template specialization. 2011-08-23 15:59:50 +02:00
Sergey Prigogin
49342dc9bf Fixed warnings. 2011-08-22 20:31:42 -07:00
Sergey Prigogin
30ed2ca8c9 Cosmetics. 2011-08-20 20:45:42 -07:00
Sergey Prigogin
9ba2f49c40 Fixed compiler warnings. 2011-08-20 20:45:07 -07:00
Sergey Prigogin
0d95c85386 Cosmetics. 2011-08-20 20:44:27 -07:00
Markus Schorn
623b913281 Bug 354599: Ambiguity resolution to correctly add parameters into scope cache. 2011-08-18 11:43:33 +02:00
Markus Schorn
fa05cfd37d Bug 354086: CCE in composite index. 2011-08-17 15:50:15 +02:00
Markus Schorn
c17176f43c Bug 354553: Handling of invalid token paste 2011-08-17 11:54:39 +02:00
Markus Schorn
b099aac333 Bug 354585: Resolution of overloaded new 2011-08-17 09:56:08 +02:00
Markus Schorn
fea0a6163a Bug 353281: Content assist for designated initializers 2011-08-11 16:24:00 +02:00
Sergey Prigogin
13d4a94d42 Use StringBuilder instead of StringBuffer. 2011-08-08 16:27:41 -07:00
Markus Schorn
fd671be08f Bug 352859: Matching of template template parameters. 2011-07-27 16:37:01 +02:00
Markus Schorn
16da85ea6b Bug 352309: Builtin type-traits conflict with old system headers 2011-07-27 14:56:42 +02:00
Markus Schorn
9840061bd6 Bug 352266: Template paramter without name, but with default value 2011-07-20 15:54:43 +02:00
Markus Schorn
5c46a13bd3 Bug 351927: Argument deduction with reference types 2011-07-20 15:45:38 +02:00
Markus Schorn
d226e960f9 Bug 351609: Adjust parameter types in instantiated function type. 2011-07-20 14:01:49 +02:00
Markus Schorn
34fdfb1196 Bug 351547: Resolution of delete expressions. 2011-07-20 12:05:49 +02:00
Jens Elmenthaler
9d9efe8e9d Bug 352350 - Outline view corrupts expansion state of namespace nodes 2011-07-20 11:03:33 +02:00
Markus Schorn
82a3d0c280 Bug 351228: Attributes at end of using directive. 2011-07-06 08:18:12 +02:00
Markus Schorn
48094a5689 Bug 351009: Content assist for member-initializer outside of class body. 2011-07-05 13:37:38 +02:00
Markus Schorn
58dbe6d738 Bug 349534: Mark inactive preprocessor statements as such. 2011-07-04 16:03:21 +02:00
Markus Schorn
f50bbd1819 Bug 350345: Typedef as class name for ctor with overloaded function pointer argument. 2011-07-04 10:16:25 +02:00
Markus Schorn
fa9ba41575 Bug 347462: Detection of implicitly called copy ctor. 2011-07-04 10:16:24 +02:00
Markus Schorn
24c4f8f836 Bug 328528: Read/write flags in initializers. 2011-07-01 10:42:46 +02:00
Anton Leherbauer
a9f41ac547 Bug 348569 - Ever growing resource tree with cyclic symbolic links 2011-06-30 11:03:33 +02:00
Doug Schaefer
b00b18abf6 Upversion the pom for core.tests. 2011-06-29 02:54:06 -04:00
Markus Schorn
b2452fb45d Bug 347298: Array type in field access. 2011-06-29 12:16:21 +02:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Andrew Gvozdev
651418210c isSymbolicLinkSupported() extracted 2011-06-02 20:05:26 +00:00
Andrew Gvozdev
a05ee48bd1 isSymbolicLinkSupported() extracted 2011-06-02 19:52:39 +00:00