| Commit message (Expand) | Author | Age | Files | Lines |
| * | C99 DR #316 implies that the function parameter types that are known | Douglas Gregor | 2009-02-25 | 1 | -1/+1 |
| * | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor | 2009-02-18 | 1 | -6/+15 |
| * | remove "; candidates are/is:" from various ambiguity diagnostics. | Chris Lattner | 2009-02-17 | 1 | -2/+2 |
| * | Introduce _Complex conversions into the function overloading | Douglas Gregor | 2009-02-12 | 1 | -0/+3 |
| * | Initial implementation of function overloading in C. | Douglas Gregor | 2009-02-11 | 1 | -0/+2 |
| * | Update new expression to make use of Declarator::getSourceRange(). | Sebastian Redl | 2009-02-09 | 1 | -33/+27 |
| * | Move CheckPointerToMemberOperands to SemaExprCXX.cpp | Sebastian Redl | 2009-02-07 | 1 | -0/+67 |
| * | Overhaul of Stmt allocation: | Ted Kremenek | 2009-02-07 | 1 | -17/+17 |
| * | Fix our semantic analysis of | Douglas Gregor | 2009-02-04 | 1 | -2/+2 |
| * | Allow taking the address of data members, resulting in a member pointer. | Sebastian Redl | 2009-02-03 | 1 | -4/+7 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -2/+2 |
| * | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner | 2009-01-29 | 1 | -1/+0 |
| * | Refactor Sema::LookupDecl() into 2 functions: LookupDeclInScope() and LookupD... | Steve Naroff | 2009-01-29 | 1 | -1/+1 |
| * | Remove 'NamespaceNameOnly' argument to Sema::LookupDecl(). It is unused. | Steve Naroff | 2009-01-28 | 1 | -2/+1 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | Implement implicit conversions for pointers-to-member. | Sebastian Redl | 2009-01-25 | 1 | -2/+3 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -2/+2 |
| * | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor | 2009-01-19 | 1 | -6/+8 |
| * | Convert a few expression actions to smart pointers. | Sebastian Redl | 2009-01-18 | 1 | -3/+3 |
| * | Fix <rdar://problem/6502934>. We were creating an ImplicitCastExpr | Douglas Gregor | 2009-01-16 | 1 | -2/+4 |
| * | Part one of handling C++ functional casts. This handles semantic | Douglas Gregor | 2009-01-16 | 1 | -17/+26 |
| * | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -2/+1 |
| * | Introduce support for C++0x explicit conversion operators (N2437) | Douglas Gregor | 2009-01-14 | 1 | -14/+24 |
| * | FunctionDecl::setParams() now uses the allocator associated with ASTContext t... | Ted Kremenek | 2009-01-14 | 1 | -1/+1 |
| * | Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak | Douglas Gregor | 2009-01-12 | 1 | -1/+1 |
| * | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -2/+2 |
| * | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 1 | -0/+17 |
| * | Fix misguided type selection | Douglas Gregor | 2008-12-23 | 1 | -1/+1 |
| * | Don't push OverloadedFunctionDecls onto the chain of declarations | Douglas Gregor | 2008-12-23 | 1 | -19/+11 |
| * | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor | 2008-12-23 | 1 | -18/+11 |
| * | Allow downcasts of pointers to Objective-C interfaces, with a | Douglas Gregor | 2008-12-19 | 1 | -5/+17 |
| * | Some utilities for using the smart pointers in Actions, especially Sema. Conv... | Sebastian Redl | 2008-12-13 | 1 | -1/+1 |
| * | Unifies the name-lookup mechanisms used in various parts of the AST | Douglas Gregor | 2008-12-11 | 1 | -4/+3 |
| * | Added a warning when referencing an if's condition variable in the | Douglas Gregor | 2008-12-10 | 1 | -0/+4 |
| * | Introduce basic support for dependent types, type-dependent | Douglas Gregor | 2008-12-05 | 1 | -2/+2 |
| * | Code cleanup in new handling. | Sebastian Redl | 2008-12-04 | 1 | -109/+87 |
| * | Fix some diagnostics and enhance test cases. Now tests member new and ambiguo... | Sebastian Redl | 2008-12-04 | 1 | -2/+4 |
| * | Overload resolution for the operator new function. Member version is still un... | Sebastian Redl | 2008-12-03 | 1 | -10/+234 |
| * | Handle new by passing the Declaration to the Action, not a processed type. | Sebastian Redl | 2008-12-02 | 1 | -36/+72 |
| * | Change a whole lot of diagnostics to take QualType's directly | Chris Lattner | 2008-11-24 | 1 | -8/+7 |
| * | Rename NamedDecl::getName() to getNameAsString(). Replace a bunch of | Chris Lattner | 2008-11-24 | 1 | -5/+5 |
| * | Implementation of new and delete parsing and sema. | Sebastian Redl | 2008-11-21 | 1 | -0/+194 |
| * | remove another old-school Diag method. | Chris Lattner | 2008-11-20 | 1 | -4/+4 |
| * | remove the type_info identifier cache. Compared to the cost | Chris Lattner | 2008-11-20 | 1 | -12/+7 |
| * | Some tweaks suggested by Argiris | Douglas Gregor | 2008-11-19 | 1 | -14/+13 |
| * | remove one more old-style Diag method. | Chris Lattner | 2008-11-19 | 1 | -9/+9 |
| * | As threatened previously: consolidate name lookup and the creation of | Douglas Gregor | 2008-11-18 | 1 | -68/+3 |
| * | Extend DeclarationName to support C++ overloaded operators, e.g., | Douglas Gregor | 2008-11-18 | 1 | -0/+46 |
| * | Updated IdentifierResolver to deal with DeclarationNames. The names of | Douglas Gregor | 2008-11-17 | 1 | -0/+50 |
| * | Implement C++ 'typeid' parsing and sema. | Sebastian Redl | 2008-11-11 | 1 | -0/+28 |