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
Sergey Prigogin
b7643e8b81
Bug 395884 - Fixed a bug introduced in the previous commit.
2012-12-05 21:50:41 -08:00
Sergey Prigogin
9db71c4ba6
Bug 395884 - ClassCastException in EvalBinding.getParameterOwner
2012-12-05 21:50:03 -08:00
Sergey Prigogin
823e0d0984
Cosmetics.
2012-12-05 21:40:19 -08:00
Sergey Prigogin
a7797cd437
Bug 395882 - ClassCastException in
...
CPPVariableReadWriteFlags.rwInCtorInitializer
2012-12-05 21:40:04 -08:00
Sergey Prigogin
8a97926f2b
Fixed StackOverflowError in auto type calculation for "for (auto a : a)"
2012-12-05 21:39:48 -08:00
Sergey Prigogin
b7807b8a16
Cosmetics.
2012-12-05 21:39:33 -08:00
Sergey Prigogin
35a973d9a5
Formatter support for defaulted and deleted functions and for rvalue
...
references.
2012-12-05 15:43:15 -08:00
Sergey Prigogin
81c9f2d755
Bug 393068 - Constructor call is treated as write access for arguments
2012-12-05 15:43:00 -08:00
Sergey Prigogin
c186b2070b
Cosmetics.
2012-12-05 15:40:57 -08:00
Thomas Corbat
d856d9dd76
Replacement of the CPPNameCollector with BindingAssertionHelper in
...
Template Alias tests.
Sergey suggested to make the Template Alias tests more readable by
replacing the CPPNameCollector with BindingAssertionHelper. I did this
where it was possible. I.e it was still required in tests asserting an
instance count of a binding. But to acquire those references the
BindingAssertionHelper is used as well. For comparison of those bindings
I have added a method for creating a CPPNameCollector with a given AST.
Change-Id: I19b11cbabe5c4c0fa57965d6f97e0db5dfa5575a
Reviewed-on: https://git.eclipse.org/r/9020
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-05 15:28:05 -08:00
Andrew Gvozdev
262dd9a8aa
bug 395304: Selection of language settings provider not always accurate for the current configuration
2012-12-05 17:54:03 -05:00
Sergey Prigogin
984c5eb604
Bug 395238. Evaluation of constexpr functions. Also few fixes related to
...
alias templates.
2012-12-04 12:23:55 -08:00
Sergey Prigogin
cef7aea253
Missing pieces of __int128 and __float128 support.
2012-12-04 12:09:14 -08:00
Sergey Prigogin
cc5074d0bc
Cosmetics.
2012-12-04 12:08:39 -08:00
Sergey Prigogin
566e4fdca9
Obtain indexer timeout for tests from indexer.timeout system property.
2012-12-04 12:08:23 -08:00
Sergey Prigogin
372f3ef066
Cosmetics.
2012-12-04 12:08:10 -08:00
Sergey Prigogin
0f13c1b8f1
Eliminated use of exceptions for dealing with values that cannot be
...
computed.
2012-12-04 12:07:36 -08:00
Sergey Prigogin
eb05fce309
Added missing cases.
2012-12-04 12:07:05 -08:00
Andrew Gvozdev
0629926e0c
bug 395259: NPE thrown in LanguageSettingsProviderTab when selecting a newly created configuration
2012-12-01 05:08:33 -05:00
Sergey Prigogin
fdeda95079
Code streamlining.
2012-11-27 19:05:45 -08:00
Sergey Prigogin
67a81b6a4b
Cosmetics.
2012-11-27 18:57:34 -08:00
Sergey Prigogin
f6b4b3dae2
Bug 395026 - Fixed the second use case.
2012-11-27 18:57:05 -08:00
Marc Khouzam
7d0f0c8ecf
Bug 394766: MIInferiorProcess leaks 2x LargePipedInputStreams after a
...
restart
2012-11-27 06:44:54 -05:00
Sergey Prigogin
236c894f33
Comment adjustments.
2012-11-25 16:41:47 -08:00
Sergey Prigogin
fc2cb1aaed
Bug 374694. CompositeCPPAliasTemplate class and a test that fails
...
without it.
2012-11-25 16:35:15 -08:00
Sergey Prigogin
5e30602ff3
Cosmetics.
2012-11-25 16:35:02 -08:00
Sergey Prigogin
24fb4904b3
Cosmetics.
2012-11-25 15:41:43 -08:00
Sergey Prigogin
469b2e8b58
Bug 395026 - Name resolution problem with an alias template.
2012-11-25 15:38:38 -08:00
Sergey Prigogin
dfd1d0d635
Cosmetics.
2012-11-25 15:38:15 -08:00
Sergey Prigogin
785c675364
Code streamlining.
2012-11-25 15:38:01 -08:00
Sergey Prigogin
93634c409b
Cosmetics.
2012-11-25 15:37:46 -08:00
Sergey Prigogin
54d378990c
Add missing switch cases.
2012-11-25 14:50:13 -08:00
Thomas Corbat
fc1e9a4225
Bug 374694. Implementation of alias templates.
2012-11-25 14:49:14 -08:00
Sergey Prigogin
974f507c0b
Fixed NPE.
2012-11-25 14:35:04 -08:00
Sergey Prigogin
8c668bd877
Support for __float128 type introduced in GCC 4.7.
2012-11-25 14:33:44 -08:00
Anton Leherbauer
8a9d64443a
Bug 394756 - Reduce number of ScopedPreferenceStore instances
2012-11-25 14:14:52 -08:00
sprigogin
13ef5d6942
Fixed an accidental PDOM incompatibility.
2012-11-25 14:13:43 -08:00
Sergey Prigogin
75672cfedd
Support for __int128 type introduced in GCC 4.7.
2012-11-25 14:13:02 -08:00
Sergey Prigogin
4b30304283
Cosmetics.
2012-11-25 14:03:05 -08:00
Andrew Gvozdev
3c6d895d64
Bug 394735: NPE when parallelizationNumber is missing, modified patch from Mohamed Hussein <mohamed_hussein@mentor.com>
2012-11-21 12:40:24 -05:00