| Commit message (Expand) | Author | Age | Files | Lines |
| * | Patch to improve ir-gen for constructors with default argument | Fariborz Jahanian | 2009-08-05 | 1 | -0/+8 |
| * | Compare matching selectors in current and | Fariborz Jahanian | 2009-08-04 | 1 | -0/+4 |
| * | Per advice that Doug Gregor gave me several months ago, clean up the | Ted Kremenek | 2009-08-03 | 1 | -1/+2 |
| * | Minor renaming/refactoring. No change in functionality. | Fariborz Jahanian | 2009-08-03 | 1 | -3/+3 |
| * | PR3679 - enable #pragma weak aliasing. | Ryan Flynn | 2009-07-31 | 1 | -1/+12 |
| * | Rename Action::TagKind to Action::TagUseKind, which removes both a misnomer | John McCall | 2009-07-31 | 1 | -3/+3 |
| * | Add CK_DerivedToBase and use it PerformObjectMemberConversion. | Anders Carlsson | 2009-07-31 | 1 | -1/+3 |
| * | Factor code out into a DiagnoseUnusedExprResult function. | Anders Carlsson | 2009-07-30 | 1 | -0/+4 |
| * | PR3679 - handle #pragma weak | Ryan Flynn | 2009-07-30 | 1 | -0/+25 |
| * | Refactor base/member initializers, and construct them correctly in cases | Eli Friedman | 2009-07-29 | 1 | -0/+9 |
| * | Check accessibility when converting object to the base | Fariborz Jahanian | 2009-07-29 | 1 | -1/+1 |
| * | Patch to provide cast of objects in member access | Fariborz Jahanian | 2009-07-29 | 1 | -0/+2 |
| * | Make functional-style casts emit correct messages, and fix a crash-on-invalid. | Sebastian Redl | 2009-07-29 | 1 | -3/+5 |
| * | Add noreturn support for blocks. | Mike Stump | 2009-07-28 | 1 | -1/+2 |
| * | Implement C++ semantics for C-style and functional-style casts. This regresse... | Sebastian Redl | 2009-07-25 | 1 | -4/+9 |
| * | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor | 2009-07-24 | 1 | -1/+4 |
| * | Test commit: make a little stub routine for semantic checking of main(). | John McCall | 2009-07-24 | 1 | -0/+1 |
| * | Diagnose when base classes and members to be intialized | Fariborz Jahanian | 2009-07-23 | 1 | -0/+5 |
| * | Clean up the ActOnTag action, so that there is only a single entry | Douglas Gregor | 2009-07-23 | 1 | -7/+6 |
| * | Remove a bunch of FIXME's related to ObjC type checking. | Steve Naroff | 2009-07-23 | 1 | -4/+0 |
| * | Add warning for falling off the end of a function that should return a | Mike Stump | 2009-07-22 | 1 | -1/+5 |
| * | Implement support for out-of-line definitions of the class members of class | Douglas Gregor | 2009-07-22 | 1 | -0/+1 |
| * | "This patch implements the restrictions on union members detailed in | Douglas Gregor | 2009-07-22 | 1 | -0/+8 |
| * | Implement parsing and semantic analysis for out-of-line definitions of static | Douglas Gregor | 2009-07-22 | 1 | -0/+1 |
| * | Basic parsing and semantic analysis for out-of-line definitions of the | Douglas Gregor | 2009-07-21 | 1 | -2/+8 |
| * | Patch to accomodate Doug's comment on default | Fariborz Jahanian | 2009-07-21 | 1 | -1/+1 |
| * | Remove the ObjCCategoryImpls vector from Sema class. | Argyrios Kyrtzidis | 2009-07-21 | 1 | -4/+0 |
| * | Remove Sema::LookupObjCImplementation and replace it with just calling ObjCIn... | Argyrios Kyrtzidis | 2009-07-21 | 1 | -1/+0 |
| * | 5 cleanups to ObjCObjectPointerType work: | Steve Naroff | 2009-07-20 | 1 | -2/+0 |
| * | Enhance testing of overriding exception specs for inaccessible base exceptions. | Sebastian Redl | 2009-07-18 | 1 | -5/+9 |
| * | Added ASTs to destructor decl AST for default destruction of object's | Fariborz Jahanian | 2009-07-15 | 1 | -1/+1 |
| * | Patch to build AST for ctor's initializer list according to | Fariborz Jahanian | 2009-07-14 | 1 | -0/+1 |
| * | Add a "TypeSpecStartLoc" to FieldDecl. Patch contributed by Enea Zaffanella. | Steve Naroff | 2009-07-14 | 1 | -0/+1 |
| * | Pass the right brace SourceLocation from the Parser to the TagDecls. | Argyrios Kyrtzidis | 2009-07-14 | 1 | -1/+2 |
| * | 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 |