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

22317 commits

Author SHA1 Message Date
Sergey Prigogin
bdbfa25c7b Bug 400073. Avoid premature removal from recusion protection sets. 2013-07-17 15:26:44 -07:00
Marc-Andre Laperle
508bc8720d Bug 412555 - ClassCastException in EvalID.instantiate
Change-Id: I38ecb4f07834e7a2466ab42e048f32bfc1fccb50
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14540
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-17 16:28:43 -04:00
Nathan Ridge
fe67ac9631 Bug 389578 - __sync_bool_compare_and_swap and
__sync_val_compare_and_swap buitlins not recognized by codan 

Change-Id: If72c0fcc631305eb6fd9251658f40e930beb48a0
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14610
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-17 13:26:46 -04:00
Nathan Ridge
55872baeae Bug 393129 - Do not give "unused symbol" warning for file-scope variable
used in an asm block

Change-Id: I2088bed2dd26af1220069dbdf18fda17d32fdf21
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14608
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-17 13:25:26 -04:00
Marc-Andre Laperle
ad080ac26c Bug 406162 - A text field is added to the LLVM preference page after
adding an include directory

Remove the Text control. It doesn't look like it was being used in any
way.

Change-Id: Ib9266678c1211309979b96c2e8cda6087c759254
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14532
2013-07-16 01:13:15 -04:00
Andrew Gvozdev
d23faeeed1 Bug 412919: Show project refreshing after build in progress monitor as a separate task 2013-07-15 21:34:03 -04:00
Nathan Ridge
492f6a2b18 Bug 412463 - Fix an NPE
Change-Id: Ib38ca0033ee8db1123f8d6a2be990d17dccb9f14
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14544
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-15 14:22:50 -04:00
Andrew Gvozdev
4d15c91d96 Bug 412989: GCC Builtin Compiler Settings won't clear its entries 2013-07-15 12:10:14 -04:00
Anton Leherbauer
f04e9026a7 Bug 412081 - Exception enabling mark occurrences on an external file 2013-07-15 14:48:46 +02:00
Anton Leherbauer
8b12c2d474 Bug 412949 - Double clicking in Disassembly leaks a listener 2013-07-15 13:50:45 +02:00
Sergey Prigogin
f33ded195a Bug 400073 - Indexer runs out of memory. An attempt to fix a memory
leak.
2013-07-14 21:35:48 -07:00
Andrew Gvozdev
3b02e44d30 Bug 412932: GCC Builtin Compiler Settings always shows wrench overlay 2013-07-15 00:03:27 -04:00
Sergey Prigogin
63b523f9be Added missing copyright comments and cleaned up localizable messages. 2013-07-14 19:00:11 -07:00
Sergey Prigogin
95a6d00a08 Normalized dependencies. 2013-07-14 18:58:54 -07:00
Nathan Ridge
70c9a7b642 Bug 399146 - Bogus 'statement has no effect' warning for call to
overloaded operator

Change-Id: Ie2092903356e048d96b8507ce30ec2d3edc2b2f7
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14534
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-14 15:08:54 -04:00
Andrew Gvozdev
834ea8172c Bug 412919: Progress monitor shows previous build command rather than the one which is running 2013-07-14 10:20:40 -04:00
Andrew Gvozdev
4ce1de86ae bug 412897: CDT GCC build output parser does not understand -imacros 2013-07-13 09:28:21 -04:00
Andrew Gvozdev
2596bb1aa7 Bug 404912: Built-In Settings Provider ignores compiler command from build Settings 2013-07-13 00:24:19 -04:00
Sergey Prigogin
51caa87c54 Deperecated AbstractCLikeLanguage.getScannerExtensionConfiguration()
method.
2013-07-12 12:18:09 -07:00
Tom Hochstein
783ae5a2d4 Bug 412601 - Preprocessor Entries properties tab should list languages
alphabetically by name, not id

Change-Id: I575ca197c464287f7894d83abe7bd7ddb2e8f2d0
Signed-off-by: Tom Hochstein <tom.hochstein@freescale.com>
Reviewed-on: https://git.eclipse.org/r/14417
Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com>
IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com>
Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-07-12 14:43:31 -04:00
Andrew Gvozdev
8134c7e1cd Fixed NPE in ToolchainBuiltinSpecsDetector for an edge case when no tool is defined in a toolchain. 2013-07-12 12:01:48 -04:00
Andrew Gvozdev
d6e51c57a9 Bug 411498: bumped org.eclipse.cdt.make.core to 7.3.0 in pom.xml 2013-07-11 14:30:23 -04:00
Andrew Gvozdev
04c84a628a Bug 411498: Content assist in Makefile Editor for builtin functions 2013-07-11 13:38:40 -04:00
Teodor Madan
d2b0007232 Bug 412471 - Incorrect handling of empty string as program argument in
debug mode 

Change-Id: I73f993f2c7855f0d657b418ec6c864c88078a6c8
2013-07-11 11:59:25 +03:00
Teodor Madan
835a0c7b20 Change-Id: Id77a33ffa46155fb9aff756c1a026678c7cd44ea 2013-07-11 11:58:32 +03:00
Nathan Ridge
8f78f34f19 Bug 412463 - Code completion stops working in the presence of predefined
macro

Change-Id: Iabeb0742ce5564a150f859185c0f8eb64805955a
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14399
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-09 21:58:36 -04:00
Marc Khouzam
6df967d0d4 Bug 374807 - [attach] Terminating the last attached process causes a
detach instead by killing GDB

