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

21010 commits

Author SHA1 Message Date
Sergey Prigogin
273f7ce331 Bug 305974. Fixed AST2TemplateTests.testSFINAE_b 2012-08-14 15:47:08 -07:00
Sergey Prigogin
e7c0e1fb81 Cosmetics. 2012-08-14 15:46:42 -07:00
Sergey Prigogin
27dfb6801e Bug 299911. Improved propagation of template instantiation context. 2012-08-14 15:46:09 -07:00
Sergey Prigogin
e9b0ab84db Bug 299911. Fixed propagation of template instantiation context. 2012-08-14 15:45:38 -07:00
Sergey Prigogin
a7f7ee8abe Cosmetics. 2012-08-14 15:45:00 -07:00
Sergey Prigogin
f66b671544 Cosmetics. 2012-08-14 15:41:27 -07:00
Sergey Prigogin
d536a5cfe0 Added a failing SFINAE test. 2012-08-14 15:41:11 -07:00
Sergey Prigogin
19fe2beaa4 Bug 299911. Fixed NPE and an unsafe method call. 2012-08-14 15:34:35 -07:00
Sergey Prigogin
f122365484 Bug 299911. Added logging of methods that loose template instantiation
context.
2012-08-14 15:32:56 -07:00
Sergey Prigogin
dd039973ae Cosmetics. 2012-08-14 15:31:58 -07:00
Sergey Prigogin
9e00dad206 Bug 299911. A minor bug fix. 2012-08-14 15:31:05 -07:00
Sergey Prigogin
4d10542b57 Cosmetics. 2012-08-14 15:30:51 -07:00
Sergey Prigogin
128debaae2 Bug 299911. Code streamlining. 2012-08-14 15:29:42 -07:00
Sergey Prigogin
be25f45843 Cosmetics. 2012-08-14 15:28:55 -07:00
Sergey Prigogin
8ced7ce43b Bug 374993. Fixed AST2TemplateTests.testDependentExpressions_b. 2012-08-14 15:28:35 -07:00
Sergey Prigogin
b8b5c3e1b1 Bug 374993. Simplified a test. 2012-08-14 15:27:46 -07:00
Sergey Prigogin
f2feff4d45 Cosmetics. 2012-08-14 15:27:24 -07:00
Sergey Prigogin
a53d8f3f71 Bug 374993. Added a failing test -
AST2TemplateTests._testDependentExpressionsDecltype.
2012-08-14 15:26:07 -07:00
Sergey Prigogin
f03b53cf24 Cosmetics. 2012-08-14 15:25:46 -07:00
Sergey Prigogin
1b02f7df80 Bug 299911. Added AST2TemplateTests.testSFINAE. 2012-08-14 15:25:05 -07:00
Sergey Prigogin
58e4809932 Cosmetics. 2012-08-14 15:24:39 -07:00
Sergey Prigogin
e932abc78a Bug 299911. Improved propagation of name lookup context. 2012-08-14 15:23:56 -07:00
Sergey Prigogin
f2a7c68c5f Cosmetics. 2012-08-14 15:23:05 -07:00
Sergey Prigogin
9e2fb6a53a Bug 299911. Minor fix. 2012-08-14 15:22:39 -07:00
Sergey Prigogin
d8460fa23b Bug 299911. Removed redundant name lookup. 2012-08-14 15:21:36 -07:00
Sergey Prigogin
a2201b07ae Bug 299911. Fixed AST2TemplateTests.testDependentExpressions test. 2012-08-14 15:20:56 -07:00
Sergey Prigogin
3400d21110 Bug 299911. Added ICPPClassSpecialization.getBases(IASTNode point)
method to avoid loss of instantiation context.
2012-08-14 15:20:10 -07:00
Sergey Prigogin
a86fdeca46 Cosmetics. 2012-08-14 15:19:50 -07:00
Sergey Prigogin
304d72c17d Bug 299911. Few fixes and a test that is currently failing due to a NPE. 2012-08-14 15:19:06 -07:00
Sergey Prigogin
52466b82d7 Cosmetics. 2012-08-14 15:18:38 -07:00
Sergey Prigogin
00abbb70fa Bug 299911. Split CPPTemplateArgument class into CPPTemplateTypeArgument
and CPPTemplateNonTypeArgument.
2012-08-14 15:17:12 -07:00
Sergey Prigogin
94ee2bc827 Cosmetics. 2012-08-14 15:15:24 -07:00
Sergey Prigogin
765363be4a Bug 299911. Fixed remaining failing tests. 2012-08-14 15:13:22 -07:00
Sergey Prigogin
e5c9fc3ee6 Bug 299911. Work in progress. 5 tests are still failing. 2012-08-14 15:10:28 -07:00
Sergey Prigogin
5b2d7b16f7 Bug 299911. Work in progress. 20 tests are currently failing. 2012-08-14 15:09:29 -07:00
Sergey Prigogin
e606c63656 Cosmetics. 2012-08-14 15:07:53 -07:00
Sergey Prigogin
01d99c5643 Bug 299911. Implementations of ICPPEvaluation.instantiate methods. 2012-08-14 15:06:46 -07:00
Sergey Prigogin
1a90fef0a5 Cosmetics. 2012-08-14 15:05:13 -07:00
Sergey Prigogin
e3b089f12e Bug 299911. Partial implementation of ICPPEvaluation.instantiate
methods.
2012-08-14 15:02:03 -07:00
Sergey Prigogin
5e96c479de Cosmetics 2012-08-14 14:58:43 -07:00
Sergey Prigogin
147a6373cf Cosmetics. 2012-08-14 14:58:26 -07:00
Sergey Prigogin
a3307396d4 Cosmetics. 2012-08-14 14:57:25 -07:00
Sergey Prigogin
3ef01f2be9 Cosmetics. 2012-08-14 14:57:07 -07:00
Sergey Prigogin
30e1eaebc1 Added a missing copyright header. 2012-08-14 14:56:15 -07:00
Sergey Prigogin
047199860c Bug 299911. Signatures for evaluations. 2012-08-14 14:55:58 -07:00
Sergey Prigogin
7c9a82c2b1 Cosmetics. 2012-08-14 14:53:52 -07:00
Sergey Prigogin
c676ddf34e Cosmetics. 2012-08-14 14:53:00 -07:00
Sergey Prigogin
e48da78780 testFunctionInstanceAsTemplateArg_Bug334472 is no longer failing due to
Markus' changes.
2012-08-14 14:31:53 -07:00
Markus Schorn
e10d1e3719 Bug 299911: Preserving typedefs in the evaluation. 2012-08-14 14:17:15 -07:00
Markus Schorn
9dd70eb4bb Bug 299911: Increment plugin and pdom version. 2012-08-14 14:16:19 -07:00