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

12159 commits

Author SHA1 Message Date
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
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
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
Sergey Prigogin
82490d5bd6 Dropped the word "Map" from "GCC C/C++ Header Substitution Map". 2013-07-26 21:08:37 -07:00
Marc-Andre Laperle
f0e74dac11 Fix failing test in MarkOccurrenceTest on Eclipse 4.3
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2013-07-26 00:42:30 -04:00
Sergey Prigogin
d443b63ab7 Cosmetics. 2013-07-25 15:26:03 -07:00
Sergey Prigogin
4c31111e8e Deprecated IParserConfiguration. 2013-07-25 15:19:23 -07:00
Nathan Ridge
edd31ce10c 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-25 12:59:40 -04:00
Nathan Ridge
3d97b3e93c 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 13:16:06 -04:00
Nathan Ridge
fe433d6e34 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 19:16:58 -04:00
Sergey Prigogin
a3605ae110 Cosmetics. 2013-07-21 19:52:16 -07:00
Sergey Prigogin
5a7f95666b Create a gap between 8.2 and 8.3 PDOM versions. 2013-07-21 19:44:58 -07:00
Nathan Ridge
480e491e88 Bug 407497, Bug 399454 - Specialize template parameters when appropriate
Change-Id: Iff52b04319234ca8e5fe0f9b23d5d1787cee4449
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14533
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-21 21:43:20 -04:00
Nathan Ridge
e18ad3974c Bug 358694 - False warning about Unused static function in template
Change-Id: I0ebeef9db921239e896983c68e5291316209c2d2
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/14680
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-19 12:54:15 -04:00
Sergey Prigogin
8e7c7a7517 Cosmetics. 2013-07-17 17:46:24 -07:00
Sergey Prigogin
30e8158c26 Added ICSettingEntry.NONE constant. 2013-07-17 17:35:59 -07:00
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
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
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
834ea8172c Bug 412919: Progress monitor shows previous build command rather than the one which is running 2013-07-14 10:20:40 -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
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
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
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
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
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
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
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
b6c0cb12db Bug 412032 - Extract local variable doesn't suggest a name in C source
files

Change-Id: I73e7f80713132521d757482c6ffbf839b5d2679f
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/14168
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-07-01 16:12:38 -04:00
Sergey Prigogin
bcb2b0c213 Do not insert a space between two closing angle brackets. 2013-06-25 18:20:33 -07:00
Andrew Gvozdev
a855283bd4 bug 411499: Generalize facility for shared images 2013-06-24 10:32:11 -04:00
Sergey Prigogin
d8796f4c42 Relaxed type constraints in
ILanguageSettingsProvidersKeeper.setLanguageSettingProviders method

Change-Id: I01ad2e017ba1b86f0fe0a476b2189a2fe5b5547e
Reviewed-on: https://git.eclipse.org/r/13942
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-06-22 04:15:38 -04:00