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

22042 commits

Author SHA1 Message Date
Nathan Ridge
67425186a2 Bug 409107 - Incorrect instantiation of const member access
Change-Id: I5909d7998e86a28d3c44172c3e80cad06c6b1b1b
Reviewed-on: https://git.eclipse.org/r/13169
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-05-28 00:50:26 -04:00
Nathan Ridge
9b1c2b0313 Bug 409100 - __is_base_of doesn't work with typedef
Change-Id: I3d108ef673d8e9f8feb799c1bc451bec8855cea4
Reviewed-on: https://git.eclipse.org/r/13167
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-05-28 00:47:08 -04:00
Nathan Ridge
57260c389d Bug 409094 - Incorrect partial ordering of function templates
Change-Id: Ia4e56f8662c93810776e88932d0a44358f7d5577
Reviewed-on: https://git.eclipse.org/r/13164
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-05-28 00:45:30 -04:00
Andrew Gvozdev
22c6fd0c89 bug 409163: What's New and Noteworthy in CDT 8.2? 2013-05-27 20:52:43 -04:00
Nathan Ridge
2d97fb20b7 Bug 409078 - Type resolution failure involving templates and inheritance
Change-Id: I2764c7a6a1121bd35cd8c025388949948eed6e0e
Reviewed-on: https://git.eclipse.org/r/13162
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-05-26 18:40:25 -04:00
Nathan Ridge
255cd71f24 Bug 409056 - Invalid ambiguity with templated conversion operator
Change-Id: I9f56c875899ee2543aab2090387dbbdfd0e489b4
Reviewed-on: https://git.eclipse.org/r/13151
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-05-26 14:45:14 -04:00
Sergey Prigogin
dc086d6a53 Combined classes CPPNameCollector and CNameCollector into a single
NameCollector class, as was suggested by Nathan Ridge.
2013-05-26 11:27:05 -07:00
Sergey Prigogin
6ffc402b86 Generics. 2013-05-26 11:23:00 -07:00
Sergey Prigogin
a847e62681 Bug 408522. Filter out project_classpath variable since it may sometimes
have a very large value exceeding shell limit.

Change-Id: If67ca6a9b82f9c8de7d514fa236ab1a781f000d7
Reviewed-on: https://git.eclipse.org/r/13147
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
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-05-24 20:17:23 -04:00
Sergey Prigogin
0709b4314d Revert "Bug 408522. Don't include EclipseVarMacro variables when creating launch environment variables. EclipseVarMacro variables are internal to Eclipse and have nothing to do with environment variables."
This reverts commit 55afbf6bc5.
2013-05-24 13:59:37 -07:00
Sergey Prigogin
7d038752af Bug 408314. Fixed a broken test. 2013-05-24 12:37:02 -07:00
Sergey Prigogin
6361c8c402 Cosmetics. 2013-05-24 11:22:08 -07:00
Sergey Prigogin
0a02f04daa Cosmetics. 2013-05-24 11:14:37 -07:00
Danny Ferreira
2740141e2e Bug 408314 - Failure of dependent base lookup
Change-Id: Ib689ed08b14fedc88893b406a552df6adeb546f9
Reviewed-on: https://git.eclipse.org/r/13042
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-05-24 14:10:54 -04:00
Caroline Rieder
ecb373f340 V.3 - Bug 405239 - Index actions are only available within context menu
The provided patch contributes the Index actions to the global Project
menu using the command/handler extension points.

Project related actions are enabled when:
- When an ICProject, an ICContainer or an ITranslationUnit is selected
  in the Project Explorer and the Project Explorer has the focus
- When a file of an ICProject is open in the Editor and the Editor has
  the focus

File related action is enabled when:
- When an ITranslationUnit is selected in the Project Explorer and the
  Project Explorer has the focus
- When an ITranslationUnit is open in the Editor and the Editor has the
  focus

Change-Id: I11f05e2b2f0c8f1652b0ee7e655aacacd03c7fde
Signed-off-by: Caroline Rieder <caroline.rieder@windriver.com>
Reviewed-on: https://git.eclipse.org/r/13123
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
IP-Clean: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2013-05-24 09:54:20 -04:00
Sergey Prigogin
2a84dfb7e3 Fixed invalid resource keys. 2013-05-23 18:16:26 -07:00
Sergey Prigogin
55afbf6bc5 Bug 408522. Don't include EclipseVarMacro variables when creating launch
environment variables. EclipseVarMacro variables are internal to Eclipse
and have nothing to do with environment variables.

Change-Id: I588eaf8db6edc1974dca53e7aba9870d01fa9438
2013-05-23 16:20:07 -07:00
Sergey Prigogin
d625eaccc4 More descriptive test name. 2013-05-23 15:29:15 -07:00
Sergey Prigogin
17e311d5cb Cosmetics. 2013-05-23 15:22:58 -07:00
Roland Grunberg
f116c7235d Bug 400840 - Update 'Registers' view values when modified.
Change-Id: I9539496e4a368721b0bb9b34789461cbd8167f6e
Reviewed-on: https://git.eclipse.org/r/13084
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-05-23 16:07:42 -04:00
Caroline Rieder
ef7967342a Bug 405239 - Index actions are only available within context menu
The provided patch contributes the Index actions to the global Project
menu using the command/handler extension points.

Project related actions are enabled when:
- When an ICProject, an ICContainer or an ITranslationUnit is selected
  in the Project Explorer and the Project Explorer has the focus
- When a file of an ICProject is open in the Editor and the Editor has
  the focus

File related action is enabled when:
- When an ITranslationUnit is selected in the Project Explorer and the
  Project Explorer has the focus
- When an ITranslationUnit is open in the Editor and the Editor has the
  focus

