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 |
|
Sergey Prigogin
|
808f7e43d4
|
Test case for bug 281783.
|
2009-06-28 19:37:00 +00:00 |
|
Sergey Prigogin
|
b2d643fdbf
|
Test case for bug 281782.
|
2009-06-28 18:42:03 +00:00 |
|
Sergey Prigogin
|
9e59c7ce08
|
Test case for bug 281781.
|
2009-06-28 17:42:16 +00:00 |
|
Markus Schorn
|
fc4e49794c
|
Correct type-strings for function and array types, bug 277320.
|
2009-06-25 06:16:12 +00:00 |
|
Markus Schorn
|
de93e043c2
|
ClassCastException using template template parameters, bug 279619
|
2009-06-23 12:54:19 +00:00 |
|
Markus Schorn
|
5bbbd7720b
|
Endless loop in content-assist, bug 280934
|
2009-06-23 12:20:04 +00:00 |
|