1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00
Commit graph

17022 commits

Author SHA1 Message Date
Randy Rohrbach
d3a1c826ed Performed some cleanup to get rid of unneeded warnings.
No functional change to the code. There is no specific bugzilla
entry for this.

Randy
2009-02-10 14:49:45 +00:00
Markus Schorn
86041e3f39 Constructor template in implicit conversion sequence, bug 264314. 2009-02-10 12:46:46 +00:00
Anton Leherbauer
59bc9825a4 Bug 194592 - Code Completion in generic class is not working 2009-02-10 09:47:46 +00:00
Anton Leherbauer
f0af376bb5 Bug 264147 - CDT Editor in Column/Block Edit Mode 2009-02-10 09:44:48 +00:00
Alena Laskavaia
cbe4c97b64 [263924] - fixed windows command line parsing 2009-02-09 21:40:58 +00:00
Marc Khouzam
ea1399cf07 [258284] This patch allows the user to enable reverse debugging from the launch. I got it all to work except for one case: if the user turns off StopOnMain, but actually has a real breakpoint on main,
then that breakpoint will be ignored when having Reverse on in the launch.
2009-02-09 21:34:16 +00:00
Randy Rohrbach
51cf30f09d Just removed a few comments that should have been taken out before I reconciled before. This is just a continuation of the previous defect.
Randy
2009-02-09 21:03:09 +00:00
Mike Kucera
c567450356 fixed bug with parsing __declspec 2009-02-09 17:53:36 +00:00
Mike Kucera
fc9b4516b3 support for GNU extension type id initiailzers in C++ 2009-02-09 16:09:51 +00:00
Mike Kucera
d511f13dee fix for bug 195701 for LR parsers, attributes in namespace definition 2009-02-09 15:14:13 +00:00
Markus Schorn
1c7f9d1e34 Constructor template in class template. 2009-02-09 14:45:59 +00:00
Markus Schorn
5a3544dc81 type of new-expression, bug 264163. 2009-02-09 14:15:38 +00:00
Markus Schorn
91d6659911 type of new-expression, bug 264163. 2009-02-09 14:05:21 +00:00
Markus Schorn
7e4bb073a8 Rework of standard conversion sequence, bug 263159. 2009-02-09 11:43:21 +00:00
Anton Leherbauer
02ecde30f4 Bug 250803 - org.eclipse.cdt.utils.NM.init() method is buggy 2009-02-09 09:06:50 +00:00
Ted Williams
2f1c9049d9 [memory] DSDP-DD -> CDT initial commit 2009-02-09 06:20:34 +00:00
Sergey Prigogin
49d7a3d051 Test case for bug 264109. 2009-02-09 00:04:23 +00:00
Sergey Prigogin
58f6288123 Test case for bug 264109. 2009-02-09 00:02:50 +00:00
Sergey Prigogin
83ac816fc2 Added a test case for a bogus conversion from a class to const int&. 2009-02-08 21:01:06 +00:00
Sergey Prigogin
2e9b63b2c2 A test case for standard conversion sequence rework. 2009-02-08 19:20:26 +00:00
Mike Kucera
bf4ea7fcca support gnu extensions to template instantiations 2009-02-06 22:02:50 +00:00
Markus Schorn
f94e5b49c8 Respect conflict in argument deduction, bug 263716. 2009-02-06 17:21:28 +00:00
Markus Schorn
9a41478465 No default arguments in plain c, bug 263803. 2009-02-06 14:38:51 +00:00
Anton Leherbauer
10cfd0dfb3 Fix double click selection on closing angle bracket 2009-02-06 12:31:02 +00:00
Anton Leherbauer
88e16149d1 Bug 259015 - Ctrl-click and F3 (Navigate) should have the same semantics 2009-02-06 12:30:08 +00:00
Mike Kucera
caae636bc1 added support for restrict to GNU C++ 2009-02-05 21:57:43 +00:00
Randy Rohrbach
8a526a1b6d Bugzilla 263854 2009-02-05 20:05:17 +00:00
Alena Laskavaia
60aa52eccf - a bit of extensibility for disassembly view 2009-02-05 18:58:54 +00:00
Alena Laskavaia
1c9e947c87 - fixed minor issue with src_asm if request is empty 2009-02-05 18:58:19 +00:00
Alena Laskavaia
ca733564e8 [263133] - Copy & Paste inside same directory in Make Target View, applied patch 2009-02-05 15:04:42 +00:00
Markus Schorn
45233921c6 Conversion to reference types, bug 263778. 2009-02-05 13:56:09 +00:00
Anton Leherbauer
6c3c6c4eae Bug 228236 - ConcurrentModificationException when opening source file - again 2009-02-05 09:21:13 +00:00
Sergey Prigogin
9220a1152e Removed array-to-pointer conversion from qualificationConversion. 2009-02-04 23:41:46 +00:00
Sergey Prigogin
073325c341 Added few test cases for conversion between pointers and non-pointers. 2009-02-04 23:22:40 +00:00
Mike Kucera
c9b3182198 cleaning up the architecture of the LR parsers 2009-02-04 21:58:18 +00:00
Mike Kucera
b1f0b681d3 fixed problem with typeof and attributes after pointers 2009-02-04 18:32:16 +00:00
Chris Recoskie
18122f05d4 RESOLVED - bug 237176: XL C/C++ Compiler Preferences page is annoying
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237176
2009-02-04 15:19:59 +00:00
Anton Leherbauer
38bde2611c Bug 259015 - Ctrl-click and F3 (Navigate) should have the same semantics 2009-02-04 13:50:41 +00:00
Anton Leherbauer
0abeb03657 Bug 259073 - Duplicate wizard shortcuts in File > New menu 2009-02-04 13:19:07 +00:00
Anton Leherbauer
76f62916b8 Bug 228236 - ConcurrentModificationException when opening source file - follow up 2009-02-04 12:19:40 +00:00
Markus Schorn
f6b84f948e Fixes a few problems related to bug 260830. 2009-02-04 11:45:22 +00:00
Anton Leherbauer
f06ecc89b6 API cleanup - bug 260830 2009-02-04 11:39:23 +00:00
Markus Schorn
1ac3e5e1eb Replace CCorePlugin.log() with CUIPlugin.log() 2009-02-04 11:28:08 +00:00
Markus Schorn
0ba589e4ae API tags for org.eclipse.cdt.core.parser.*, bug 260830. 2009-02-04 11:18:16 +00:00
Markus Schorn
0853d042fb API tags for org.eclipse.cdt.core.index.*, bug 260830. 2009-02-04 11:03:38 +00:00
Markus Schorn
fb24d5064c API tags for org.eclipse.cdt.core.dom.ast.*, bug 260830. 2009-02-04 10:51:48 +00:00
Markus Schorn
1e3effa6ea API tags for org.eclipse.cdt.core.dom.*, bug 260830. 2009-02-04 09:44:08 +00:00
Markus Schorn
d01ef2f7a3 API tags for org.eclipse.cdt.core.dom, bug 260830. 2009-02-04 09:34:08 +00:00
Markus Schorn
930944e041 API tags for org.eclipse.cdt.core.utils.*, bug 260830. 2009-02-04 09:28:47 +00:00
Markus Schorn
5a63c173b0 API tags for org.eclipse.cdt.core.envvar, errorparser, formatter, parser, resources, bug 260830. 2009-02-04 09:10:03 +00:00