Change-Id: Ide0e3e241f1162323c2e17d2d58741eb3db9ae41
Signed-off-by: Caroline Rieder <caroline.rieder@windriver.com>
Reviewed-on: https://git.eclipse.org/r/13073
Reviewed-by: Anton Leherbauer <anton.leherbauer@windriver.com>
IP-Clean: Anton Leherbauer <anton.leherbauer@windriver.com>
Tested-by: Anton Leherbauer <anton.leherbauer@windriver.com>
2013-05-23 10:03:55 -04:00
Sergey Prigogin
e91740f2eb Cosmetics. 2013-05-22 21:01:14 -07:00
Sergey Prigogin
8273ca2e5f Bug 408314. Added a test case. 2013-05-22 20:46:48 -07:00
Sergey Prigogin
724e1991ac Cosmetics. 2013-05-22 10:22:38 -07:00
Danny Ferreira
20e43a2744 Bug 402607 - [c++11] Invalid "member was not initialized warning" with
delegating constructors

Change-Id: I521918be7b8c1dd867b53bd22f7646e610651fb6
Reviewed-on: https://git.eclipse.org/r/13043
Reviewed-by: Nathan Ridge <zeratul976@hotmail.com>
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-05-22 13:19:23 -04:00
Sergey Prigogin
7a1fd480ce Bug 408635. Fixed NPE 2013-05-21 15:55:53 -07:00
Sergey Prigogin
99767b4630 Revert "Bug 408314 - Failure of dependent base lookup"
This reverts commit 96e51dfbca.
2013-05-21 10:55:24 -07:00
Danny Ferreira
96e51dfbca Bug 408314 - Failure of dependent base lookup
Change-Id: Ib90cc5e562c459bdd15741655b35c599ad9ac297
Reviewed-on: https://git.eclipse.org/r/12959
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-05-21 12:54:08 -04:00
Andrew Gvozdev
8af6460cc0 bug 402023: Test case for Unix corrected 2013-05-20 17:41:58 -04:00
Sergey Prigogin
06221100c0 Added missing newline characters. 2013-05-20 14:30:59 -07:00
Andrew Gvozdev
b18bf27bb4 bug 402023: When persisting discovered include paths, project-relative paths should not embed the project name 2013-05-20 15:21:57 -04:00
Andrew Gvozdev
f2af5d39a9 bug 402023: tidy up 2013-05-20 14:53:17 -04:00
Andrew Gvozdev
2d5584fe98 bug 402023: Provide programmatic access for names of CdtMacroSupplier variables ($ProjName, $ConfigName etc.) 2013-05-20 14:48:22 -04:00
axel
75e17131c0 Bug #368221
regression fix: enable navigation to the next/previous error in the
editor

Change-Id: Ie69f9a08f741b7b4b34a0c3f42ec4133a129c5ee
Reviewed-on: https://git.eclipse.org/r/12979
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-05-20 13:06:32 -04:00
Sergey Prigogin
359fdb8764 Bug 402878. Fixed handling of members of class template instances (see
https://bugs.eclipse.org/bugs/show_bug.cgi?id=400309#c12)
2013-05-19 12:09:02 -07:00
Sergey Prigogin
c532ede4cd Cosmetics. 2013-05-19 11:15:28 -07:00
Alexander Kurtakov
39c0820517 Use Tycho 0.17 for build.
This also required to add configuration for eclipserun plugin in the
master pom.

Change-Id: Id9814096a6ee430058470a8eefd6c18d1f90bebd
Reviewed-on: https://git.eclipse.org/r/12773
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-05-19 09:43:56 -04:00
Sergey Prigogin
5700e27b7b Bug 403418 - Type Hierarchy view does not show class templates. 2013-05-17 19:33:58 -07:00
Sergey Prigogin
6052044cdc Cosmetics. 2013-05-17 19:31:38 -07:00
Sergey Prigogin
7e77be0d90 Cosmetics. 2013-05-17 17:57:11 -07:00
Sergey Prigogin
53e2492c02 Bug 402878. Fixed CppCallHierarchyTest.testClosures_316307 test. 2013-05-17 16:01:58 -07:00
Sergey Prigogin
9ec0902c16 Friendlier CPPClosureType.toString method. 2013-05-17 16:01:51 -07:00
Sergey Prigogin
8e55f9f834 Cosmetics. 2013-05-17 16:01:43 -07:00
Andrew Gvozdev
856760644c bug 401961: Adjusted LSP property page UI to function for legacy projects where no languages defined in the toolchain 2013-05-17 16:17:20 -04:00
Nathan Ridge
807f937284 Bug 408296 - [regression] ADL performed for qualified name
Change-Id: Ide4f592509bd0a7fff449db356a34507e4c5299c
Reviewed-on: https://git.eclipse.org/r/12910
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-05-17 14:39:15 -04:00
Sergey Prigogin
eecdf502d1 Bug 402878. Cleaned up debugging leftovers. 2013-05-17 11:35:15 -07:00
bbelyavsky
329251bdc0 Bug 405643 - [performance] HoldsOptions performance improvements
Change-Id: I10bc345821ad5d44a035a7dd46ac5837a0e5bbdb
Reviewed-on: https://git.eclipse.org/r/11936
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-05-17 14:21:03 -04:00
Andrew Gvozdev
81627b721e bug 403405: Added informational message on "Paths and Symbols" property page 2013-05-17 10:36:07 -04:00
Andrew Gvozdev
a1f4c57ead bug 407405 CDT Build Console blocks UI on every Project Explorer selection - set wrapping off by default to mitigate the issue. 2013-05-17 09:14:54 -04:00
Sergey Prigogin
eda5854c6b Bug 402878. Fixed a bug in getOwner method for closures. 2013-05-16 21:00:16 -07:00