| Commit message (Expand) | Author | Age | Files | Lines |
* | Unify the end-of-class code paths used by the parser and template | Douglas Gregor | 2009-12-03 | 1 | -0/+1 |
* | When instantiating a class, if a base specifier is not dependent we still nee... | Anders Carlsson | 2009-12-03 | 1 | -0/+8 |
* | Honor using declarations in overload resolution. Most of the code for | John McCall | 2009-12-03 | 1 | -6/+12 |
* | Improve source location information for C++ member initializers in a | Douglas Gregor | 2009-12-02 | 1 | -2/+5 |
* | In Sema, whenever we think that a function is going to cause a vtable to be g... | Anders Carlsson | 2009-12-02 | 1 | -3/+8 |
* | Rip out the last remaining implicit use of OverloadedFunctionDecl in Sema: | John McCall | 2009-12-02 | 1 | -1/+1 |
* | Stop trying to analyze class-hierarchies for dependently-scoped id-expressions; | John McCall | 2009-12-02 | 1 | -3/+2 |
* | Fix a code gen. crash synthesizing a destructor. | Fariborz Jahanian | 2009-12-01 | 1 | -2/+3 |
* | Rework how we support C++ implicit member accesses. If we can resolve an | John McCall | 2009-12-01 | 1 | -4/+13 |
* | Move the checking of overridden virtual functions into the code path | Douglas Gregor | 2009-12-01 | 1 | -0/+1 |
* | Eliminate the use of OverloadedFunctionDecl in member expressions. | John McCall | 2009-11-30 | 1 | -28/+42 |
* | When we're trying to define an implicit virtual destructor, make sure that we... | Anders Carlsson | 2009-11-30 | 1 | -1/+1 |
* | Refactor our handling of expression evaluation contexts, so that Sema | Douglas Gregor | 2009-11-26 | 1 | -14/+43 |
* | Implement support for default template arguments of function templates. | Douglas Gregor | 2009-11-25 | 1 | -0/+7 |
* | Diagnose ill-formed uses of default template arguments in | Douglas Gregor | 2009-11-25 | 1 | -1/+12 |
* | Some fancy footwork to move the decision on how | Fariborz Jahanian | 2009-11-25 | 1 | -2/+3 |
* | Eliminate CXXConditionDeclExpr with extreme prejudice. | Douglas Gregor | 2009-11-25 | 1 | -13/+12 |
* | Have the parser tell sema whether a member declaration is a function definiti... | Sebastian Redl | 2009-11-24 | 1 | -1/+1 |
* | Refactor argument collection of constructor calls using | Fariborz Jahanian | 2009-11-24 | 1 | -1/+0 |
* | More cleanup of argument call collection. | Fariborz Jahanian | 2009-11-24 | 1 | -9/+13 |
* | Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and | John McCall | 2009-11-24 | 1 | -30/+38 |
* | Refactor collection of call arguments in common code. | Fariborz Jahanian | 2009-11-24 | 1 | -0/+8 |
* | Explicitly track the condition variable within an "if" statement, | Douglas Gregor | 2009-11-23 | 1 | -1/+2 |
* | Fix a recent regression probably caused by addition of altivec-style | Fariborz Jahanian | 2009-11-23 | 1 | -0/+3 |
* | Centralize and complete the computation of value- and type-dependence for Dec... | Douglas Gregor | 2009-11-23 | 1 | -2/+1 |
* | Encapsulate "an array of TemplateArgumentLocs and two angle bracket locations... | John McCall | 2009-11-23 | 1 | -52/+18 |
* | Reorganize the intermediate BuildDeclarationNameExpr routines again. | John McCall | 2009-11-22 | 1 | -2/+6 |
* | Consider a FunctionTemplate to be an overload all on its lonesome. Track | John McCall | 2009-11-22 | 1 | -0/+2 |
* | Overload resolution doesn't decide whether to do ADL or not anymore; stopping | John McCall | 2009-11-21 | 1 | -2/+2 |
* | "Incremental" progress on using expressions, by which I mean totally ripping | John McCall | 2009-11-21 | 1 | -6/+15 |
* | Added rudimentary C++0x attribute support. | Alexis Hunt | 2009-11-21 | 1 | -0/+5 |
* | Cope with extraneous "template" keyword when providing an out-of-line | Douglas Gregor | 2009-11-20 | 1 | -1/+2 |
* | Implement C++ [basic.lookup.classref]p3, which states how the type | Douglas Gregor | 2009-11-20 | 1 | -1/+2 |
* | Don't issue spurious diagnostic with Obj-C fast enumeration. | Fariborz Jahanian | 2009-11-19 | 1 | -0/+1 |
* | Objective-C code completion within properties after "setter = " or | Douglas Gregor | 2009-11-19 | 1 | -0/+7 |
* | Improve code completion for Objective-C message sends, so that we | Douglas Gregor | 2009-11-19 | 1 | -2/+6 |
* | Rename CodeCompleteObjCProperty to something more specific. No functionality ... | Douglas Gregor | 2009-11-18 | 1 | -1/+1 |
* | Code completion after @dynamic | Douglas Gregor | 2009-11-18 | 1 | -1/+1 |
* | Overhaul previous-declaration and overload checking to work on lookup results | John McCall | 2009-11-18 | 1 | -12/+19 |
* | Code completion for Objective-C @synthesized. | Douglas Gregor | 2009-11-18 | 1 | -0/+5 |
* | Track overriding methods when instantiating a template class. Fixes PR5550. | Sebastian Redl | 2009-11-18 | 1 | -0/+1 |
* | Implement code completion for Objective-C category names in @interface | Douglas Gregor | 2009-11-18 | 1 | -0/+4 |
* | Improve on diagnosing type mismatches because of | Fariborz Jahanian | 2009-11-18 | 1 | -1/+1 |
* | Code completion for Objective-C class names after @interface, | Douglas Gregor | 2009-11-18 | 1 | -1/+5 |
* | Split LookupResult into its own header. | John McCall | 2009-11-18 | 1 | -380/+6 |
* | Code completion after @property, providing the names of forward-declared prop... | Douglas Gregor | 2009-11-18 | 1 | -1/+2 |
* | Code completion for Objective-C properly lists | Douglas Gregor | 2009-11-18 | 1 | -0/+2 |
* | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall | 2009-11-18 | 1 | -2/+11 |
* | Rename Objective-C message send completion functions to indicate that we're r... | Douglas Gregor | 2009-11-17 | 1 | -2/+3 |
* | Pass source locations of identifiers referenced by @class through Action::Act... | Ted Kremenek | 2009-11-17 | 1 | -2/+3 |