1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00
Commit graph

22129 commits

Author SHA1 Message Date
Greg Watson
7c7c75de76 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-14 10:03:15 -07:00
Sergey Prigogin
3d1f02ef15 Bug 414624 - Add Include command doesn't honor Organize Includes
preferences
2013-08-14 10:01:34 -07:00
Sergey Prigogin
ef9d910d5f Cosmetics. 2013-08-14 09:34:46 -07:00
Sergey Prigogin
83364b6df6 Avoid calling a deprecated method. 2013-08-14 09:33:49 -07:00
Sergey Prigogin
6effb24dc7 Cosmetics. 2013-08-14 09:33:25 -07:00
Marc Khouzam
bc40eb48fb Bug 378729 - Should not fetch address of a register or convenience
variable

Change-Id: I41ed489ad3a1be39d9317245054a5f3fb82c08d5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/15376
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-08-14 10:44:52 -04:00
Sergey Prigogin
e9ef1ef7fe Bug 414838 - New class creation doesn't properly handle include path
with directories for non-system headers.
2013-08-11 21:47:35 -07:00
Marc-Andre Laperle
3ed44ffc55 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 16:10:30 -04:00
Sergey Prigogin
a2a965e83e Bug 45203. Added substitution rules for few additional standard C++
headers.
2013-08-08 11:27:37 -07:00
Mike Wrighton
8d97e58dab 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>
2013-08-08 14:15:43 -04:00
Marc Khouzam
e8de12d706 Bug 414622 - Enhanced debug hover cannot be turned off
Change-Id: Ieee6e37a5cf6451d96597e27bd028612234c4c86
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-08-08 10:36:09 -04:00
Sergey Prigogin
b042de243a Bug 414624. First step towards code reuse between Add Include and
Organize Includes commands.
2013-08-07 20:35:59 -07:00
Sergey Prigogin
e2ef1d3d9f Bug 45203. A preference for forward-declaring external variables. 2013-08-07 11:53:34 -07:00
Sergey Prigogin
d995ec8bbe Bug 45203. Allowed partner indirect inclusion by default. 2013-08-07 11:49:45 -07:00
Sergey Prigogin
d391fe1c2f Bug 45203. Transitively close header substitution maps before applying
them.
2013-08-06 20:37:42 -07:00
Sergey Prigogin
5de251e861 Bug 45203. Include call stack in the error message. 2013-08-06 20:35:53 -07:00
Sergey Prigogin
9218e9772d Bug 45203. Eliminated formard declarations for bindings defined or
declared in included headers.
2013-08-06 18:56:50 -07:00
Sergey Prigogin
584581546e Bug 45203. Fixed a bug and added test for function calls with reference
parameters.
2013-08-06 15:37:32 -07:00
Sergey Prigogin
fe19d016ad Bug 45203. Don't forward declare types of function parameters since
the header containing the function declaration must declare them.
2013-08-06 14:26:25 -07:00
Sergey Prigogin
a2ac17aa17 Bug 45203. Fixed a bug in handling of pointer-to-typedef function
parameters.
2013-08-05 20:35:53 -07:00
Sergey Prigogin
bdcf204257 Bug 45203. Special handling for user-provided hash functors. 2013-08-05 20:35:31 -07:00
Sergey Prigogin
9b03c5aa82 Bug 45203. Proper handling of NULL function arguments. 2013-08-05 16:58:36 -07:00
Sergey Prigogin
bd885106ae Bug 45203. When choosing between equaly good headers prefer previously
included ones.
2013-08-05 15:49:14 -07:00
Sergey Prigogin
2c7eb4ad91 Bug 45203. Added organizeIncludes.* preferences to C/C++ Code Style
preference export.
2013-08-05 12:46:31 -07:00
Sergey Prigogin
ddae32ff15 Bug 45203. Added a test. 2013-08-05 11:51:37 -07:00
Sergey Prigogin
1996329e84 Cosmetics. 2013-08-04 21:51:25 -07:00
Sergey Prigogin
e6b1b47b74 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:50:02 -07:00
Sergey Prigogin
c28db0a5c0 Bug 45203. Added more tests and fixed problems uncovered by the new
tests.
2013-08-02 17:43:14 -07:00
Sergey Prigogin
f4189de26c Bug 45203. Support for symbols exported by multiple headers. 2013-08-02 15:10:58 -07:00
Sergey Prigogin
eb286477ff Bug 45203. Added more tests and fixed issues uncovered by them. 2013-08-01 15:15:30 -07:00
Sergey Prigogin
15d4d54697 Bug 45203. Don't include headers defining superclasses if the header
defining a subclass is included.
2013-08-01 14:21:49 -07:00
Sergey Prigogin
471cde58cb Bug 45203. Properly generate include statements for external macro
definitions.
2013-07-31 18:26:49 -07:00
Sergey Prigogin
71bff4adc7 Cosmetics. 2013-07-31 18:25:34 -07:00
Sergey Prigogin
f69047adf4 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 11:53:33 -07:00
Sergey Prigogin
347a34a014 Bug 45203. Fixed accounting of already processed bindings. 2013-07-29 20:32:02 -07:00
Sergey Prigogin
62671e05e9 Bug 45203. Produce include statements for macros. Don't generate include
statements for types brought in by macro expansion.
2013-07-29 14:35:08 -07:00
Sergey Prigogin
4545b4c873 Cosmetics. 2013-07-29 14:33:42 -07:00
Sergey Prigogin
83c26578b8 Moved getPureVirtualMethods method to SemanticQueries. 2013-07-28 13:16:52 -07:00
Nathan Ridge
266e36403a 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 13:15:45 -07:00
Sergey Prigogin
e03dc2bcd1 Cosmetics. 2013-07-28 13:14:33 -07:00
Sergey Prigogin
b7f26a90fa Cosmetics. 2013-07-28 13:13:26 -07:00
Sergey Prigogin
c844c03aee Fixed few issues causing unnecessary includes for template arguments and
target types of typedefs.
2013-07-28 13:12:20 -07:00
Sergey Prigogin
1bd522abc4 Fixed ordering of includes - A.h should be sorted before A_a.h 2013-07-28 13:11:04 -07:00
Sergey Prigogin
28a3645990 Dropped the word "Map" from "GCC C/C++ Header Substitution Map". 2013-07-28 13:09:24 -07:00
Sergey Prigogin
02d438a3dd Cosmetics. 2013-07-28 13:08:13 -07:00
Nathan Ridge
5b6fca2b32 Fixed another "unsafe method call" exception.
Change-Id: I9080867272856acfd7af0e6790a6c81000cc25f1
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14854
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 13:07:03 -07:00
Nathan Ridge
bb84b5cba3 Bug 352267 - Assignment in condition checker matches the whole
expression

Change-Id: I7aea1c5d404a8d374020e34c997e6e890fcdb3d6
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14764
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-24 19:42:58 -07:00
Nathan Ridge
ec6fb10d7a Bug 413406 - [false negative] Ambiguous base class lookup
Change-Id: I9f81619eb40456529fbfe4ce42ced661b9f1dac2
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14728
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-24 10:56:16 -07:00
Nathan Ridge
2accba3b07 Bug 413204 - "field could not be resolved" error in function returning
function pointer

Change-Id: I9f2e9b0f46a46232961948fd3d4310e520d95774
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14763
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-23 18:43:44 -07:00
Sergey Prigogin
b7a0a1046c Bug 413373 - Allow variable substitution in GDB command file name
Change-Id: I78f8354bdfc4b3e35cd674d29d4bd68f15860a12
Reviewed-on: https://git.eclipse.org/r/14718
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2013-07-23 15:30:47 -07:00