1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
Commit graph

22196 commits

Author SHA1 Message Date
Greg Watson
2a61b0709c Bug 414343 Don't force UI elements to implement IAdaptable
Change-Id: I8e4a07c401aaf3cf59e0696f1c27945eb6dfc4c2
Signed-off-by: Greg Watson <g.watson@computer.org>
Reviewed-on: https://git.eclipse.org/r/15421
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-13 12:59:34 -04:00
Marc Dumais
ba51b3e74f Bug 414959 - Attach to process fails in all-stop mode
Change-Id: Ib3ada0d14561cdcfbc0ce7c509b66e41d66c8c59
Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15425
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-08-13 11:46:22 -04:00
Andrew Gvozdev
1e7dab2588 Bug 413771: Dialect category and options for language standards for LLVM toolchains 2013-08-12 13:09:10 -04:00
Andrew Gvozdev
ad9c3fb0e1 Bug 413771: Retrofit LLVM toolchain with language settings providers 2013-08-12 13:08:58 -04:00
Marc-Andre Laperle
bb3e0bf7e0 Bug 414687 - Adapt to generified API from platform Debug
Change-Id: I487a20f3456597f7eddf8a7ce2e1d73ca2dfc423
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15289
Reviewed-by: Michael Rennie <Michael_Rennie@ca.ibm.com>
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-08-12 10:46:27 -04:00
Sergey Prigogin
eca8e6004c Bug 414838 - New class creation doesn't properly handle include path
with directories for non-system headers.
2013-08-11 22:10:24 -07:00
Marc-Andre Laperle
1524122c03 Bug 414827 - ClassCastExceptions in ToggleNodeHelper using C file
Change-Id: Ia98176f3a532432a02758c23cc515566d83b3efd
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15325
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-11 15:49:12 -04:00
Marc-Andre Laperle
8b0d965a24 Bug 382462 - Allow debugging without binary parsers enabled
Change-Id: I00cdaa3d9c2f5de279264a337f728b2d6d8ee6ff
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/6356
2013-08-10 21:16:04 -04:00
Sergey Prigogin
5a3fe46fd9 Bug 45203. Added substitution rules for few additional standard C++
headers.
2013-08-08 11:20:32 -07:00
Mike Wrighton
d54431f7eb Bug 376105 - "Add watchpoint (C/C++)" context menu option from memory
view does not add an asterisk before the memory address value.

Change-Id: If6658135a06f6d67a7306595a874938e96956a3d
Signed-off-by: Mike Wrighton <mike.wrighton@googlemail.com>
Reviewed-on: https://git.eclipse.org/r/15181
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-08-08 14:15:35 -04:00
Marc Khouzam
0fafbd1f91 Bug 414622 - Enhanced debug hover cannot be turned off
Change-Id: Ieee6e37a5cf6451d96597e27bd028612234c4c86
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15250
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
IP-Clean: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-08-08 13:36:30 -04:00
Sergey Prigogin
e132ade3f4 Bug 414624. First step towards code reuse between Add Include and
Organize Includes commands.
2013-08-07 20:30:39 -07:00
Sergey Prigogin
fba15d74dc Bug 45203. A preference for forward-declaring external variables. 2013-08-07 11:40:50 -07:00
Sergey Prigogin
073237d901 Bug 45203. Allowed partner indirect inclusion by default. 2013-08-07 11:28:45 -07:00
Sergey Prigogin
339a621521 Bug 45203. TRansitively close header substitution maps before applying
them.
2013-08-06 20:33:24 -07:00
Sergey Prigogin
ab015da9d3 Bug 45203. Include class stack in the error message. 2013-08-06 19:30:15 -07:00
Sergey Prigogin
9d1ea68fe6 Bug 45203. Eliminated formard declarations for bindings defined or
declared in included headers.
2013-08-06 18:48:44 -07:00
Sergey Prigogin
d27cdd90ca Bug 45203. Fixed a bug and added test for function calls with reference
parameters.
2013-08-06 15:31:07 -07:00
Sergey Prigogin
d9d69d49a2 Bug 45203. Don't forward declare types of function parameters since
the header containing the function declaration must declare them.
2013-08-06 13:10:55 -07:00
Sergey Prigogin
9d234dcfce Bug 45203. Fixed a bug in handling of pointer-to-typedef function
parameters.
2013-08-05 20:31:50 -07:00
Sergey Prigogin
dd21c5ae58 Bug 45203. Special handling for user-provided hash functors. 2013-08-05 20:01:33 -07:00
Sergey Prigogin
3ddf467f4d Bug 45203. Proper handling of NULL function arguments. 2013-08-05 16:55:36 -07:00
Sergey Prigogin
f9aa816e58 Bug 45203. When choosing between equaly good headers prefer previously
included ones.
2013-08-05 15:38:37 -07:00
Sergey Prigogin
1bc312c517 Bug 45203. Added organizeIncludes.* preferences to C/C++ Code Style
preference export.
2013-08-05 12:34:03 -07:00
Sergey Prigogin
44dab709d9 Bug 45203. Added a test. 2013-08-05 11:47:30 -07:00
Sergey Prigogin
a9914d3620 Cosmetics. 2013-08-04 21:45:14 -07:00
Sergey Prigogin
2d1cd7f89c Bug 45203. As a matter of policy, a header declaring a function is
responsible for defining parameter types that allow implicit conversion.
2013-08-04 21:44:25 -07:00
Sergey Prigogin
be62d685af Bug 45203. Added more tests and fixed problems uncovered by the new
tests.
2013-08-02 17:38:10 -07:00
Sergey Prigogin
5ee378e351 Minor test adjustment. 2013-08-02 15:16:32 -07:00
Sergey Prigogin
983f7529a3 Bug 45203. Support for symbols exported by multiple headers. 2013-08-02 13:52:42 -07:00
Sergey Prigogin
2cb5f8a29a Bug 45203. Added more tests and fixed issues uncovered by them. 2013-08-01 15:10:22 -07:00
Sergey Prigogin
4726136341 Bug 45203. Don't include headers defining superclasses if the header
defining a subclass is included.
2013-08-01 14:15:18 -07:00
Marc-Andre Laperle
56a7de8fa8 Bug 374544 - Adjust spacing on Symbol/Value columns
Change-Id: I8db4d6e7108812a6a377e8a96ecbd6622272f6b6
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14297
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-08-01 13:37:59 -04:00
Sergey Prigogin
2ac00ea300 Bug 45203. Properly generate include statements for external macro
definitions.
2013-07-31 18:15:41 -07:00
Sergey Prigogin
601790eebf Cosmetics. 2013-07-31 12:13:11 -07:00
Sergey Prigogin
bfabd2198e Bug 413357 - Change of scanner info provider doesn't take effect until
Eclipse restart

