| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement more of C++0x 'auto'. A variable with an auto type specifier must h... | Anders Carlsson | 2009-07-11 | 1 | -1/+1 |
| * | Remove some unused code from an experiment that I didn't like. | Anders Carlsson | 2009-07-10 | 1 | -11/+0 |
| * | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff | 2009-07-10 | 1 | -0/+2 |
| * | Implement template argument deduction when taking the address of a | Douglas Gregor | 2009-07-08 | 1 | -1/+25 |
| * | Improve template argument deduction from a call. In particular, | Douglas Gregor | 2009-07-07 | 1 | -1/+1 |
| * | Implement checking of exception spec compatibility for overriding virtual fun... | Sebastian Redl | 2009-07-07 | 1 | -4/+11 |
| * | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor | 2009-07-06 | 1 | -1/+1 |
| * | Catch function redeclarations with incompatible exception specifications. | Sebastian Redl | 2009-07-04 | 1 | -0/+4 |
| * | Add support for retrieving the Doxygen comment associated with a given | Douglas Gregor | 2009-07-02 | 1 | -0/+2 |
| * | Keep track of more information within the template instantiation stack, e.g., | Douglas Gregor | 2009-07-01 | 1 | -9/+22 |
| * | Patch to implement template types in ctor-initializer list. | Fariborz Jahanian | 2009-07-01 | 1 | -0/+1 |
| * | Cope with explicitly-specified function template arguments when there | Douglas Gregor | 2009-07-01 | 1 | -0/+1 |
| * | When explicit template arguments are provided for a function call, | Douglas Gregor | 2009-06-30 | 1 | -1/+13 |
| * | Patch to support optional nested-name-specifier in in ctor-initializer | Fariborz Jahanian | 2009-06-30 | 1 | -0/+1 |
| * | Preliminary parsing and ASTs for template-ids that refer to function | Douglas Gregor | 2009-06-30 | 1 | -0/+14 |
| * | When recursively instantiating function templates, keep track of the | Douglas Gregor | 2009-06-30 | 1 | -3/+4 |
| * | Refactor ActOnDeclarationNameExpr into a "parsing action" part and a | Douglas Gregor | 2009-06-30 | 1 | -1/+5 |
| * | Remove the ASTContext parameter from the attribute-related methods of Decl. | Argyrios Kyrtzidis | 2009-06-30 | 1 | -1/+1 |
| * | Improvements to decltype. We now don't crash anymore when the expr is an over... | Anders Carlsson | 2009-06-29 | 1 | -0/+3 |
| * | Improve support for overloaded operator templates. | Douglas Gregor | 2009-06-27 | 1 | -1/+1 |
| * | Renamed MarcDestructorReferenced -> MarkDestructorReferenced | Fariborz Jahanian | 2009-06-27 | 1 | -2/+2 |
| * | Make it possible for using decls to point to operators. Fixes PR4441. | Anders Carlsson | 2009-06-27 | 1 | -0/+1 |
| * | Patch to mark destructors when they are used. | Fariborz Jahanian | 2009-06-26 | 1 | -0/+9 |
| * | OpenCL 1.0 support: explicit casts to ext-vector types | Nate Begeman | 2009-06-26 | 1 | -0/+7 |
| * | Improved semantic analysis and AST respresentation for function | Douglas Gregor | 2009-06-25 | 1 | -1/+18 |
| * | Patch to diagnose and Mark use of implicit default assignment operator. | Fariborz Jahanian | 2009-06-25 | 1 | -0/+10 |
| * | Make sure that the template parameter lists get from the parser down to ActOn... | Douglas Gregor | 2009-06-24 | 1 | -0/+4 |
| * | [class.local] p1 and p3. Also, add back the xcodeproj file. | Anders Carlsson | 2009-06-24 | 1 | -3/+4 |
| * | Start propagating template parameter lists to the right places to | Douglas Gregor | 2009-06-23 | 1 | -2/+10 |
| * | Make sure that argument-dependent lookup looks into the global scope | Douglas Gregor | 2009-06-23 | 1 | -1/+2 |
| * | patch to mark use of implicit copy constructors. | Fariborz Jahanian | 2009-06-22 | 1 | -1/+7 |
| * | Implement implicit instantiation of the member functions of a class template | Douglas Gregor | 2009-06-22 | 1 | -1/+18 |
| * | Rework the way we track which declarations are "used" during | Douglas Gregor | 2009-06-22 | 1 | -11/+20 |
| * | Parsing and AST support for using declarations, from John Thompson! | Douglas Gregor | 2009-06-20 | 1 | -0/+8 |
| * | Keep track of when declarations are "used" according to C and | Douglas Gregor | 2009-06-19 | 1 | -0/+30 |
| * | Use QualType to represent block's implicit return type as | Fariborz Jahanian | 2009-06-19 | 1 | -1/+1 |
| * | Patch for implementation of C++'s object model. This is | Fariborz Jahanian | 2009-06-19 | 1 | -0/+5 |
| * | Factor out some common code into Sema::EnterDeclaratorContext/ExitDeclaratorC... | Argyrios Kyrtzidis | 2009-06-17 | 1 | -0/+6 |
| * | Implement correct name lookup inside an initializer of a C++ class static dat... | Argyrios Kyrtzidis | 2009-06-17 | 1 | -0/+11 |
| * | Support dependent extended vector types and template instantiation | Douglas Gregor | 2009-06-17 | 1 | -2/+4 |
| * | Handle temporaries in default arguments. | Anders Carlsson | 2009-06-16 | 1 | -2/+2 |
| * | Base SFINAE error suppression counting on the class of an error, not | Douglas Gregor | 2009-06-15 | 1 | -18/+2 |
| * | Introduce a SFINAE "trap" that keeps track of the number of errors | Douglas Gregor | 2009-06-14 | 1 | -2/+40 |
| * | Update LLVM. | Douglas Gregor | 2009-06-14 | 1 | -0/+18 |
| * | Have CheckClassTemplatePartialSpecializationArgs take a TemplateArgumentListB... | Anders Carlsson | 2009-06-13 | 1 | -1/+1 |
| * | Move template type argument checking out into a separate function. No functio... | Anders Carlsson | 2009-06-13 | 1 | -0/+4 |
| * | When some template parameters of a class template partial | Douglas Gregor | 2009-06-13 | 1 | -1/+4 |
| * | add the location of the ')' in a do/while statement to DoStmt. | Chris Lattner | 2009-06-12 | 1 | -1/+3 |
| * | Address comments from Doug - Add a Sema::SemaRef.BuildBlockPointerType and us... | Anders Carlsson | 2009-06-12 | 1 | -0/+2 |
| * | Finish implementing checking of class template partial specializations | Douglas Gregor | 2009-06-12 | 1 | -0/+1 |