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

2215 commits

Author SHA1 Message Date
Sergey Prigogin
1bb19098d3 Yielding of index write lock. Bug 287907. 2010-01-23 22:42:24 +00:00
Markus Schorn
5a1293b690 Bug 294730: Declared type of an expression. 2010-01-15 18:28:45 +00:00
Markus Schorn
8ce446c9c3 Bug 299608: Function template ordering. 2010-01-14 16:26:53 +00:00
Markus Schorn
8476012b32 Bug 299101: Perform ADL even if unqualified lookup was successful. 2010-01-08 14:33:35 +00:00
Markus Schorn
5b9ed737e6 Bug 298841: Relax attributes syntax. 2010-01-05 14:02:44 +00:00
Markus Schorn
3054286cc2 Additional testcase for large initializers. 2010-01-05 08:46:46 +00:00
Markus Schorn
a867009329 Bug 298455: Stack overflow with deeply nested else if statements. 2010-01-04 16:31:32 +00:00
Markus Schorn
30bddf9ac0 Bug 294969: Stack overflow with deeply nested binary expressions. 2010-01-04 15:01:47 +00:00
Markus Schorn
3849591e3a Bug 297686: Disambiguate class and namespace. 2010-01-04 09:45:35 +00:00
Markus Schorn
78e2f65d6d Bug 297641: Result cache of read-only fragments is not cleared. 2010-01-04 09:14:27 +00:00
Andrew Gvozdev
2128ed9b3a bug 284843: Environment Variable with value ":" gets replaced by empty string ""
Patch from Marc-Andre Laperle
2009-12-27 00:54:55 +00:00
Andrew Gvozdev
ceac936337 bug 298509: Project description delta is not created for some events 2009-12-24 22:12:55 +00:00
Andrew Gvozdev
474bd757db bug 298509: Project description delta is not created for some events
Added ability to create multiple configurations while creating CDT project
2009-12-24 22:05:02 +00:00
Markus Schorn
0ef32519a1 Bug 280909: Type deduction and instantiation for variadic templates. 2009-12-23 19:00:19 +00:00
Andrew Gvozdev
54f917f440 cleanup: unnecessary cast fixed 2009-12-23 02:29:17 +00:00
Sergey Prigogin
fb9dff069c Fixed typos. 2009-12-21 06:57:15 +00:00
Anton Leherbauer
28d4637ace Test case for bug 294965 2009-12-18 13:43:44 +00:00
Markus Schorn
6ad255dfed Bug 280909: Syntax and bindings for variadic templates. 2009-12-18 09:58:29 +00:00
Andrew Gvozdev
1a64d13fda bug 297683: JUnit tests AllTemplateEngineTests stopped compiling in eclipse 3.6M4 2009-12-13 04:34:59 +00:00
Markus Schorn
7831fac919 Bug 297550: NPE skipping trivial initializers. 2009-12-11 10:28:44 +00:00
Markus Schorn
0209ac4783 Bug 297438: Parameter defaults get lost in index. 2009-12-10 13:21:39 +00:00
Markus Schorn
36d621341c Bug 296906: ADL for overloaded operators. 2009-12-10 10:07:29 +00:00
Sergey Prigogin
facea6db02 Cosmetics. 2009-12-06 20:18:21 +00:00
Sergey Prigogin
c5ef494d1f Cosmetics. 2009-12-06 20:15:40 +00:00
Sergey Prigogin
9408357b60 Removed unused code. 2009-12-06 03:38:04 +00:00
Andrew Gvozdev
23d7d1e99f bug 296966: [error parser] [patch] Fixes for GNU ld error parsing
Patch from Ed Swartz
2009-12-05 17:51:27 +00:00
Markus Schorn
c753fd5b74 Bug 294730: Initialization of class objects. 2009-11-25 18:32:50 +00:00
Markus Schorn
e33998eb20 Bug 295851: Evaluation of constant conditional expressions. 2009-11-24 18:32:52 +00:00
Markus Schorn
99148105b3 RValue References: Implementation and testcases, bug 294730. 2009-11-24 10:53:12 +00:00
James Blackburn
424ae7851d Fix issues with running tests on Windows - specify the delimiter we're looking for explicitly. 2009-11-22 12:26:14 +00:00
Anton Leherbauer
b0aa50581c Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files 2009-11-19 13:14:44 +00:00
Anton Leherbauer
44a799e535 Test case for bug 179474 - src-exclusion filters are not updated correctly for project sub-folders/files 2009-11-19 13:10:03 +00:00
Anton Leherbauer
1ba9b90d8f Bug 275609 - Files hidden in project explorer after applying source filter 2009-11-19 12:05:32 +00:00
James Blackburn
2a859b384c Bug 295436 changes to the environment in org.eclipse.cdt.core.prefs file on disk are not noticed by existing Project Descriptions. 2009-11-18 17:13:36 +00:00
Markus Schorn
6ce54bb401 Support for static assertions, bug 294730. 2009-11-18 17:02:01 +00:00
Markus Schorn
30fe21353c Removal of test cases specific to full indexer, bug 294864. 2009-11-18 16:40:18 +00:00
James Blackburn
a50078bfdf Bug 265282 - Further issues with persistence issues
- Return StorableEnvironment to its former self
   - Add derived PrefsStorableEnviornment to persist and track environment changes in the eclipse preference store
   - Add tests and JavaDoc for issues discovered
2009-11-18 11:36:35 +00:00
Markus Schorn
51ab620086 Compiler warnings. 2009-11-18 11:16:55 +00:00
Markus Schorn
f40c0fc481 C++0x: Right angle brackets, bug 261268. 2009-11-17 18:05:06 +00:00
Andrew Gvozdev
4b81040dd2 made abstract to avoid instantiation by JUnit 2009-11-16 22:27:11 +00:00
James Blackburn
3308a839d6 Related to fix for Bug 265282 -- don't lose previous unchanged environment on save. Add test. 2009-11-16 22:27:04 +00:00
James Blackburn
1987335bd2 Bug 265282 Environment persistence reload issues. Previously environment was loaded from the preference store and cached forever more. StorableEnvironment now has a handle on the ISerializeInfo so it can respond to external changes outside of CDT's realm. 2009-11-16 20:07:38 +00:00
James Blackburn
b6fa936b33 Add a helper method to create a project with a ICConfigurationDescription 2009-11-16 20:05:17 +00:00
Markus Schorn
30e6d3f933 Bogus syntax errors, bug 295064. 2009-11-13 13:39:39 +00:00
Markus Schorn
c5d05dd874 Consider all declarations of a variable for determining its type, bug 294144. 2009-11-13 10:23:27 +00:00
Markus Schorn
688c9b4aac Lookup in class scope for template ids, bug 294904. 2009-11-12 18:46:26 +00:00
Markus Schorn
18c73ee0f5 Simplification of binary expression parsing, bug 294029. 2009-11-12 17:45:31 +00:00
Markus Schorn
8370802243 Binding resolution with nested declarators, bug 294845. 2009-11-11 14:45:13 +00:00
Markus Schorn
c6db7793a0 Preprocessor and Indexer independent of CodeReader, bug 294430. 2009-11-11 14:03:51 +00:00
Markus Schorn
14d210a876 Let the lexer work on an abstract class rather than on char[], bug 294430. 2009-11-10 15:13:19 +00:00