Change-Id: I52dc82c7137ccd6507e626ffba8c49180d515e7f
Reviewed-on: https://git.eclipse.org/r/14716
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-31 14:51:03 -04:00
Sergey Prigogin
5bd1220fc8 Cosmetics. 2013-07-30 10:47:46 -07:00
Sergey Prigogin
c20748bf30 Bug 45203. Fixed accounting of already processed bindings. 2013-07-29 20:28:30 -07:00
Sergey Prigogin
b603ca080d Bug 45203. Produce include staements for macros. Don't generate include
statements for types brought in by macro expansion.
2013-07-29 14:30:41 -07:00
Sergey Prigogin
89ba6685cb Cosmetics. 2013-07-29 14:28:16 -07:00
Patrick Chuong
100760804a Bug 337851 - cosmetics 2013-07-29 16:48:22 -04:00
Sergey Prigogin
d5f3272f20 Moved getPureVirtualMethods method to SemanticQueries. 2013-07-28 13:00:59 -07:00
Nathan Ridge
5fb92e3cf8 Bug 351612 - Pure virtual implementation not recognized if multiply
inherited

Change-Id: I1e9141fbb5cc72bb7b59b77d6faf958726094e5f
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14906
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-28 15:35:20 -04:00
Sergey Prigogin
b947a9816c Cosmetics. 2013-07-28 10:55:28 -07:00
Marc-Andre Laperle
307899adc6 Build with platform 4.3 by default.
It is still possible to build with platform 3.8 using -Dplatform-3.8.
2013-07-28 11:30:53 -04:00
Marc-Andre Laperle
464d961959 Fix TestSharedDefaults test that was failing due to test order (Junit4)
Modified the test so that it checks the value in the backend storage
(xml) instead of comparing the same map object.
2013-07-28 01:34:14 -04:00
Marc-Andre Laperle
2f8589b53d Fix CallHierarchy tests that were failing due to test order (Junit4) 2013-07-28 01:14:35 -04:00
Sergey Prigogin
3812b9ebbc Cosmetics. 2013-07-26 23:23:47 -07:00
Sergey Prigogin
0efa436797 Fixed few issues causing unnecessary includes for template arguments and
target types of typedefs.
2013-07-26 21:13:25 -07:00
Sergey Prigogin
0fda1c9c85 Fixed ordering of includes - A.h should be shorted before A_a.h 2013-07-26 21:10:58 -07:00