| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor | 2009-03-03 | 1 | -44/+91 |
| * | Create a new TypeNodes.def file that enumerates all of the types, | Douglas Gregor | 2009-02-26 | 1 | -9/+9 |
| * | Downgrade complaints about calling unavailable functions to a warning | Douglas Gregor | 2009-02-18 | 1 | -2/+20 |
| * | remove "; candidates are/is:" from various ambiguity diagnostics. | Chris Lattner | 2009-02-17 | 1 | -2/+2 |
| * | Adopt a more principled approach to invalid declarations: | Douglas Gregor | 2009-02-16 | 1 | -4/+7 |
| * | Make Sema::getTypeName return the opaque pointer of a QualType rather | Douglas Gregor | 2009-02-09 | 1 | -8/+8 |
| * | Overhaul of Stmt allocation: | Ted Kremenek | 2009-02-07 | 1 | -2/+2 |
| * | Basic representation of C++ class templates, from Andrew Sutton. | Douglas Gregor | 2009-02-04 | 1 | -0/+1 |
| * | Some name-lookup-related fixes, from Piotr Rak! | Douglas Gregor | 2009-02-04 | 1 | -4/+4 |
| * | Diagnose ambiguities in getTypeName. Fixes http://llvm.org/bugs/show_bug.cgi?... | Douglas Gregor | 2009-02-04 | 1 | -1/+1 |
| * | Semantic analysis, ASTs, and unqualified name lookup support for C++ | Douglas Gregor | 2009-02-03 | 1 | -6/+44 |
| * | Check value-initializations that occur when an initializer list | Douglas Gregor | 2009-02-02 | 1 | -3/+10 |
| * | Improve our handling of the second step in a user-defined conversion | Douglas Gregor | 2009-01-30 | 1 | -1/+14 |
| * | Eliminated LookupCriteria, whose creation was causing a bottleneck for | Douglas Gregor | 2009-01-30 | 1 | -11/+4 |
| * | 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 | -4/+3 |
| * | Name change (isTypeName->getTypeName). | Steve Naroff | 2009-01-28 | 1 | -1/+1 |
| * | Remove 'enableLazyBuiltinCreation' argument to Sema::LookupDecl(). It is unused. | Steve Naroff | 2009-01-28 | 1 | -1/+0 |
| * | Split the single monolithic DiagnosticKinds.def file into one | Chris Lattner | 2009-01-27 | 1 | -1/+1 |
| * | Fix a crash Anders' was seeing due to free'ing an invalid pointer | Chris Lattner | 2009-01-20 | 1 | -12/+2 |
| * | Remove ScopedDecl, collapsing all of its functionality into Decl, so | Douglas Gregor | 2009-01-20 | 1 | -11/+4 |
| * | Centralize error reporting of improper uses of incomplete types in the | Douglas Gregor | 2009-01-19 | 1 | -5/+8 |
| * | Refactor name lookup. | Douglas Gregor | 2009-01-14 | 1 | -3/+11 |
| * | Introduce support for C++0x explicit conversion operators (N2437) | Douglas Gregor | 2009-01-14 | 1 | -4/+15 |
| * | FunctionDecl::setParams() now uses the allocator associated with ASTContext t... | Ted Kremenek | 2009-01-14 | 1 | -2/+2 |
| * | Cleanup DeclContext::addDecl and DeclContext::insert interface, from Piotr Rak | Douglas Gregor | 2009-01-12 | 1 | -5/+5 |
| * | Add some comments to the virtual work. Thanks to Doug Gregor for the review. | Sebastian Redl | 2009-01-09 | 1 | -0/+3 |
| * | Very basic support for pure virtual functions. | Sebastian Redl | 2009-01-09 | 1 | -4/+27 |
| * | Unify the code for defining tags in C and C++, so that we always | Douglas Gregor | 2009-01-08 | 1 | -32/+0 |
| * | This is a large/messy diff that unifies the ObjC AST's with DeclContext. | Steve Naroff | 2009-01-08 | 1 | -2/+2 |
| * | Finished semantic analysis of anonymous unions in C++. | Douglas Gregor | 2009-01-07 | 1 | -3/+10 |
| * | it is ok to insert empty source ranges into diagnostics, declare variable in ... | Chris Lattner | 2009-01-06 | 1 | -5/+2 |
| * | PODness and Type Traits | Sebastian Redl | 2009-01-05 | 1 | -12/+106 |
| * | Introduce support for "transparent" DeclContexts, which are | Douglas Gregor | 2009-01-05 | 1 | -29/+30 |
| * | Parser support for C++ using directives, from Piotr Rak | Douglas Gregor | 2008-12-30 | 1 | -0/+28 |
| * | Add support for out-of-line definitions of conversion functions and member op... | Douglas Gregor | 2008-12-26 | 1 | -16/+14 |
| * | Correct the order in which we cope with end-of-class-definition | Douglas Gregor | 2008-12-24 | 1 | -11/+34 |
| * | Don't explicitly represent OverloadedFunctionDecls within | Douglas Gregor | 2008-12-23 | 1 | -34/+6 |
| * | Full AST support and better Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 1 | -0/+4 |
| * | Partial AST and Sema support for C++ try-catch. | Sebastian Redl | 2008-12-22 | 1 | -0/+63 |
| * | Allow downcasts of pointers to Objective-C interfaces, with a | Douglas Gregor | 2008-12-19 | 1 | -1/+1 |
| * | Make the injected-class-name of a C++ class a separate RecordDecl from the cl... | Douglas Gregor | 2008-12-17 | 1 | -1/+3 |
| * | Move the other Sema::ActOnLinkageSpec to SemaDeclCXX. | Chris Lattner | 2008-12-17 | 1 | -0/+26 |
| * | Move Sema::ActOnLinkageSpec to SemaDeclCXX. | Chris Lattner | 2008-12-17 | 1 | -0/+19 |
| * | Delay parsing of default arguments of member functions until the class | Douglas Gregor | 2008-12-16 | 1 | -3/+106 |
| * | Place constructors and destructors into the DeclContext of the class, | Douglas Gregor | 2008-12-15 | 1 | -105/+47 |
| * | Don't double-destroy constructors defined out-of-line. This is a | Douglas Gregor | 2008-12-15 | 1 | -8/+12 |
| * | Some utilities for using the smart pointers in Actions, especially Sema. Conv... | Sebastian Redl | 2008-12-13 | 1 | -1/+1 |
| * | Enable out-of-line definitions of C++ constructors and destructors | Douglas Gregor | 2008-12-12 | 1 | -15/+24 |
| * | Address some comments on the name lookup/DeclContext patch from Chris | Douglas Gregor | 2008-12-11 | 1 | -2/+2 |