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

2138 commits

Author SHA1 Message Date
Markus Schorn
16944a0de7 Arithmetic conversions for unary and binary expressions, bug 231859. 2009-10-09 12:04:23 +00:00
Markus Schorn
2bc7bae4a4 Pushes commonalities of c and c++ into IBasicType, bug 231859. 2009-10-08 16:13:54 +00:00
Markus Schorn
081526f656 Type of subscript expression, bug 291595. 2009-10-07 14:01:24 +00:00
Markus Schorn
164d59a0d8 User defined operators are considered only for user-defined types, bug 291409. 2009-10-06 12:09:24 +00:00
Markus Schorn
1754ae59b2 Scope for deferred instances, bug 289132. 2009-09-30 10:30:37 +00:00
Markus Schorn
cb647d08f0 Owner of forward class declarations, bug 290693. 2009-09-28 13:24:16 +00:00
Markus Schorn
7ad14d08db Fixes char-array comparison, bug 289852. 2009-09-21 15:06:52 +00:00
Andrew Gvozdev
dbbdbd8f95 bug 109139: Generic Error parser
(RegexErrorParser)
2009-09-11 02:09:38 +00:00
Sergey Prigogin
72d12ff557 Bug 284665. 2009-08-24 18:15:23 +00:00
Sergey Prigogin
608669a12f Test case for bug 284665. 2009-08-23 04:08:59 +00:00
Sergey Prigogin
5c895b6139 Another test case for bug 284690. 2009-08-23 03:17:09 +00:00
Sergey Prigogin
675b030e8a Cosmetics. 2009-08-23 02:56:10 +00:00
Markus Schorn
537f9ed45a Checking for compatible arrays in plain C, follow up to bug 269926. 2009-08-21 13:29:04 +00:00
Markus Schorn
119db5a916 Definition vs. declaration for static variables, bug 286259. 2009-08-19 08:56:35 +00:00
Markus Schorn
a614d37442 Testcase for bug 286213. 2009-08-19 07:51:44 +00:00
Markus Schorn
03df93edb2 Inline friend functions, bug 284690. 2009-08-18 13:40:07 +00:00
Sergey Prigogin
7bbba2e9ec Bug 286741. 2009-08-17 04:11:35 +00:00
Sergey Prigogin
4b2dc9b25f Cosmetics. 2009-08-16 23:15:54 +00:00
Sergey Prigogin
01f10e61af Resolution of inline friend functions in index. Bug 284690. 2009-08-10 04:17:57 +00:00
Sergey Prigogin
7ac2badc64 Test case for bug 284690. 2009-08-10 01:55:11 +00:00
Sergey Prigogin
4566fa3eab Test case for bug 284690. 2009-08-10 01:51:43 +00:00
Sergey Prigogin
936d9e6b75 Resolution of inline friend functions. Bug 284690. 2009-08-10 00:42:14 +00:00
Markus Schorn
c4215f72c5 Typedef recursion, bug 285457. 2009-08-04 15:38:40 +00:00
Sergey Prigogin
d2b0c2f46b Enum to int conversion. Bug 285368. 2009-08-02 05:39:59 +00:00
Sergey Prigogin
ea15b5e2bd Test case for bug 285368. 2009-08-02 00:13:34 +00:00
Markus Schorn
fb29ac3b16 Storing unknown variables in index, bug 284686. 2009-07-28 14:06:44 +00:00
Markus Schorn
669ef1b53e Instantiation of default template argument, bug 284683. 2009-07-28 09:17:34 +00:00
Sergey Prigogin
fb0772e21b Test case for bug 284690. 2009-07-26 23:35:44 +00:00
Sergey Prigogin
14e6048592 Test case for bug 284690. 2009-07-26 23:35:06 +00:00
Sergey Prigogin
a3c171f7e4 Test case for bug 284686. 2009-07-26 23:06:53 +00:00
Markus Schorn
7768ee8e9e Exponential complexity resolving overloaded function calls, bug 283324. 2009-07-22 16:04:46 +00:00
Markus Schorn
448fec099f Adjusting c-parameter type for typedefs, bug 284248. 2009-07-22 15:08:28 +00:00
Markus Schorn
760abf7ac7 Content assist for anonymous struct members, bug 284245. 2009-07-22 13:04:08 +00:00
Markus Schorn
6b57ac7cf2 Hidden virtual bases, bug 282993. 2009-07-22 09:48:53 +00:00
Andrew Gvozdev
af2ec51c4d bug 263977: Test case fixed for Unix systems. 2009-07-20 19:59:15 +00:00
Markus Schorn
8e855d931c Further disambiguation of bindings from index, bug 268704. 2009-07-20 09:48:58 +00:00
Markus Schorn
b358f1f6d0 Modeling array sizes, bug 269926. 2009-07-17 17:30:36 +00:00
Markus Schorn
3d7ad1a899 Removes unused throw declarations, bug 283523. 2009-07-15 10:49:09 +00:00
Markus Schorn
fc1bd1306d Ambiguity between constructor and field declaration, bug 269953. 2009-07-14 15:22:46 +00:00
Markus Schorn
a75ebb1cf4 Updated handling of frameworks, bug 69529. 2009-07-13 08:57:35 +00:00
Markus Schorn
57f33ecc8a Call to object of class type, bug 267389. 2009-07-10 15:23:32 +00:00
Markus Schorn
88c5aa9a43 Relative include search paths, bug 243170. 2009-07-10 08:37:57 +00:00
Markus Schorn
031bf4556a Configuring framework search, bug 69529. 2009-07-10 07:51:40 +00:00
Andrew Gvozdev
08c17094e8 bug 237448: Include specifications using build variables are not properly forwared to the system 2009-07-09 18:40:52 +00:00
Andrew Gvozdev
81ff9fe6a8 Bug 263977: parsing of Visual C++ errors on Linux with Wine 2009-07-08 19:35:06 +00:00
Markus Schorn
10107c0d8e Comparison of owners, bug 281782. 2009-07-02 13:51:53 +00:00
Markus Schorn
3261b83ecb Type-deduction in function-type with reference type parameter, bug 281783. 2009-07-02 11:52:34 +00:00
Markus Schorn
8c5f3483fa Support for PDOMs larger than 2GB, bug 279620. 2009-07-02 08:57:39 +00:00
Markus Schorn
aa1e4bd52c Correct determination of default template arguments, bug 281781. 2009-07-01 14:47:56 +00:00
Markus Schorn
b59697f128 Disable inactive code parsing after string literals, bug 281745. 2009-06-29 16:00:24 +00:00