Change-Id: I213f9b3a4abe294fc75b10c89fd64fd4202b941d
Reviewed-on: https://git.eclipse.org/r/14383
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-07-09 15:44:19 -04:00
aleon
3932f763bd bug 409795: Rename GdbSever_name to GdbServer_path in remote launch
https://bugs.eclipse.org/bugs/show_bug.cgi?id=409795

Change-Id: I2ed941a5b878e1c0b16fcb185220e8a2f0f0336d
Signed-off-by: aleon <alvsan09@gmail.com>
Reviewed-on: https://git.eclipse.org/r/13527
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-07-09 13:58:58 -04:00
Nathan Ridge
982b93967b Fixed an "unsafe method call" exception.
Change-Id: Iacc5a6a5c410766bd14ef2ec4ac626d1077e93b6
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14398
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-09 13:06:44 -04:00
Nathan Ridge
c5b4670184 Bug 400673 - [c++11] Unnecessary warning in class constructor (not
initialized member) when using "in class member initialization" 

Change-Id: I4e6af3b0927d44f0bb5417d7788fc9a026f8fb7c
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14397
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-09 13:05:16 -04:00
Thomas Corbat
db70bb0f29 Refactoring:
- Merged declaration an initialization of result variable in
initializerList, as conditional initialization is executed exactly once,
unless a parse exception occurs.
- Removed dead code: Conditional return.

Change-Id: Ia8c2bcb5f76a56d6b71ad80095a546ebd4f9ac03
2013-07-09 14:40:50 +02:00
Sergey Prigogin
fae217d744 Cosmetics. 2013-07-08 14:21:54 -07:00
Nathan Ridge
652d4f7bc0 Bug 412463 - Code completion stops working in the presence of
preprocessor-provided macros

Change-Id: Ifc5621133ac1ad55276e3d0c1ea8f99d9101938a
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14354
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-08 13:34:41 -04:00
Marc Khouzam
20a079bafa Bug 409186 - Remove test that was causing assertion.
Change-Id: Ia4336dc239c2193259eee3350d67c2a4f0255c06
2013-07-08 13:13:50 -04:00
Sergey Prigogin
be653cc350 Removed an obsolete parsing mode. 2013-07-08 10:10:19 -07:00
Andrew Gvozdev
5ef9a3b925 Bug 411970: Some more work on colors and icons for Makefile Editor 2013-07-08 12:05:27 -04:00
Thomas Corbat
e843235fc4 Bug 412187 Formatting function-like macro call in equals initializer
Added IASTExpressions to the exclusion in enterNode of
CodeFormatterVisitor when encountering function like macro calls.

Change-Id: I8ea6c5e7ba955299b0d6ca48c93fac275afa65e3
Reviewed-on: https://git.eclipse.org/r/14213
Reviewed-by: Thomas Corbat <tcorbat@hsr.ch>
IP-Clean: Thomas Corbat <tcorbat@hsr.ch>
Tested-by: Thomas Corbat <tcorbat@hsr.ch>
2013-07-08 08:25:25 -04:00
Sergey Prigogin
c658e9df68 Cosmetics. 2013-07-07 17:17:03 -07:00
Nathan Ridge
44b957a28e Bug 408303 - [C++11] Incorrect member not initialized warnings for
template class's defaulted constructors

Change-Id: I61064421c2cee405c9a915abe500c94fa4423eef
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14177
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-07 19:25:44 -04:00
Andrew Gvozdev
1df606bb26 Bug 412457: Makefile Editor does not highlight built-in functions enclosed in curly braces ${...} 2013-07-07 09:51:29 -04:00
Andrew Gvozdev
d38367d676 Bug 412457: Makefile Editor does not highlight built-in functions enclosed in curly braces ${...} 2013-07-07 09:48:43 -04:00
Andrew Gvozdev
cb5b5c955a Bug 412346: Makefile Editor: F3 navigation to user defined functions from $(call user-fun) 2013-07-05 13:49:48 -04:00
Andrew Gvozdev
01bfa48d40 Bug 412250: Tidy up. 2013-07-05 13:06:40 -04:00
Andrew Gvozdev
d1e966b06e Bug 412250: Makefile Editor won't open include with F3 2013-07-04 15:50:35 -04:00
Andrew Gvozdev
54665cdb60 Bug 412247: Makefile Editor: F3 navigation does not work inside conditional directives 2013-07-03 23:01:42 -04:00
Marc-Andre Laperle
718d7de48e Bug 412057 - UI tests don't run on Mac Cocoa using Tycho build
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-07-03 21:02:43 -04:00
Andrew Gvozdev
e404208cac Bug 412247: Makefile Editor: F3 navigation does not work inside conditional directives 2013-07-03 15:46:40 -04:00
Marc Khouzam
2e21d2516d Bug 410821 - The process select dialog on "Attach" should react to
double-click

Change-Id: Ib34dfbda529dc8edf54c5f1e2e2435d003e697af
Reviewed-on: https://git.eclipse.org/r/14059
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-07-03 06:35:45 -04:00
Simon Marchi
5aed22487a Bug 411911 - Fix some GNU formatter defaults
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Change-Id: Idf974c14be894dffecb3e48938732fbd9f227cea
Reviewed-on: https://git.eclipse.org/r/14144
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-07-02 17:40:02 -04:00
Marc-Andre Laperle
98bc8813e7 Upgrade Tycho to 0.18.0 2013-07-01 18:29:03 -04:00