Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-02-04Fixes a few problems related to bug 260830.Markus Schorn3-1/+23
2009-02-04API tags for org.eclipse.cdt.core.parser.*, bug 260830.Markus Schorn15-50/+61
2009-02-04API tags for org.eclipse.cdt.core.index.*, bug 260830.Markus Schorn19-99/+65
2009-02-04API tags for org.eclipse.cdt.core.dom.ast.*, bug 260830.Markus Schorn227-708/+728
2009-02-04API tags for org.eclipse.cdt.core.dom.*, bug 260830.Markus Schorn7-25/+17
2009-02-04API tags for org.eclipse.cdt.core.dom, bug 260830.Markus Schorn6-21/+23
2009-02-04API tags for org.eclipse.cdt.core, bug 260830.Markus Schorn1-0/+3
2009-02-04Bug 263159.Sergey Prigogin1-17/+26
2009-02-03Ambiguity handling for c++ conditions, bug 263158.Markus Schorn8-120/+219
2009-02-02More efficient way of reading large files, bug 263210.Markus Schorn1-93/+114
2009-02-02Specialization scope caches specialized bases.Markus Schorn1-14/+24
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn91-1403/+1306
2009-01-30Follow up on bug 262719.Markus Schorn1-1/+1
2009-01-29Map index bindings for class types back to the AST, bug 262719.Markus Schorn15-148/+389
2009-01-28Moved implementation of CVisitor.getExpressionType to the various expression ...Markus Schorn19-287/+312
2009-01-27Expression type for array-access on unknown binding.Markus Schorn1-0/+3
2009-01-27Don't attempt overload resolution for unknown functions.Markus Schorn1-0/+3
2009-01-27Default values for template template parameters, bug 262368.Markus Schorn1-14/+3
2009-01-27Class instance as base class, bug 258745.Markus Schorn2-22/+15
2009-01-27Implementation of specializations of partial specializations, bug 259872.Markus Schorn17-60/+497
2009-01-26Declarator ambiguity, bug 95693.Markus Schorn1-14/+23
2009-01-26Moved implementation of CPPVisitor.getExpressionType to the various expressio...Markus Schorn20-456/+473
2009-01-26Create problem for id-expressions resolving to types, bug 261175.Markus Schorn3-34/+15
2009-01-25NPE protection.Sergey Prigogin3-9/+17
2009-01-25Comment adjustment.Sergey Prigogin1-4/+4
2009-01-25Bug 262307.Sergey Prigogin3-65/+41
2009-01-25Fixed an NPE.Sergey Prigogin1-5/+5
2009-01-23Fixes some conversions, bug 262191.Markus Schorn2-2/+2
2009-01-23Resolution of dependent names, bug 262163.Markus Schorn11-56/+86
2009-01-23disambiguate methods by cvness, bug 238409.Markus Schorn5-14/+33
2009-01-22Additional testcase + minor fix for resolution of structs.Markus Schorn3-23/+30
2009-01-22Resolution of friends, bug 86368.Markus Schorn4-29/+117
2009-01-21Resolution of local structs, bug 255973.Markus Schorn6-38/+53
2009-01-21Removes the need to flush the cache of c-scopes, bug 259373.Markus Schorn35-991/+993
2009-01-20Comment adjustments.Sergey Prigogin1-5/+8
2009-01-20Bug 261459.Sergey Prigogin1-1/+19
2009-01-19Fixes a performance issue introduced by fix for 261417.Markus Schorn4-22/+26
2009-01-19Cosmetics.Sergey Prigogin1-4/+4
2009-01-19Bug 261417. Fix and test case.Sergey Prigogin1-4/+8
2009-01-18Cosmetics.Sergey Prigogin1-2/+2
2009-01-18Cosmetics.Sergey Prigogin2-55/+66
2009-01-18Cosmetics.Sergey Prigogin1-11/+20
2009-01-18Cosmetics.Sergey Prigogin1-72/+63
2009-01-18Bug 259927. Fix and test case.Sergey Prigogin2-46/+77
2009-01-16Make ambiguity resolution part of ASTTranslationUnit, bug 259373.Markus Schorn5-9/+26
2009-01-16Removes the need to flush the cache of c++-scopes, bug 259373.Markus Schorn33-630/+390
2009-01-15added ability to "mix-in" grammar extensions and actions, support for extende...Mike Kucera2-4/+4
2009-01-15Fixes order of ambiguity resolution, bug 259373.Markus Schorn23-514/+673
2009-01-14Use Platform's findFiles as fallback, bug 260516.Markus Schorn3-11/+7
2009-01-14Specialization of owners of deferred instances, bug 259872.Markus Schorn2-26/+26

Back to the top