Michi
690fc119bb
Bug 456101 - class template is refering to itself in code completion
...
a CPPASTQualifiedName that represents some template instance can never
refer to a template of the same type
Change-Id: Iaf9a452e4797fc0e797e5ed5ccaadfb00ff4fb8f
Signed-off-by: Michi <woskimi@yahoo.de>
Reviewed-on: https://git.eclipse.org/r/38730
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-29 10:39:01 -05:00
Nathan Ridge
cc7bf7b392
Bug 456207 - Skip ICPPASTFunctionDeclarator.getNoexceptExpression() in
...
ASTComparer
Change-Id: I298f52e9ad21643d8fe58283e0c30e95c12b92ad
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/38788
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-27 18:14:22 -05:00
Nathan Ridge
787d0e1642
Bug 456131 - Remove duplicate builtin symbol for __atomic_add_fetch
...
Change-Id: Icb753202c7678ec75f603edac003dbd199513b07
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/38787
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-27 18:13:02 -05:00
Sergey Prigogin
f11fcce2ee
Bug 456099. Corrected include replacement in partner files.
2014-12-23 21:18:40 -08:00
Sergey Prigogin
b74feb2c3d
Bug 456099 - Renaming a class should also rename related files
2014-12-23 10:30:31 -08:00
Sergey Prigogin
f86ee9bbf7
Cosmetics.
2014-12-23 10:30:29 -08:00
Sergey Prigogin
d26dc27212
Adjusted method visibility.
2014-12-23 10:30:28 -08:00
Sergey Prigogin
5cd381dfe8
Cosmetics.
2014-12-23 10:30:26 -08:00
Michi
c647a52118
Bug 434446 - [code assist] struct not being recognised as a valid base
...
class
structs are now being shown as candidates for base classes
while I was at it I also fixed proposals for typedefs, template
parameters and template aliases.
Change-Id: I319b06a195eed88a12969207a21584dc2477219e
Signed-off-by: Michi <woskimi@yahoo.de>
Reviewed-on: https://git.eclipse.org/r/38379
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-19 15:15:55 -05:00
Sergey Prigogin
5ba7b39f01
ICPPAliasTemplate and ICPPAliasTemplateInstance are not supposed to be
...
extended or implemented by clients.
2014-12-18 14:27:33 -08:00
Nathan Ridge
57fbe42664
Bug 429534 - NPE in CElementHyperlinkDetector.detectHyperlinks()
...
Change-Id: I9572985aa6585a47d5230adad813fdb6639748bf
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/38394
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-17 13:38:12 -05:00
Nathan Ridge
5ccf40dd20
Bug 450969 - NPE in AbstractDocCommentProposalComputer.getResource()
...
Change-Id: I2e5eaf358f958e12463f98c81863a0c330695945
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/38393
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-17 13:37:34 -05:00
Doug Schaefer
c8ba1b6c3a
Get rid of the extra schema includes to expressions.
...
This causes build errors when using Mars.
Change-Id: I5b7aaa261e252b7aa7a2afe5a86398c4f24af0aa
Reviewed-on: https://git.eclipse.org/r/38174
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2014-12-14 17:42:12 -05:00
Sergey Prigogin
0de7dec295
Adjusted JavaDoc.
2014-12-12 12:46:11 -08:00
Sergey Prigogin
5aa786349f
Cosmetics.
2014-12-12 10:25:06 -08:00
Michi
702f5cb4c8
Bug 415495 - typedef/type alias change code completion proposals
...
Change-Id: I963ff5fc2ae073f233b04eb6a5a521d0e6610af7
Signed-off-by: Michi <woskimi@yahoo.de>
Reviewed-on: https://git.eclipse.org/r/38029
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-11 22:42:31 -05:00
Marc Khouzam
20c1166f1a
No need to increase version a second time.
...
Change-Id: Ic219edbcbcc4dc718a586dc15482ffdcf5eecd23
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37985
2014-12-10 13:29:57 -05:00
Nathan Ridge
1ea19101ff
Bug 451091 - Make type of constexpr variable const-qualified
...
Change-Id: I2744ba8dbf2b629659f778d257b1d22483eb6c33
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/37929
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-10 10:20:49 -05:00
Marco Stornelli
54607bd07f
Bug 241355 - Added format source code save action
...
Change-Id: I987dda03aae1fd6c8077e2d6cd930164acfaa783
Signed-off-by: Oliver Vinn <oliver@vinn.co.uk>
Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com>
Reviewed-on: https://git.eclipse.org/r/21420
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
Tested-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-12-09 21:10:49 -05:00
Matthew Khouzam
67f46bce5b
Bug 454502: make dwarf use valueof instead of number constructor
...
This may improve both memory and cpu performance. (SLIGHTLY)
Change-Id: I05c06b017b9d8e4505a17e99cde6c024bca21dd4
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/37783
Tested-by: Hudson CI
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
2014-12-09 20:37:38 -05:00
Sergey Prigogin
a830f285fe
Revert "Bug 451091 - Make type of constexpr variable const-qualified"
...
This reverts commit 39dce1d497
.
2014-12-08 18:22:13 -08:00
Sergey Prigogin
a79825be23
Cosmetics.
2014-12-08 17:03:46 -08:00
Sergey Prigogin
24ab006419
Bug 450888. Fixed the problem decribed in comment #0
2014-12-08 16:17:59 -08:00
Sergey Prigogin
ef9d90c4f5
Cosmetics.
2014-12-08 11:55:33 -08:00
Nathan Ridge
39dce1d497
Bug 451091 - Make type of constexpr variable const-qualified
...
Change-Id: I432264fe733e27009dfc9cfbaa37631424af7d0c
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/37224
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-08 13:47:22 -05:00
Nathan Ridge
98ccf145c3
Bug 377409 - Index lookup for fields of anonymous structs and unions
...
Change-Id: I8591e063303cbe30d44eaa0eb431fc1dd6031695
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/37319
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-08 13:43:43 -05:00
Nathan Ridge
517b811599
Bug 452325 - Protect against IVariable.getInitialValue() calling itself
...
recursively along any code path
Change-Id: Idbf46ca82b431e72bf6b2598427430c37ef65cc4
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/37220
Tested-by: Hudson CI
Reviewed-by: Elena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-12-08 13:39:24 -05:00
Sergey Prigogin
04042aeeb9
Bug 450888. Fixed inconsistent handling of significant macros.
2014-11-29 16:54:24 -08:00
Sergey Prigogin
0460895b24
Cosmetics.
2014-11-29 16:26:05 -08:00
Alena Laskavaia
8bc2e3a81b
FileListControl adjustments
...
* Changed button bar layout to be et the end, rather some-what in the
middle
* Make SelectPathInputDialog remeber previously entered path
* Make workspace selection dialog set proper initial selection, even if
this widget runs without cdt context
Change-Id: I04caec8c05b644977ec0dda622beefa2b8c9eba2
Signed-off-by: Alena Laskavaia <elaskavaia.cdt@gmail.com>
Reviewed-on: https://git.eclipse.org/r/37032
Tested-by: Hudson CI
2014-11-27 16:26:15 -05:00
Sergey Prigogin
f4a12cb474
Bug 450888. A failing test case for the example in comment #0 .
2014-11-24 18:50:10 -08:00
Sergey Prigogin
264a95da6c
Bug 450888. Trigger index rebuild since storing of source files changed.
2014-11-24 18:17:18 -08:00
Sergey Prigogin
9a6e5cde11
Removed dead code.
2014-11-24 18:15:21 -08:00
Sergey Prigogin
0ab02df0d8
Fixed a deprecation warning.
2014-11-24 18:13:49 -08:00
Sergey Prigogin
30c61470fb
Cosmetics.
2014-11-24 18:12:08 -08:00
Nathan Ridge
c78d2fe823
Bug 451772 - Syntax-color names of structures in C files
...
Change-Id: I193648ffd15f581af75f71d62261068543a5769d
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/36887
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-23 21:43:42 -05:00
Nathan Ridge
17ec42f5cd
Bug 451772 - Allow testing syntax coloring in C files
...
Change-Id: Id97c56b5f076764fea29e3fef002f7b96edb8c73
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/36886
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-23 21:42:16 -05:00
Nathan Ridge
34f513ccfa
Bug 442754 - Avoid using a static constant to give production code
...
different behavior during a test
Change-Id: I115677ee2a5b6b7ccceb75949678d31a08f01732
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/36885
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-23 11:26:07 -05:00
Sergey Prigogin
df1abc266e
Removed an obsolete test disablement.
...
Change-Id: I796fdc2cc73c9c9800b0f437a0cdfa206afc2953
Reviewed-on: https://git.eclipse.org/r/36874
Tested-by: Hudson CI
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-22 00:28:45 -05:00
Sergey Prigogin
14bd577ad2
Automatically add appropriate #include statements in index tests.
2014-11-21 14:42:39 -08:00
Sergey Prigogin
6a1c54cc57
Cosmetics.
2014-11-21 14:42:37 -08:00
Sergey Prigogin
7608776881
Bug 450888 - Index update problem caused by applying significant macros
...
to a source file
2014-11-18 20:37:52 -08:00
Sergey Prigogin
a3e3cec9c1
Test case demonstrating the problem for bug 450888.
2014-11-17 18:34:49 -08:00
Sergey Prigogin
a3962a9bd8
Cosmetics.
2014-11-17 18:12:53 -08:00
Sergey Prigogin
73a74679fe
Cosmetics.
2014-11-17 17:22:37 -08:00
Nathan Ridge
dd919f8f93
Bug 379626 - Incorrect syntax coloring of dependent method call
...
Change-Id: Id1b327a814d91ff88984362402666a9e640248f5
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/35519
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-15 01:26:24 -05:00
Nathan Ridge
356478286c
Bug 442754 - Refactor the test harness for semantic highlightings
...
Change-Id: I649b80e96f87481802c6b2f29029ed42bdb491a8
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
Reviewed-on: https://git.eclipse.org/r/35518
Tested-by: Hudson CI
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-11-15 01:25:41 -05:00
Alvaro Sanchez-Leon
5e9f4f0d1f
Bug 450192 - configurable maven builds to skip ppc64le
...
Change-Id: Ib811afd6b1d7efc293d6ca5b1c2ef7f6328deb21
Reviewed-on: https://git.eclipse.org/r/35981
Tested-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-11-10 08:03:03 -05:00
Anton Leherbauer
24cb9ee547
Bug 450057 - Open Element fails to find function for certain wildcard patterns
2014-11-05 10:39:26 +01:00
Sergey Prigogin
48a407097e
Bug 450020 - NPE in CPPVisitor.createType
2014-11-04 15:15:25 -08:00