| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson | 2009-09-01 | 1 | -0/+19 |
| * | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson | 2009-08-29 | 1 | -0/+18 |
| * | Improve support for out-of-line definitions of nested templates and | Douglas Gregor | 2009-08-25 | 1 | -7/+1 |
| * | Introduce getConstantArrayElementCount API and use it in | Fariborz Jahanian | 2009-08-21 | 1 | -0/+11 |
| * | Fix bit-field promotion to be a bit closer to the behavior of gcc. | Eli Friedman | 2009-08-20 | 1 | -0/+31 |
| * | Make integer promotions work correctly on PIC16 and other platforms | Eli Friedman | 2009-08-19 | 1 | -0/+154 |
| * | Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -2/+4 |
| * | Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea... | Argyrios Kyrtzidis | 2009-08-19 | 1 | -0/+17 |
| * | Initial patch to support definitions of id and Class from headers in Objectiv... | David Chisnall | 2009-08-17 | 1 | -0/+2 |
| * | Fix for PR4721: adjust CodeGen and ASTContext so that we have a | Eli Friedman | 2009-08-15 | 1 | -4/+8 |
| * | Patch to warn if a property which is 'assign' by default | Fariborz Jahanian | 2009-08-11 | 1 | -50/+5 |
| * | Fix some const_cast issues. This is the beginning of the rabbit hole. | Mike Stump | 2009-08-07 | 1 | -2/+4 |
| * | Fix canonical type construction for function types with the noreturn | Douglas Gregor | 2009-08-05 | 1 | -1/+2 |
| * | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor | 2009-08-05 | 1 | -18/+23 |
| * | Canonicalization and profiling for overloaded function declarations, | Douglas Gregor | 2009-07-31 | 1 | -3/+19 |
| * | Canonicalize dependent extended vector types. | Douglas Gregor | 2009-07-31 | 1 | -5/+29 |
| * | Whitespace around else canonicalization and fix 80-col violations. | Mike Stump | 2009-07-31 | 1 | -7/+5 |
| * | Build canonical types for dependently-sized array types. | Douglas Gregor | 2009-07-31 | 1 | -10/+32 |
| * | Canonicalization of dependent C++0x decltype types. | Douglas Gregor | 2009-07-30 | 1 | -3/+20 |
| * | Canonicalization for dependent typeof(expr) types. | Douglas Gregor | 2009-07-30 | 1 | -3/+20 |
| * | Support out-of-line definitions of the members of class template | Douglas Gregor | 2009-07-30 | 1 | -7/+8 |
| * | Change uses of: | Ted Kremenek | 2009-07-29 | 1 | -19/+19 |
| * | [llvm up] | Douglas Gregor | 2009-07-29 | 1 | -0/+25 |
| * | Use the new statement/expression profiling code to unique dependent | Douglas Gregor | 2009-07-29 | 1 | -3/+4 |
| * | Some minor cleanups, thanks Chris. | Mike Stump | 2009-07-28 | 1 | -10/+6 |
| * | Some style fixes, thanks Chris. | Mike Stump | 2009-07-28 | 1 | -12/+8 |
| * | Refactor the code that produces a TemplateSpecializationType, so that | Douglas Gregor | 2009-07-28 | 1 | -14/+84 |
| * | remove extraneous braces | Chris Lattner | 2009-07-28 | 1 | -5/+2 |
| * | Make longjmp a real builtin. | Mike Stump | 2009-07-28 | 1 | -2/+21 |
| * | Ensure we can work through typedefs. | Mike Stump | 2009-07-27 | 1 | -2/+2 |
| * | Fix PR4624. | Mike Stump | 2009-07-27 | 1 | -2/+2 |
| * | Preserve qualifiers. | Mike Stump | 2009-07-25 | 1 | -3/+10 |
| * | Add noreturn as a type attribute, handle printing for them and handle | Mike Stump | 2009-07-25 | 1 | -16/+47 |
| * | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor | 2009-07-24 | 1 | -0/+19 |
| * | This patch fixes the implementations of the __has_trivial_destructor | Douglas Gregor | 2009-07-23 | 1 | -0/+12 |
| * | Remove a bunch of FIXME's related to ObjC type checking. | Steve Naroff | 2009-07-23 | 1 | -28/+200 |
| * | Fix a nasty little use-after-free bug. | Eli Friedman | 2009-07-22 | 1 | -2/+4 |
| * | Use isa instead of dyn_cast for conditionals. | Mike Stump | 2009-07-22 | 1 | -2/+2 |
| * | Fix a couple recent ABI regressions noticed during code review (fallout from ... | Steve Naroff | 2009-07-22 | 1 | -1/+12 |
| * | Fix <rdar://problem/6770276> Support Class<Proto> syntax. | Steve Naroff | 2009-07-22 | 1 | -3/+0 |
| * | - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem... | Argyrios Kyrtzidis | 2009-07-21 | 1 | -0/+30 |
| * | 5 cleanups to ObjCObjectPointerType work: | Steve Naroff | 2009-07-20 | 1 | -8/+5 |
| * | Migrate over to the record layout builder. | Anders Carlsson | 2009-07-18 | 1 | -158/+10 |
| * | Revert r75641. | Anders Carlsson | 2009-07-18 | 1 | -1/+1 |
| * | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff | 2009-07-18 | 1 | -43/+19 |
| * | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -7/+1 |
| * | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis | 2009-07-18 | 1 | -32/+1 |
| * | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek | 2009-07-17 | 1 | -17/+17 |
| * | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek | 2009-07-17 | 1 | -3/+3 |
| * | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek | 2009-07-17 | 1 | -4/+4 |