Sergey Prigogin
edeaaa91bf
Bug 389009 - Enumerator with dependent value. Index support.
...
Change-Id: Ic54e20e2b4c04241d9a86c1f363b190091a28d0e
2013-02-05 14:08:18 -08:00
Nathan Ridge
64f031552e
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 14:08:10 -08:00
Sergey Prigogin
f16d5ea84f
Cosmetics.
2013-02-02 17:02:33 -08:00
Sergey Prigogin
4de9e517ec
Deleted an obsolete file.
2013-01-30 13:22:42 -08:00
Sergey Prigogin
334776a264
Fixed an NPE.
2013-01-30 13:20:46 -08:00
Nathan Ridge
62b2b932ae
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:20:24 -08:00
Nathan Ridge
3ebe4961cf
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 17:06:57 -08:00
Nathan Ridge
311b90eb5d
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 17:06:40 -08:00
Nathan Ridge
7da6fe4c12
Bug 397828 - Error involving recursive variadic template
...
Change-Id: I68d1ed4c303fcaf7dd1b74438dc0673444f5fedc
Reviewed-on: https://git.eclipse.org/r/9644
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 17:06:20 -08:00
Nathan Ridge
ca27491cc2
Bug 388805 - False ambiguity in overload resolution with variadic
...
templates
Change-Id: I4d8b73ab5238f98de7b53849b265ebbc6158d62e
2013-01-29 17:05:14 -08:00
Nathan Ridge
ad05d7423a
Bug 397494 - Error evaluating decltype of constant lambda
...
Reviewed-on: https://git.eclipse.org/r/9478
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 17:03:04 -08:00
Nathan Ridge
f2037f2ebb
Bug 382074 - [C++11] Error involving variadic non-type template
...
parameters
Change-Id: I6f4e3672b4aca8e8ca878bccdec9c19a1838c74d
Reviewed-on: https://git.eclipse.org/r/9581
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 16:48:59 -08:00
Nathan Ridge
86dcb5b8d1
Bug 399353 - Error involving __is_base_of
...
Reviewed-on: https://git.eclipse.org/r/9989
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 16:48:13 -08:00
Sergey Prigogin
71430cbc15
Renamed few classes to distinguish tests from their base classes.
2013-01-23 11:43:43 -08:00
Sergey Prigogin
0e8a8cd06d
Cosmetics.
2013-01-23 11:43:10 -08:00
Sergey Prigogin
67b787a0ec
Bug 394151 - Regression: ClassCastException evaluating read/write flags
2013-01-23 09:45:37 -08:00
Sergey Prigogin
2f3ad34990
Cosmetics.
2013-01-23 09:44:46 -08:00
Nathan Ridge
619b57268b
Bug 398706 - 'T' in 'new T' gets resolved to CPPConstructor instead of
...
CPPClassType
Change-Id: I7fecc996736cfacb40ad4ee7af8619bd3b6d2a2a
Reviewed-on: https://git.eclipse.org/r/9824
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-23 09:41:05 -08:00
Sergey Prigogin
be4742a739
Test simplification.
2013-01-23 09:35:52 -08:00
Sergey Prigogin
7024a0c552
Bug 398696. Failing test case.
2013-01-23 09:35:19 -08:00
Sergey Prigogin
f2b397871d
Bug 398696 - Name resolution problem with a conditional enum value
2013-01-21 20:11:25 -08:00
Sergey Prigogin
5cd842b311
Bug 398696 - Name resolution problem with a conditional enum value.
2013-01-21 20:00:24 -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
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
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
6a6b7ac936
Bug 392577 - Members of anonymous namespace visible outside file
2012-12-28 17:20:52 -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
d1b91caff2
Bug 397210 - Name resolution problem with 'auto' and constructor
...
initializer
2012-12-27 18:29:47 -08:00
Sergey Prigogin
8c7223be15
Cosmetics.
2012-12-26 17:23:46 -08:00
Sergey Prigogin
4bc1cfe0d5
Revert "Bug 395243 - Error involving dependent expressions"
...
This reverts commit f429bd5482
.
2012-12-07 17:09:07 -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
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
Sergey Prigogin
9db71c4ba6
Bug 395884 - ClassCastException in EvalBinding.getParameterOwner
2012-12-05 21:50:03 -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
81c9f2d755
Bug 393068 - Constructor call is treated as write access for arguments
2012-12-05 15:43:00 -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
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
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
f6b4b3dae2
Bug 395026 - Fixed the second use case.
2012-11-27 18:57:05 -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
469b2e8b58
Bug 395026 - Name resolution problem with an alias template.
2012-11-25 15:38:38 -08:00