Age | Commit message (Expand) | Author |
2009-11-18 | Incremental progress on using declarations. Split UnresolvedUsingDecl into | John McCall |
2009-11-17 | Added block type introspection support. | David Chisnall |
2009-11-16 | First part of changes to eliminate problems with cv-qualifiers and | Douglas Gregor |
2009-11-13 | Wherein the TargetInfo argument to Preprocessor is made 'const' and propogated. | Daniel Dunbar |
2009-11-11 | Template argument deduction for template template parameters. This | Douglas Gregor |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-11-03 | Move 'static inline' functions GetNullarySelector() and GetUnarySelector() fr... | Ted Kremenek |
2009-10-30 | This patch computes composite type of two objective-c expressions | Fariborz Jahanian |
2009-10-29 | Track source information for template arguments and template specialization | John McCall |
2009-10-27 | Type of a conditional expression with two distinct objective-c | Fariborz Jahanian |
2009-10-23 | Store the builtin types as CanQualTypes. Expand a bit on the CanQual API, | John McCall |
2009-10-23 | Add ASTContext::getTrivialDeclaratorInfo, which initializes a new | John McCall |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-22 | Extend out the block descriptor structure for debug information with | Mike Stump |
2009-10-21 | Complete out debug info generation for captured __block variables. WIP. | Mike Stump |
2009-10-21 | Prep work to always preallocate BlockDeclRefExprs so that we can | Mike Stump |
2009-10-21 | Add TypeLocBuilder, an API for incrementally creating TypeLocs. Change | John McCall |
2009-10-20 | Refine the type of the first parameter to block invoke functions. | Mike Stump |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-16 | Remove the ConstantArrayType subtypes. This information is preserved in the | John McCall |
2009-10-14 | Testing and some minor fixes for explicit template instantiation. | Douglas Gregor |
2009-10-08 | For instantiations of static data members of class templates, keep | Douglas Gregor |
2009-09-29 | Introduce ObjCProtocolListType type subclass. | Argyrios Kyrtzidis |
2009-09-25 | Handle array fields that contain empty structs. | Anders Carlsson |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |
2009-09-01 | Don't assert when instantiating member references to fields in anonymous stru... | Anders Carlsson |
2009-08-29 | Improve instantiation of UnresolvedUsingDecls. | Anders Carlsson |
2009-08-21 | Introduce getConstantArrayElementCount API and use it in | Fariborz Jahanian |
2009-08-20 | Fix bit-field promotion to be a bit closer to the behavior of gcc. | Eli Friedman |
2009-08-19 | Make integer promotions work correctly on PIC16 and other platforms | Eli Friedman |
2009-08-19 | Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and rea... | Argyrios Kyrtzidis |
2009-08-17 | Initial patch to support definitions of id and Class from headers in Objectiv... | David Chisnall |
2009-08-11 | Patch to warn if a property which is 'assign' by default | Fariborz Jahanian |
2009-08-07 | Fix some const_cast issues. This is the beginning of the rabbit hole. | Mike Stump |
2009-08-05 | Introduce the canonical type smart pointers, and use them in a few places to | Douglas Gregor |
2009-07-31 | Canonicalize dependent extended vector types. | Douglas Gregor |
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-29 | [llvm up] | 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 | Update comments. | Mike Stump |
2009-07-28 | Make longjmp a real builtin. | 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 |