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

4448 commits

Author SHA1 Message Date
Sergey Prigogin
2cbb09f6e7 Bug 256205. 2008-11-24 05:06:22 +00:00
Sergey Prigogin
2b93059b7e Bug 256205. 2008-11-23 07:12:54 +00:00
Sergey Prigogin
a439019e72 Unconditionally undefine __cplusplus symbol for C files. 2008-11-23 05:07:30 +00:00
Sergey Prigogin
b45aa845c2 Code formatting. 2008-11-23 03:54:00 +00:00
Markus Schorn
55049d6b86 Improve API of ICPPTemplateParameter, see bug 253080. 2008-11-21 10:51:32 +00:00
Anton Leherbauer
cd8a4b82b0 Bug 244928 - follow up 2008-11-20 12:34:28 +00:00
Markus Schorn
f6e95e2942 Correcting bit-masks when determining parameter offset for template parameters, related to 253080. 2008-11-18 09:25:21 +00:00
Markus Schorn
7b2a85caf7 My bad, reverting to Sergey's version, follow up for bug 253080. 2008-11-18 09:23:45 +00:00
Markus Schorn
66b4d64298 Correct adaption of template parameter, follow up for bug 253080. 2008-11-18 08:48:57 +00:00
Markus Schorn
d25177685d Improve javadoc for ICPPTemplateParameter.getParameterPos(). 2008-11-18 08:47:32 +00:00
Sergey Prigogin
a63dcf4071 Bug 253080. 2008-11-17 19:31:55 +00:00
Sergey Prigogin
2aedcbec84 Code formatting. 2008-11-17 19:22:54 +00:00
Markus Schorn
ce938eda30 Clear cached template parameters related to bug 253080. 2008-11-17 14:33:49 +00:00
Sergey Prigogin
56a40e0e70 Cosmetics. 2008-11-16 03:33:46 +00:00
Sergey Prigogin
3318cff1ea Added getNodeAt method. 2008-11-16 03:33:24 +00:00
Markus Schorn
8825fd6135 Using partial specializations and explicit class template instantiations from index, bug 180738. 2008-11-14 14:45:39 +00:00
Markus Schorn
6225f6b14f Cleanup handling of implicit template arguments in class templates, partial- and explicit specializations. 2008-11-14 13:58:30 +00:00
Markus Schorn
973949d7e4 Support for comments before directives, bug 255318. 2008-11-14 10:34:10 +00:00
Markus Schorn
8e55e2392f Definitions of members of partial specializations, bug 177418. 2008-11-14 09:31:43 +00:00
Vivian Kong
0dea0424ac bug 250980 2008-11-13 16:53:41 +00:00
Markus Schorn
3a657e5260 Moved classes to determine r/w-flags to parser packages, bug 255019. 2008-11-12 15:33:11 +00:00
Markus Schorn
e9b5691317 Detection of invalid redeclaration of class template, bug 254961. 2008-11-12 11:31:12 +00:00
Markus Schorn
d9c2afbec2 Scalability of parsing nested template ids, bug 246079. 2008-11-12 10:01:07 +00:00
Markus Schorn
9bf64fd0e5 Follow up for parameter annotations, bug 254520. 2008-11-11 15:50:59 +00:00
Markus Schorn
a4a4923f35 Fix warning. 2008-11-11 15:09:06 +00:00
Anton Leherbauer
172288ff75 Bug 254849 - [Problems View] Sort by location sorts lexicographically 2008-11-11 13:43:23 +00:00
Markus Schorn
edeb6f1af1 Support for parameter annotations by Sebastian Moss, bug 254520. 2008-11-11 12:43:26 +00:00
Markus Schorn
0700a8fe68 Fixes remaining recursions in name resolution, bug 252554. 2008-11-11 12:00:32 +00:00
Markus Schorn
c656d4d2ee Support for exception specifications by Sebastian Moss, bug 252697 2008-11-10 15:46:54 +00:00
Markus Schorn
e9f3d2a3a2 Cleanup parsing c-initializers, related to 253690. 2008-11-10 15:08:58 +00:00
Markus Schorn
413d358931 Correct skipping type-refs in indexer. 2008-11-10 14:43:28 +00:00
Markus Schorn
64399b14a2 Check for cast-expression before checking for unary expression. 2008-11-10 14:40:39 +00:00
Sergey Prigogin
3a3a353075 Code formatting. 2008-11-09 06:08:49 +00:00
Sergey Prigogin
ac27a137b9 Code formatting. 2008-11-09 05:33:06 +00:00
Sergey Prigogin
fc22e5fdce Code formatting. 2008-11-09 05:01:57 +00:00
Sergey Prigogin
4f541baeb7 Code formatting. 2008-11-08 23:48:29 +00:00
Markus Schorn
f7adcb4979 Fixes deletion of arguments in pdom. 2008-11-07 15:00:20 +00:00
Anton Leherbauer
450e32afb8 Use URIUtil.toURI() instead of File.toURI(), related to bug 252744 2008-11-07 11:10:02 +00:00
Markus Schorn
7fb63c36d6 Must not use ast visitor before ambiguity resolution, follow up for bug 253690. 2008-11-07 09:58:46 +00:00
Markus Schorn
0087933aa5 Improve interface of IASTLiteralExpression, related to bug 253690. 2008-11-07 09:58:18 +00:00
Markus Schorn
bb8d3bd8a4 Fixes related to scalability with large array initializer, bug 253690. 2008-11-06 13:59:19 +00:00
Alena Laskavaia
e6eda2a51d - if filterPattern is null - means should match all patterns 2008-11-05 19:10:15 +00:00
Alena Laskavaia
37ec649c07 [223695] - updated to add more cases 2008-11-04 18:57:00 +00:00
Alena Laskavaia
33b9a3cc5d - fixed indentation 2008-11-04 17:40:57 +00:00
Alena Laskavaia
aec8c7fadc [241072] - added command line parser utility and tests 2008-11-04 17:34:34 +00:00
Anton Leherbauer
c838e9f16d Bug 253039 2008-11-04 12:22:52 +00:00
Markus Schorn
b64db6fe09 Resolution of template parameters in two phases, bug 252554. 2008-11-04 08:55:46 +00:00
Markus Schorn
311dea1c0f Fix language selection in project description manager, bug 211142. 2008-11-03 14:31:42 +00:00
Markus Schorn
9626614618 Fixes a CCE in CPPSpecialization, bug 253050. 2008-11-03 10:20:19 +00:00
Markus Schorn
099c3c1f96 Allow address of operator on literals, bug 252970. 2008-11-03 10:12:16 +00:00