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