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

11530 commits

Author SHA1 Message Date
Sergey Prigogin
0ae8bcc48c Bug 401093 - Expression type for pointer difference does not fit on
64bit machines
2013-02-18 17:49:55 -08:00
Sergey Prigogin
e2cbee5c2b Cosmetics. 2013-02-18 17:44:39 -08:00
Andrew Gvozdev
bbebd52ad0 Removed temporary logs 2013-02-18 15:00:23 -05:00
Andrew Gvozdev
eba69424ae Merge remote-tracking branch 'cdt/master' into sd90 2013-02-18 14:27:11 -05:00
Andrew Gvozdev
e4966b7c0c bug 401116: Built-in compiler settings cannot be scanner-discovered prior to a build by non-shared language settings providers 2013-02-18 14:20:30 -05:00
Andrew Gvozdev
b5d0a617f2 Added logging methods with severity as parameter 2013-02-18 14:20:07 -05:00
Andrew Gvozdev
8ce156e38d Merge remote-tracking branch 'cdt/master' into sd90 2013-02-17 22:07:36 -05:00
Andrew Gvozdev
df7db35d55 bug 395302: Project needs to refresh after discovering compiler built in settings 2013-02-17 17:37:45 -05:00
Andrew Gvozdev
4796a11050 Read-only project description can be used here 2013-02-17 15:10:39 -05:00
Andrew Gvozdev
8f8ad163a5 Fix testRepeatedlyChangeConfig_bug375226 so its failure won't break all subsequent indexer tests 2013-02-17 15:10:08 -05:00
Sergey Prigogin
1d9cb380ee Bug 45203. Work in progress.
Change-Id: Ib3ba9b36c2e699ae192b56fd4c011a4cfa9f6db5
2013-02-14 20:43:15 -08:00
Sergey Prigogin
3198d038d4 Merge remote-tracking branch 'origin/master' into bug_45203
Change-Id: I5ea97f0e6c1e15a72e45f5fbc7407ad6b35e9a64
2013-02-14 17:21:05 -08:00
Sergey Prigogin
83ba131410 Bug 45203. Organize Includes and Include Style preference pages.
Change-Id: I8227fdaa1bb26ded6026d893a864660738f3a38f
2013-02-14 17:15:12 -08:00
Sergey Prigogin
54ae5864d7 Bug 400747 - [regression] ClassCastException:
PDOMCPPEnumeratorSpecialization cannot be cast to IType
2013-02-13 15:28:16 -08:00
Sergey Prigogin
0901395d32 Code streamlining. 2013-02-13 15:28:08 -08:00
Marc-Andre Laperle
5d335384e3 Bug 385144 - Invalid redefinition of enum reported when enum is used as
first parameter in constructor

createBinding is called twice for the enumeration specifier because now
ImplicitsAnalysis calls createType on the constructor parameter
declaration. The second time it is called, it wrongly thinks the
specifier is a redefinition. We can check that it's not a redefinition
by comparing the ast names.

Change-Id: If7fb168d578a7a59e78867d6d8154e0866d2a730
Reviewed-on: https://git.eclipse.org/r/10272
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-02-12 13:03:57 -05:00
Andrew Gvozdev
ab717baba3 Fixed @since tags after merge 2013-02-08 18:44:38 -05:00
Andrew Gvozdev
d63769fe1f Merge remote-tracking branch 'cdt/master' into sd90 2013-02-08 18:15:15 -05:00
Sergey Prigogin
ec0ec79c55 Improved Javadocs. 2013-02-08 14:03:41 -08:00
Sergey Prigogin
487c68d366 Bug 400275 - CoreModel.isScannerInformationEmpty mistakenly thinks that
language settings providers are enabled

Change-Id: Ie9cbb2df8dbc9b1034bde2dbfd5de64d27d54c49
Reviewed-on: https://git.eclipse.org/r/10248
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-02-08 10:54:53 -08:00
Andrew Gvozdev
7f710ebde4 bug 398056: Regression: LanguageSettingsProviders can get enabled unexpectedly on project-import when they should not 2013-02-07 23:28:32 -05:00
Sergey Prigogin
fda493a012 Use generics. 2013-02-07 10:24:00 -08:00
Nathan Ridge
929cc935a9 Bug 399362 - Error with depedent expression involving field in
nested class

Change-Id: I9245b09a926d5dda6da8e5fbd4a1ad7996fe999a
Reviewed-on: https://git.eclipse.org/r/10231
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-02-07 12:17:15 -05:00
Sergey Prigogin
f5567f16bd Added a comment. 2013-02-06 20:53:54 -08:00
Sergey Prigogin
82e0edf99f An attempt to reduce test flakiness. 2013-02-06 20:49:34 -08:00
Nathan Ridge
e3150dce7f Bug 399142 - [regression] 'Open Declaration' does not work inside
template

