| Commit message (Expand) | Author | Age | Files | Lines |
| * | Argument-dependent lookup for friend declarations. Add a new decl type, | John McCall | 2009-08-11 | 1 | -1/+2 |
| * | Take 2 on AltiVec-style vector initializers. | Nate Begeman | 2009-08-10 | 1 | -3/+13 |
| * | Add a CastInfo struct that will be used for cast information when constructin... | Anders Carlsson | 2009-08-10 | 1 | -1/+2 |
| * | Revert r78535, it is causing a number of failures to build projects. | Daniel Dunbar | 2009-08-10 | 1 | -13/+3 |
| * | AltiVec-style vector initializer syntax, vec4 a = (vec4)(a, b, c, d); | Nate Begeman | 2009-08-09 | 1 | -3/+13 |
| * | Factor some code to get the "function level" DeclContext out into a separate ... | Anders Carlsson | 2009-08-08 | 1 | -0/+1 |
| * | Patch should implement packed enums - PR4098. Credit to Anders Johnsen. | Edward O'Callaghan | 2009-08-08 | 1 | -1/+2 |
| * | Introduce reference counting for statements and expressions, using it | Douglas Gregor | 2009-08-08 | 1 | -8/+0 |
| * | More CastKind work. | Anders Carlsson | 2009-08-07 | 1 | -2/+2 |
| * | Just add global scope to the associated namespaces set instead of tracking it | John McCall | 2009-08-07 | 1 | -3/+5 |
| * | When we encounter a dependent type that was parsed before we know that | Douglas Gregor | 2009-08-06 | 1 | -0/+3 |
| * | Support nested-name-specifiers for C++ member access expressions, e.g., | Douglas Gregor | 2009-08-06 | 1 | -4/+21 |
| * | add support for FreeBSD's format(printf0,x,y) attribute; allows null format s... | Ryan Flynn | 2009-08-06 | 1 | -0/+1 |
| * | First pass at friend semantics. | John McCall | 2009-08-06 | 1 | -2/+5 |
| * | 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 |