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

10182 commits

Author SHA1 Message Date
Sergey Prigogin
d335475bd0 Prefer header variants that were parsed in context of a source file. 2011-10-17 14:20:42 -07:00
Sergey Prigogin
ffb7162210 Fixed an NPE. 2011-10-17 11:22:14 -07:00
Sergey Prigogin
72db9fbe93 Fixed broken tests. 2011-10-14 19:44:36 -07:00
Sergey Prigogin
ca69e0b6e9 Cosmetics. 2011-10-14 14:10:23 -07:00
Sergey Prigogin
8ae5715f10 Fixed test breakage caused by an additional index event. 2011-10-14 13:58:48 -07:00
Sergey Prigogin
dcc6b66ddf Disabled IndexMultiVariantHeaderTest.testSignificantMacroDetection test
for now.
2011-10-07 12:06:06 -07:00
Markus Schorn
535d90cc7d Option to record defined macros during expansion. 2011-10-07 10:56:14 +02:00
Sergey Prigogin
22a089aca4 Fixed a bogus test failure. 2011-10-06 16:02:35 -07:00
Sergey Prigogin
849c54b2c3 Cosmetics. 2011-10-05 10:08:01 -07:00
Markus Schorn
098712b4d9 Manage the removal of an include guard 2011-10-05 16:54:24 +02:00
Markus Schorn
333559e5ea Cleanup handling of new file-versions. 2011-10-05 13:50:34 +02:00
Sergey Prigogin
923b1a5068 Expanded a Javadoc comment. 2011-10-04 10:40:40 -07:00
Sergey Prigogin
31f06286ba Cosmetics. 2011-10-04 10:12:26 -07:00
Sergey Prigogin
6593f1f8cf Removed a redundant test. 2011-10-04 10:11:06 -07:00
Markus Schorn
24864f8821 Fix bugs revealed by the testcases. 2011-10-04 16:05:44 +02:00
Sergey Prigogin
6f7c1b7904 Added another failing test. 2011-10-03 20:09:17 -07:00
Sergey Prigogin
dacfc2d9b7 Added two more multi-variant header update tests. Currently all these
tests are failing.
2011-10-03 18:10:03 -07:00
Sergey Prigogin
b87e568b78 Comment adjustment. 2011-10-03 12:24:16 -07:00
Sergey Prigogin
9fec7d91ed Added a multi-variant header update test that is not passing yet. 2011-10-02 21:14:21 -07:00
Sergey Prigogin
a3b2fcdb71 Removed dependency on a deprecated method. 2011-10-02 16:53:48 -07:00
Sergey Prigogin
bcb582c6dd Cosmetics. 2011-10-02 16:52:20 -07:00
Sergey Prigogin
484ec88e27 Collapse variants of the same include file into a single node. 2011-10-01 19:14:27 -07:00
Sergey Prigogin
5f065af0d8 Cosmetics. 2011-10-01 18:56:48 -07:00
Sergey Prigogin
aa09934d72 Tests for headers included in multiple variants. 2011-09-29 20:39:52 -07:00
Sergey Prigogin
5558865a53 Cosmetics. 2011-09-27 19:48:53 -07:00
Markus Schorn
574406dc21 Indexing of headers and index updates. 2011-09-27 15:55:20 +02:00
Markus Schorn
4e1d937050 Single version for pragma-once files, tracking loaded non-pragma-once versions. 2011-09-22 15:27:12 +02:00
Markus Schorn
d69c979ada Copy of branch bug_197989. 2011-09-21 17:36:49 +02:00
Markus Schorn
97e64c95b3 Make rebuild index deterministic. 2011-09-21 17:35:44 +02:00
Anton Leherbauer
5c47f3f1a1 Bug 357300 - Function parameter line wrapping wraps commas separating parameters 2011-09-21 14:46:39 +02:00
Sergey Prigogin
e2aef245cd Bug 357423. Fixed regression. 2011-09-20 17:39:06 -07:00
Sergey Prigogin
ec3395e78d Bug 358282 - Name resolution problem with mismatched 'class' and
'struct'.
2011-09-20 17:38:23 -07:00
Sergey Prigogin
f013413676 Cosmetics. 2011-09-20 17:37:44 -07:00
Sergey Prigogin
c27d6dec29 Adjusted Javadoc. 2011-09-20 17:37:00 -07:00
Sergey Prigogin
83124590a9 Cosmetics. 2011-09-20 17:36:01 -07:00
Doug Schaefer
c686b86ceb Bug 241717 - Fix header file too. 2011-09-19 14:55:18 -04:00
Doug Schaefer
85e252612d Bug 241717 - Kludge the test so it passes for now. 2011-09-19 13:55:26 -04:00
Anton Leherbauer
e0bca93e1a Bug 356275 - Project Explorer: Link with Editor does not work for C/C++ projects 2011-09-19 11:10:28 +02:00
Eugene Ostroukhov
0fd03f628b Bug 356982 - CDT forgets language mappings after the restart 2011-09-19 11:10:25 +02:00
Anton Leherbauer
01b24ceba4 Bug 356690 - Macro use after for loop formats incorrectly 2011-09-19 11:10:22 +02:00
Markus Schorn
12d4746a36 Bug 357928: Odd behavior of indexer properties page. 2011-09-19 10:34:09 +02:00
Sergey Prigogin
74b716c6d3 Cosmetics. 2011-09-16 17:54:43 -07:00
Sergey Prigogin
a6d6e88dc0 Cosmetics. 2011-09-16 15:53:55 -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
Doug Schaefer
da5db9d343 Set up dependencies for ui.tests. 2011-09-14 16:48:56 -04:00
Sergey Prigogin
a090d9bd2c Bug 357423 - Code formatter gets confused by a macro. Macro involving an
'if' statement.
2011-09-14 12:37:11 -07:00