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

2286 commits

Author SHA1 Message Date
Markus Schorn
f210a17908 Bug 309564: Partial ordering of template funcitons. 2010-04-26 14:03:29 +00:00
Markus Schorn
817e8b717b Bug 308611: Content assist after '?' in conditional expression. 2010-04-26 13:14:33 +00:00
Markus Schorn
f262dbf212 Bug 309155: Cast to void. 2010-04-26 12:17:03 +00:00
James Blackburn
c01b11c194 Bug 310104 mem-leak: Don't cache ICProject / ICConfigurationDescription when IndexProviderManagerTests aren't running 2010-04-23 12:14:34 +00:00
Andrew Gvozdev
86490a11d7 bug 309690: Error catching for CProjectHelper in cdt.core.tests 2010-04-22 18:12:26 +00:00
Andrew Gvozdev
7f06391154 bug 309690: createTemporaryFolder() added 2010-04-21 17:16:04 +00:00
Sergey Prigogin
a92398bdf6 Test case for bug 309564. 2010-04-18 00:50:34 +00:00
Sergey Prigogin
e48f239398 Removed a file submitted by mistake. 2010-04-11 21:15:10 +00:00
Sergey Prigogin
d596dcb716 Detection of implicit constructor calls in declarators and initializers. Bug 248854. 2010-04-11 19:08:38 +00:00
Sergey Prigogin
36740b0a89 Cosmetics. 2010-04-11 04:10:49 +00:00
Sergey Prigogin
1aee4fbb4d Cosmetics. 2010-04-11 03:21:38 +00:00
Sergey Prigogin
8989c3ce26 Cosmetics. 2010-04-11 03:14:16 +00:00
Markus Schorn
df81d1f40e Bug 283080: Updating headers in non-source folders. 2010-04-08 11:49:24 +00:00
Markus Schorn
855df3774a Bug 305976: New character types. 2010-04-07 10:00:51 +00:00
Sergey Prigogin
73175131ff Bug 305987. 2010-04-02 07:42:34 +00:00
Andrew Gvozdev
4edfcba20a bug 307365: Problems with make error parser, incorrectly matches gcc messages 2010-03-29 16:28:27 +00:00
Anton Leherbauer
b6852ffe40 Bug 131165 - BinaryContainer.getBinaries sometimes incorrectly returns an empty list 2010-03-29 09:50:15 +00:00
Andrew Gvozdev
563cd26795 bug 307312: changed pattern to make error parser to avoid match with compiler warnings 2010-03-29 01:35:23 +00:00
Andrew Gvozdev
908de317bd register created project for cleanup 2010-03-28 02:01:49 +00:00
Sergey Prigogin
e639e05743 Test case for C++0x-style sizeof. Bug 305979. 2010-03-24 22:29:44 +00:00
James Blackburn
704c6442b8 Bug 306844 Don't flush environment prefs on get, as doing so requires a resource scheduling rule. 2010-03-23 17:04:09 +00:00
Sergey Prigogin
0a634c54fe Fixed stack overflow while processing invalid self-referring auto-type declarations. Bug 305970. 2010-03-22 22:23:22 +00:00
Markus Schorn
e3b26be436 Bug 306213: Selecting partial specializations, handling infinite recursions. 2010-03-19 15:48:20 +00:00
Markus Schorn
b01672b1f3 Bug 305975: Strongly typed enums, forward declarations for enum. 2010-03-19 13:06:51 +00:00
Markus Schorn
6de7ad8cc5 Bug 305972: [C++0x] New function declarator syntax. 2010-03-16 16:30:09 +00:00
Markus Schorn
518f686e52 Bug 282418: String representation of token-paste. 2010-03-15 17:04:20 +00:00
Sergey Prigogin
4c3dd79ee8 Support for C++0x 'auto' keyword and a test case. Bug 289542. 2010-03-15 17:02:26 +00:00
Markus Schorn
e5da8307a0 Bug 302412: Additional testcases + fix for direct initialization. 2010-03-15 13:23:15 +00:00
Andrew Gvozdev
96e650bf00 bug 305748: Place deprecated error parsers on the bottom of the list 2010-03-13 04:18:04 +00:00
Markus Schorn
286e04711a Bug 302412: Direct list initialization. 2010-03-12 14:49:49 +00:00
Markus Schorn
477c241751 Bug 302412: Template argument deduction for initializer lists. 2010-03-12 13:52:28 +00:00
Markus Schorn
ce38a4facd Bug 302412: List initialization with elements of the initializer list. 2010-03-12 11:53:43 +00:00
Markus Schorn
d5c5ba8f02 Bug 302412: Overload resolution for list-initializers. 2010-03-11 17:58:45 +00:00
Markus Schorn
53b6af27b0 Bug 302412: Change resolution of constructors for initializations. 2010-03-11 13:05:12 +00:00
Anton Leherbauer
f7defa47f6 Fix Eclipse 3.6M6 compile error 2010-03-10 14:38:01 +00:00
Markus Schorn
492d8e61e0 Bug 296427: Api to distinguish explicit specializatio 2010-03-08 10:24:16 +00:00
Markus Schorn
96c2033d9f Bug 304479: Disambiguation of types and objects from index. 2010-03-04 08:22:17 +00:00
Markus Schorn
90ceab10d5 Bug 303739: Resolving elaborated type specifiers. 2010-03-03 13:21:21 +00:00
Markus Schorn
555761c168 Bug 303969: ArrayOutOfBoundsException parsing #error without argument. 2010-03-03 09:04:05 +00:00
Andrew Gvozdev
ac553dd0a6 bug 295625: Error highlighting in Build Console
related changes to test cases
2010-02-26 22:25:46 +00:00
Sergey Prigogin
351cb70ef4 Do not reindex files if their contents haven't changed. Bug 302083. 2010-02-26 18:50:48 +00:00
Andrew Gvozdev
4735712764 bug 295625: Error highlighting in Build Console
patch from Dmitry Kozlov
2010-02-25 20:53:51 +00:00
James Blackburn
25b266f275 Bug 280262 NPE in editors in closed projects => user friendly error message
createProjectDescription throws a CoreException as defined by the API rather than returning null when the project is inaccessible.
2010-02-24 11:57:19 +00:00
Markus Schorn
35de77c32b Bug 303152: trailing empty macro expansions in IASTTranslationUnit. 2010-02-23 17:40:13 +00:00
Anton Leherbauer
29acaaa99c Cleanup test helper classes 2010-02-18 08:47:25 +00:00
Markus Schorn
1fc47b91e1 Bug 302412: Syntax for c++0x initializer lists 2010-02-17 16:23:57 +00:00
James Blackburn
bcbb35184c Bug 302855 move ResourceHelper to org.eclipse.cdt.core.testplugin 2010-02-16 13:07:15 +00:00
James Blackburn
876cf6f4c2 Bug 302881 Referenced settings are lost on project import 2010-02-16 12:56:18 +00:00
Markus Schorn
2cf1353146 Bug 294730: Instantiating templates with non-type template parameter packs. 2010-02-10 12:45:41 +00:00
Markus Schorn
c6fde503dc Bug 302282: Extending variadic template template parameters. 2010-02-10 09:04:05 +00:00