Change-Id: Ie61924e7bba3aea1fff1df6d996d5af317e8c435
Reviewed-on: https://git.eclipse.org/r/9984
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-02-06 01:37:23 -05:00
Sergey Prigogin
b8fa0f2269 Use the configurable index timeout. 2013-02-05 14:04:54 -08:00
Andrew Gvozdev
0f512a57cf bug 400028: Wrench quirks in Language Settings Providers tab UI in project properties properties 2013-02-05 16:43:30 -05:00
Caroline Rieder
fb4dffcfa0 bug 399906: Unable to unset "Use global provider" in Providers tab of Preprocessor Include paths 2013-02-05 16:43:10 -05:00
Sergey Prigogin
d3160c878f Bug 389009 - Enumerator with dependent value. Index support.
Change-Id: Ic54e20e2b4c04241d9a86c1f363b190091a28d0e
Reviewed-on: https://git.eclipse.org/r/10125
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-02-05 13:18:20 -05:00
Nathan Ridge
c3470476a0 Bug 389009 - Enumerator with dependent value
Change-Id: I4fc077870419bccd6dce15c33a0d455e8379d7e0
Reviewed-on: https://git.eclipse.org/r/10092
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-02-05 13:09:29 -05:00
Sergey Prigogin
96fbfd6f00 Enabled assertions during tests. 2013-02-05 10:07:41 -08:00
Sergey Prigogin
8f2f79f4f2 Bug 399592 - Template Argument Deduction throws AssertionErrors
Change-Id: I891a0ea21e54c2e0a4969a351b3366859525dcd4
Reviewed-on: https://git.eclipse.org/r/10165
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-02-05 12:57:25 -05:00
Andrew Gvozdev
94e85e44b1 Clarified JavaDoc 2013-02-04 13:00:18 -05:00
Sergey Prigogin
2a96dbfc19 Cosmetics. 2013-02-02 17:01:20 -08:00
Sergey Prigogin
6f24a6820b Bumped up version of org.eclipse.cdt.ui plug-in. 2013-02-01 16:58:52 -08:00
Greg Watson
f63c877df9 Bug 396651
Change-Id: If8ff6c840c82d1174c8cec79f9b038bd30267cb7
Reviewed-on: https://git.eclipse.org/r/9982
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-02-01 16:35:39 -05:00
Andrew Eidsness
2bc9035f8c Bug 363406: extensible semantic highlighting
- introduced extension point to allow plugins to add new semantic
highlighters
- see bug for more details

Change-Id: Ic019e8a3c483fcfc42344fe4ef2139cc933c0301
Reviewed-on: https://git.eclipse.org/r/10074
Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
IP-Clean: Doug Schaefer <dschaefer@qnx.com>
Tested-by: Doug Schaefer <dschaefer@qnx.com>
2013-02-01 16:18:28 -05:00
Andrew Gvozdev
4b5b30fe15 bug 357442: Added $CYGWIN_HOME to cygwin toolchain detection algorithm 2013-02-01 10:32:41 -05:00
Andrew Gvozdev
383cb93e57 Merge branch 'master' into sd90 2013-02-01 10:29:42 -05:00
Andrew Gvozdev
d960fff7dd bug 357442: Added $CYGWIN_HOME to cygwin toolchain detection algorithm 2013-02-01 09:52:26 -05:00
Andrew Gvozdev
b5807e9b29 Refined a pattern for GNU Make Error Parser 2013-02-01 09:52:12 -05:00
Markus Schorn
b4401b6198 Bug 399394: Include macro expansions yielding the empty token in IASTNode.getNodeLocations() 2013-01-31 10:36:14 +01:00
Sergey Prigogin
47373b6644 Deleted an obsolete file. 2013-01-30 13:25:32 -08:00
Sergey Prigogin
4caa97f8d6 Bug 399142. Proper signatures for types of dependent expressions. 2013-01-30 11:56:20 -08:00
Sergey Prigogin
9c151f6127 Fixed an NPE. 2013-01-30 11:54:44 -08:00
Nathan Ridge
9e8c662a73 Bug 397342 - Error calculating size of reference type
Change-Id: I1274da6ebd14f0c1f97dce2699d62018cff57b05
Reviewed-on: https://git.eclipse.org/r/9426
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-30 13:41:10 -05:00
Nathan Ridge
90bdc3c39c Bug 399363 - ClassCastException in CPPBaseClause.getBaseClassType()
Change-Id: Ia7f168648b739334982b7e0728250fbb663bd1c5
Reviewed-on: https://git.eclipse.org/r/9994
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-29 20:24:57 -05:00
Nathan Ridge
95c1231336 Bug 399039 - Error involving variadic non-type template parameter
Change-Id: I61b19e1fc5aac9372ad756c1e33e412f4bee86e2

Reviewed-on: https://git.eclipse.org/r/9943
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-29 19:41:48 -05:00
Nathan Ridge
d4cf62a785 Bug 398044 - Error involving partial ordering of class template
specializations

Change-Id: Ia4a2d8760c6122e5aeec81524a20a3fa14a5a3ac
Reviewed-on: https://git.eclipse.org/r/9645
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-29 19:14:37 -05:00