1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-07 09:05:24 +02:00
Commit graph

11070 commits

Author SHA1 Message Date
Sergey Prigogin
641ded5f42 Bug 396439 - Syntax highlighting is wrong for raw strings 2013-01-15 21:51:56 -08:00
Sergey Prigogin
22c59afc27 Cosmetics. 2013-01-15 21:51:41 -08:00
Sergey Prigogin
209074b71f Cosmetics. 2013-01-15 16:59:31 -08:00
Sergey Prigogin
d937f2181c Bug 398254 - Syntax error in A<::B> a; 2013-01-15 16:59:15 -08:00
David Salinas
6180c7337f Bug 393455 - Terminal sessions broken on AIX 2013-01-15 10:26:51 -05:00
Vivian Kong
c85aec4803 Bug 398131 - Method syntax coloring/highlighting shifted to wrong
position in preview window
2013-01-14 16:26:51 -05:00
Martin Oberhuber
446545ab16 Bug 397652 - Exporting a PDOM fails due to wrong index-in-sync check
Fixes an incorrect workaround from bug 229989 comment 6:
It is perfectly valid for one location to map to multiple index files.
Also adds better error reporting for out-of-sync files, and adds API
to allow exporting a PDOM without any index-in-sync check.

Change-Id: I63a7d36a2de465f9994cc9b9698688e3ad6850ee
2013-01-14 12:09:49 -08:00
Sergey Prigogin
de669f1f2c Bug 388368 - Add Include Directory dialog should distinguish system and
non-system includes
2013-01-09 19:15:21 -08:00
Sergey Prigogin
f574eef71e Cosmetics 2013-01-09 19:06:41 -08:00
Ivan Ivanoff
bfc6041c83 bug 397546: NPE at org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProviderTab.updateData(LanguageSettingsProviderTab.java:1084) 2013-01-08 09:40:49 -05:00
Nathan Ridge
dc8b82fac2 Bug 395243 - Error involving dependent expressions
Change-Id: Iabd115b40d0b7b633c416171a19a981f1e51dee8
Reviewed-on: https://git.eclipse.org/r/9211
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-01-07 15:47:32 -08:00
Sergey Prigogin
ab8d95148e Bug 395243. Don't allow template arguments based on problem types. 2013-01-07 15:47:18 -08:00
Sergey Prigogin
83f2b36073 Bug 395243. Fall back to the simplified type if the original type of a
template argument could not be stored in the index.
2013-01-07 15:46:36 -08:00
Sergey Prigogin
0698f1aae5 Bug 397496. A missing piece of the previous fix. 2013-01-06 21:36:57 -08:00
Andrew Gvozdev
5b08369b16 bug 396411: Combined patch from master (fixes workspace relative paths from MBS) 2013-01-05 07:50:51 -05:00
Andrew Gvozdev
7a1956c019 bug 388755: Fix EFSExtensionProvider to return conventional path on Windows as C:/path (without extra leading slash) - combined patch from master 2013-01-05 07:45:43 -05:00
Sergey Prigogin
5138ee947f Bug 397496 - Formatter does not wrap long macro arguments 2013-01-04 19:26:22 -08:00
Doug Schaefer
bcd3f3e0f3 Bug 397469 - Fix problem with scanner discovery on relative source
paths.

