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

11532 commits

Author SHA1 Message Date
Andrew Gvozdev
97e3c26120 Merge remote-tracking branch 'cdt/master' into sd90 2013-01-13 10:04:33 -05:00
Caroline Rieder
3222ba63ed bug 395442: Initial provider command is not restored for non-shared providers 2013-01-13 09:58:21 -05:00
Caroline Rieder
2f425c4386 bug 395307: Switching back to project specific language settings provider seems to be incorrect 2013-01-13 09:58:16 -05:00
Andrew Gvozdev
3f93648a58 Wording on language setting providers options page 2013-01-13 09:58:10 -05:00
Doug Schaefer
09357c4df6 Added support for Qt. Extended AddFiles template to change start/end
patterns.
2013-01-12 00:57:49 -05:00
Sergey Prigogin
4de71f6542 Cosmetics 2013-01-11 14:44:00 -08:00
Sergey Prigogin
237db0f8be Bug 388368 - Add Include Directory dialog should distinguish system and
non-system includes
2013-01-09 18:38:29 -08:00
Sergey Prigogin
e31ae8e676 Cosmetics 2013-01-09 18:36:15 -08:00
Sergey Prigogin
55e2872e32 Bug 388368 - Add Include Directory dialog should distinguish system and
non-system includes
2013-01-09 18:30:27 -08:00
Sergey Prigogin
c85a85c81c Cosmetics 2013-01-09 17:26:55 -08:00
Sergey Prigogin
a205a71148 Merge remote-tracking branch 'origin/master' into bug_45203 2013-01-09 15:42:08 -08:00
Ivan Ivanoff
fcd0216d66 bug 397546: NPE at org.eclipse.cdt.internal.ui.language.settings.providers.LanguageSettingsProviderTab.updateData(LanguageSettingsProviderTab.java:1084) 2013-01-08 09:24:14 -05:00
Nathan Ridge
f0e663e7cf 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 18:44:01 -05:00
Sergey Prigogin
67ac152401 Bug 395243. Don't allow template arguments based on problem types. 2013-01-07 15:32:34 -08:00
Sergey Prigogin
f9498e093a 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:32:11 -08:00
Markus Schorn
ce1fa180df Bug 397127: Limit raw-string detection to c++ parser. 2013-01-07 14:53:00 +01:00
Sergey Prigogin
3602ab4d96 Bug 397496. A missing piece of the previous fix. 2013-01-06 21:35:15 -08:00
Andrew Gvozdev
303a22a13e Merge remote-tracking branch 'cdt/master' into sd90 2013-01-06 06:16:54 -05:00
Sergey Prigogin
e2a18cf6c2 Bug 397496 - Formatter does not wrap long macro arguments 2013-01-04 19:22:22 -08:00
Marc-Andre Laperle
2993ef8266 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:29:29 -05:00
Sergey Prigogin
76ddab24aa Cosmetics. 2013-01-01 14:04:34 -08:00
Sergey Prigogin
0a75ee2b57 Bug 45203. Initial commit for Organize Includes feature. 2012-12-31 15:07:37 -08:00
Sergey Prigogin
53012d05af Cosmetics. 2012-12-31 14:53:59 -08:00
Sergey Prigogin
613cb84eef Cosmetics. 2012-12-31 11:25:15 -08:00
Sergey Prigogin
0dc04bfd99 Bug 392577 - Members of anonymous namespace visible outside file 2012-12-28 17:16:38 -08:00
Sergey Prigogin
77c3aa7a9c Adjusted toString method and removed unused methods. 2012-12-28 17:00:23 -08:00
Sergey Prigogin
2cdce220b9 Cosmetics. 2012-12-28 16:56:34 -08:00
Sergey Prigogin
36d093704f Bug 397227 - __decltype GCC keyword is not supported 2012-12-28 13:54:54 -08:00
Sergey Prigogin
8995b830aa Cosmetics. 2012-12-28 13:35:51 -08:00
Sergey Prigogin
d798ab8f2a Bug 397210 - Name resolution problem with 'auto' and constructor
initializer
2012-12-27 18:26:00 -08:00
Sergey Prigogin
e43adf39dd Cosmetics. 2012-12-27 18:04:18 -08:00
Sergey Prigogin
cf42513ae6 Bug 397205. Fixed StackOverflowError in EvalFunctionCall.getValue() 2012-12-27 16:58:50 -08:00
Sergey Prigogin
f7f56bb08e Bug 397208 - Problem markers don't get updated when preferences change 2012-12-27 16:54:43 -08:00
Sergey Prigogin
1ff1f798d5 Cosmetics. 2012-12-27 14:16:36 -08:00
Sergey Prigogin
15ca2c0c0e Bug 395243. More efficient and robust storage of types and template
arguments.
2012-12-26 17:19:12 -08:00
Sergey Prigogin
83d83c5165 Cosmetics. 2012-12-26 17:17:54 -08:00
Marc-Andre Laperle
61ed484332 Bug 397143 - Some new doxygen commands are missing 2012-12-25 01:51:38 -05:00
Markus Schorn
c5d08937e2 Bug 396663: Throw expressions within conditional expressions. 2012-12-17 14:53:37 +01:00
Andrew Gvozdev
367eabaaa0 Merge remote-tracking branch 'cdt/master' into sd90 2012-12-17 07:32:38 -05:00
Andrew Gvozdev
7c92e3e070 bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-16 23:52:16 -05:00
Andrew Gvozdev
0a4170fed0 bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-16 07:18:39 -05:00
Andrew Gvozdev
205294279c Merge remote-tracking branch 'cdt/master' into sd90 2012-12-12 11:06:53 -05:00
Andrew Gvozdev
cce302595e bug 396411: JUnit failure: cdt.managedbuilder.core.tests.ManagedBuildCoreTests20.testScannerInfoInterface 2012-12-12 11:03:25 -05:00
Sergey Prigogin
880ac74b26 Revert "Bug 395243 - Error involving dependent expressions"
This reverts commit f429bd5482.
2012-12-07 16:59:27 -08:00
Sergey Prigogin
8f09f3af07 Bug 395875 - An alternative fix that preserves semantics of
CPPVisitor.findEnclosingFunction method.
2012-12-07 14:32:29 -08:00
Nathan Ridge
c21f219ab7 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 17:08:49 -05:00
Nathan Ridge
88b19449f2 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 14:51:06 -05:00
Nathan Ridge
63a7756b6c 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 13:56:20 -05:00
Nathan Ridge
d159cd9545 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 13:32:29 -05:00
Nathan Ridge
032c010a82 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 13:11:57 -05:00