Age | Commit message (Expand) | Author |
2009-07-31 | Canonicalization and profiling for overloaded function declarations, | Douglas Gregor |
2009-07-31 | Canonicalize dependent extended vector types. | Douglas Gregor |
2009-07-31 | Whitespace around else canonicalization and fix 80-col violations. | Mike Stump |
2009-07-31 | Build canonical types for dependently-sized array types. | Douglas Gregor |
2009-07-30 | Canonicalization of dependent C++0x decltype types. | Douglas Gregor |
2009-07-30 | Canonicalization for dependent typeof(expr) types. | Douglas Gregor |
2009-07-30 | Support out-of-line definitions of the members of class template | Douglas Gregor |
2009-07-29 | Change uses of: | Ted Kremenek |
2009-07-29 | [llvm up] | Douglas Gregor |
2009-07-29 | Use the new statement/expression profiling code to unique dependent | Douglas Gregor |
2009-07-28 | Some minor cleanups, thanks Chris. | Mike Stump |
2009-07-28 | Some style fixes, thanks Chris. | Mike Stump |
2009-07-28 | Refactor the code that produces a TemplateSpecializationType, so that | Douglas Gregor |
2009-07-28 | remove extraneous braces | Chris Lattner |
2009-07-28 | Make longjmp a real builtin. | Mike Stump |
2009-07-27 | Ensure we can work through typedefs. | Mike Stump |
2009-07-27 | Fix PR4624. | Mike Stump |
2009-07-25 | Preserve qualifiers. | Mike Stump |
2009-07-25 | Add noreturn as a type attribute, handle printing for them and handle | Mike Stump |
2009-07-24 | Template instantiation for static data members that are defined out-of-line. | Douglas Gregor |
2009-07-23 | This patch fixes the implementations of the __has_trivial_destructor | Douglas Gregor |
2009-07-23 | Remove a bunch of FIXME's related to ObjC type checking. | Steve Naroff |
2009-07-22 | Fix a nasty little use-after-free bug. | Eli Friedman |
2009-07-22 | Use isa instead of dyn_cast for conditionals. | Mike Stump |
2009-07-22 | Fix a couple recent ABI regressions noticed during code review (fallout from ... | Steve Naroff |
2009-07-22 | Fix <rdar://problem/6770276> Support Class<Proto> syntax. | Steve Naroff |
2009-07-21 | - Introduce ASTContext::getObjCImplementation() and ASTContext::setObjCImplem... | Argyrios Kyrtzidis |
2009-07-20 | 5 cleanups to ObjCObjectPointerType work: | Steve Naroff |
2009-07-18 | Migrate over to the record layout builder. | Anders Carlsson |
2009-07-18 | Revert r75641. | Anders Carlsson |
2009-07-18 | Remove ObjCQualifiedInterfaceType:-) | Steve Naroff |
2009-07-18 | Remove ASTContext::getCanonicalDecl() and use Decl::getCanonicalDecl in its p... | Argyrios Kyrtzidis |
2009-07-18 | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis |
2009-07-17 | Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods | Ted Kremenek |
2009-07-17 | Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ... | Ted Kremenek |
2009-07-17 | Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>(). | Ted Kremenek |
2009-07-16 | Add member template 'Type::getAs<T>', which converts a Type* to a respective T*. | Ted Kremenek |
2009-07-16 | Cleanup a couple loops and improve a comment (based on feedback from Fariborz). | Steve Naroff |
2009-07-16 | Remove ASTContext::isObjCObjectPointerType(). | Steve Naroff |
2009-07-15 | Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu... | Steve Naroff |
2009-07-14 | Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris). | Steve Naroff |
2009-07-14 | Rename RecordLayout.h to ASTRecordLayout.h | Anders Carlsson |
2009-07-14 | Basic support for C++0x unicode types. Support for literals will follow in a... | Alisdair Meredith |
2009-07-13 | minor cleanups, reduce nesting of if's with early return. | Chris Lattner |
2009-07-10 | This patch includes a conceptually simple, but very intrusive/pervasive change. | Steve Naroff |
2009-07-10 | Fix a problem that Eli noticed, and that Doug helped me fix. | Anders Carlsson |
2009-07-08 | The canonical type of typeof or decltype with a dependent type is itself, | Douglas Gregor |
2009-07-07 | Make ASTContext explicitly keep track of the declaration for the C | Douglas Gregor |
2009-07-06 | Keep track of the Expr used to describe the size of an array type, | Douglas Gregor |
2009-07-05 | Fix for PR4502: add calculation of the integer conversion rank for | Eli Friedman |