Change-Id: Ic8630565de6d0481c3ebc1a92f3841460e8f17d1
Reviewed-on: https://git.eclipse.org/r/9462
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-01-04 16:50:18 -05:00
Marc-Andre Laperle
1644f4d640 Bug 397288 - typename keyword is not completed
Change-Id: I26d62f771b5bb08d1c5cab64929c765c025053b3
Reviewed-on: https://git.eclipse.org/r/9419
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
IP-Clean: Marc-Andre Laperle <malaperle@gmail.com>
Tested-by: Marc-Andre Laperle <malaperle@gmail.com>
2013-01-03 01:34:42 -05:00
Sergey Prigogin
12e9f46ee7 Cosmetics. 2013-01-01 14:09:00 -08:00
Sergey Prigogin
e65f4ce42c Cosmetics. 2012-12-31 14:57:49 -08:00
Sergey Prigogin
84747c6e5a Cosmetics. 2012-12-31 14:57:28 -08:00
Sergey Prigogin
6a6b7ac936 Bug 392577 - Members of anonymous namespace visible outside file 2012-12-28 17:20:52 -08:00
Sergey Prigogin
7000da66ff Adjusted toString method and removed unused methods. 2012-12-28 17:20:39 -08:00
Sergey Prigogin
f7523cd7b4 Cosmetics. 2012-12-28 17:20:22 -08:00
Sergey Prigogin
14317420cd Bug 397227 - __decltype GCC keyword is not supported 2012-12-28 14:06:20 -08:00
Sergey Prigogin
35d1af1f50 Cosmetics. 2012-12-28 14:00:42 -08:00
Sergey Prigogin
d1b91caff2 Bug 397210 - Name resolution problem with 'auto' and constructor
initializer
2012-12-27 18:29:47 -08:00
Sergey Prigogin
43f0eb4fc4 Cosmetics. 2012-12-27 18:28:46 -08:00
Sergey Prigogin
f8540f49fb Bug 397205. Fixed StackOverflowError in EvalFunctionCall.getValue() 2012-12-27 17:02:58 -08:00
Sergey Prigogin
604dcd6146 Bug 397208 - Problem markers don't get updated when preferences change 2012-12-27 17:02:42 -08:00
Sergey Prigogin
f81a1652f1 Cosmetics. 2012-12-27 17:02:24 -08:00
Sergey Prigogin
6428f07759 Bug 395243. More efficient and robust storage of types and template
arguments.
2012-12-26 17:27:02 -08:00
Sergey Prigogin
8c7223be15 Cosmetics. 2012-12-26 17:23:46 -08:00
Marc-Andre Laperle
ac4fb83492 Bug 397143 - Some new doxygen commands are missing 2012-12-25 01:57:46 -05:00
Sergey Prigogin
4bc1cfe0d5 Revert "Bug 395243 - Error involving dependent expressions"
This reverts commit f429bd5482.
2012-12-07 17:09:07 -08:00
Sergey Prigogin
0bf8e1953b Bug 395875 - An alternative fix that preserves semantics of
CPPVisitor.findEnclosingFunction method.
2012-12-07 14:39:58 -08:00
Nathan Ridge
33d13f2643 Bug 395875 - Error involving dependent expression in index
Change-Id: I2f50373220a02d5856fb88cf040c44de28fb5a79
Reviewed-on: https://git.eclipse.org/r/9064
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 14:12:39 -08:00
Nathan Ridge
12637bcda3 Bug 389782 - Error with uniform initialization involving conversion
Change-Id: I2a8227b187bd3b4f7fcc7b7a9b9f0b1c9f289117
Reviewed-on: https://git.eclipse.org/r/9058
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:13:15 -08:00
Nathan Ridge
f429bd5482 Bug 395243 - Error involving dependent expressions
Change-Id: Ie15f8415f930248c54041f0f2e60149874e670e8
Reviewed-on: https://git.eclipse.org/r/9062
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:12:52 -08:00
Nathan Ridge
f9e5116c69 Bug 379631 - code-completion of functions in using-declarations
Change-Id: Ifae9e0e790629e03c1ad93988ea535e42373d448
Reviewed-on: https://git.eclipse.org/r/9066
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:12:40 -08:00
Nathan Ridge
9475bffdea Bug 395018 - False 'member was not initalized in this constructor'
warning for defaulted copy/move constructor

Change-Id: Ib7800e46174b195fd15daef923abfff482fd3aff
Reviewed-on: https://git.eclipse.org/r/9059
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:11:44 -08:00
Nathan Ridge
1289cc3a6e Bug 365498 - Strange warning placement for defaulted constructor
Change-Id: Ia80fbd9694310aff0900e80cb9175e101c653604
Reviewed-on: https://git.eclipse.org/r/9065
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:02:30 -08:00
Nathan Ridge
bb97b889b2 Bug 395247 - Error involving variadic constructor
Change-Id: Ia5f911e0a80a5372943a505b814c333c53a5a602
Reviewed-on: https://git.eclipse.org/r/9061
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:02:04 -08:00
Nathan Ridge
66bb47cde0 Bug 395019 - Error when using __is_base_of
Change-Id: Ife9a63658555b7a94246b0d938dd139bb8d0ab08
Reviewed-on: https://git.eclipse.org/r/9060
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:01:51 -08:00
Nathan Ridge
a9cbaf44fc Bug 388623 - [regression] Error involving dependent expressions
Change-Id: I5d32ca41b7d87d0f220b192889e3908a0f7c84fd
Reviewed-on: https://git.eclipse.org/r/9057
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:00:30 -08:00
Nathan Ridge
6697364dce Bug 388398 - SFINAE for default template arguments
Change-Id: Id4af11365046a57f997de0ee3715cf5ccef9d630
Reviewed-on: https://git.eclipse.org/r/9056
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 12:00:20 -08:00
Nathan Ridge
ed818d803d Bug 388287 - False ambiguity in overload resolution with function
objects

Change-Id: If7447f6c73e9f03e31cf0f292c4a9e73591e1936
Reviewed-on: https://git.eclipse.org/r/9055
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-12-07 11:59:37 -08:00
Andrew Gvozdev
d60a5ef6d1 bug 395976: NPE in BuildConsoleViewer when widget is already disposed 2012-12-06 14:47:55 -05:00
Sergey Prigogin
2c0a41d671 Bug 395884 - Fixed yet another bug introduced in the previous commit. 2012-12-05 21:59:41 -08:00