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

8346 commits

Author SHA1 Message Date
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
be997b5279 Correct determination of default template arguments, bug 281781. 2009-07-01 16:53:45 +00:00
Markus Schorn
aa1e4bd52c Correct determination of default template arguments, bug 281781. 2009-07-01 14:47:56 +00:00
Emanuel Graf
e4a67a4897 FIXED - bug 282004: Refactor->Extract Function in C Project (not C++) won't extract parameters
https://bugs.eclipse.org/bugs/show_bug.cgi?id=282004
2009-07-01 11:04:57 +00:00
Markus Schorn
a43c0fdb39 Fixed warnings. 2009-07-01 08:51:21 +00:00
Markus Schorn
4136ea67df Disable inactive code parsing after string literals, bug 281745. 2009-06-29 16:14:27 +00:00
Markus Schorn
b59697f128 Disable inactive code parsing after string literals, bug 281745. 2009-06-29 16:00:24 +00:00
Markus Schorn
f8a0d51a32 Remove strange fall-back behavior of source hover, bug 281851. 2009-06-29 15:22:18 +00:00
Markus Schorn
cd9b969deb Navigation for templates in namespaces, bug 281736. 2009-06-29 14:04:53 +00:00
Emanuel Graf
119cb2cfde FIXED - bug 281564: Extract Function fails when catching an unnamed exception
https://bugs.eclipse.org/bugs/show_bug.cgi?id=281564
2009-06-29 11:33:35 +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
9827475e98 Fix for NPE by Andrey Eremchenko. 2009-06-28 18:18:25 +00:00
Sergey Prigogin
9e59c7ce08 Test case for bug 281781. 2009-06-28 17:42:16 +00:00
Sergey Prigogin
615cf0372b Fix for NPE by Andrey Eremchenko. 2009-06-28 17:08:55 +00:00
James Blackburn
127db8e30b Bug 279607 Code Formatter should treat DefaultScope formatter profiles as built-in 2009-06-28 15:56:41 +00:00
James Blackburn
16ad8a3172 Bug 189109 Add ErrorParser extension point schema 2009-06-28 14:03:45 +00:00
Sergey Prigogin
f4081e6fc9 Fixed a race condition in test. 2009-06-27 23:22:28 +00:00
Sergey Prigogin
7f394792a4 Patch by Andrey Eremchenko for bug 222495. 2009-06-27 23:18:39 +00:00
Sergey Prigogin
eff76a45d1 Fixed a typo. 2009-06-27 20:04:16 +00:00
Sergey Prigogin
6a9e1ff1dd Bug 275382. Fix and test case. 2009-06-27 19:37:38 +00:00
Markus Schorn
df90029032 Fix handling of InterruptedException when locking index, bug 271909. 2009-06-26 09:21:12 +00:00
Markus Schorn
dd5e2c7e1a Tracing option for locks on the index, bug 271909. 2009-06-26 09:10:06 +00:00
Mike Kucera
e6cc7c220e [281415] StandaloneIndexerInputAdapter.resolveIncludeFile() does not check that the include file exists 2009-06-25 21:43:26 +00:00
Markus Schorn
14848d5e34 Source hover for specializations, bug 281396 2009-06-25 07:38:48 +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
6bc28a4959 Navigation of macro parameters, bug 105929 2009-06-24 12:31:34 +00:00
Markus Schorn
da06944678 Adjusted preference label, bug 279620. 2009-06-24 10:11:08 +00:00
Vivian Kong
b9b3230ecf bug 281250 2009-06-23 19:51:19 +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
Markus Schorn
896b8661e0 Cleanup of flushing database, bug 220392 2009-06-22 14:13:00 +00:00
Markus Schorn
14a4c2a8d3 getSyntax() does not work correctly with newlines, bug 280175 2009-06-22 13:44:44 +00:00
Markus Schorn
ada1ba048c Content assist for typedefs using same name as struct, bug 279931. 2009-06-22 13:41:49 +00:00
Markus Schorn
1cb9ea94e6 Type-cache returns undefined types, bug 277277 2009-06-22 13:39:29 +00:00
Markus Schorn
cc06277186 Include matches via polymorphic calls in search, bug 261484 2009-06-22 13:37:08 +00:00
Markus Schorn
5522695e6e Renaming methods inside namespace definitions, bug 279449 2009-06-22 13:33:39 +00:00
Doug Schaefer
4366201ba2 Fixed up a number of legal items. 2009-06-10 19:44:36 +00:00
Sergey Prigogin
26dac9d78f Bug 279366. Correction to the previous fix. 2009-06-07 20:58:03 +00:00
Sergey Prigogin
c9e4e19de9 Bug 279366. Fix and test case. 2009-06-06 23:23:18 +00:00
Anton Leherbauer
987834fc90 Fix test cleanup, related to bug 269023 2009-06-05 10:05:20 +00:00
James Blackburn
2c8724af33 Bug 279155 Tweak JavaDoc on #findFileName 2009-06-04 19:43:53 +00:00
Ken Ryall
81281de742 Only call System.gc() on Dispose if sections have been mapped. 2009-06-04 16:33:51 +00:00
Mike Kucera
02f5fce4c9 [277458] Multi-dimensional ArrayTypes in incorrect order 2009-06-04 15:56:16 +00:00
James Blackburn
6fe483b67a Bug 279115 Respect default scoped Formatter Profile 2009-06-04 15:48:33 +00:00
Mike Kucera
06841d9793 [278797] CASTIdExpression getExpressionType() doesn't support enumerations 2009-06-04 15:23:16 +00:00
Anton Leherbauer
16c0c77295 Javadoc typo 2009-06-04 09:49:28 +00:00
Anton Leherbauer
a7e775b33a Fixed Copyright. 2009-06-04 09:40:55 +00:00