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-14 | Add an internal CreateRecordDecl that will create a CXXRecordDecl when compil... | Anders Carlsson |
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-11 | Introduce a new representation for template template | Douglas Gregor |
2009-11-10 | Fix clang's use of DenseMap iterators after r86636 fixed their constness. | Jeffrey Yasskin |
2009-11-05 | Make ASTContext::getIntWidth return 1 for all boolean type variations, not ju... | Sebastian Redl |
2009-11-05 | Allow the element type of arrays to be incomplete in C++. | Sebastian Redl |
2009-11-04 | Store the unresolved class type in MemberPointerType's Class field, | Douglas Gregor |
2009-11-04 | Implement support for parsing dependent template-ids that refer to | Douglas Gregor |
2009-10-30 | Fix a crazy canonical-types bug because canonicalizing a | Douglas Gregor |
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-28 | Fix <rdar://problem/7330784>. Avoid crashing on 'Class<p>' when generating me... | Steve Naroff |
2009-10-27 | Type of a conditional expression with two distinct objective-c | Fariborz Jahanian |
2009-10-24 | Switch alloca/sprintf to SmallString/raw_ostream. | Benjamin Kramer |
2009-10-24 | Make the local buffer overflow safe. | Fariborz Jahanian |
2009-10-23 | Fixe a buffer overflow problem which causes a crash | 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 | Canonicality is a property of qualified types, not unqualified types. | John McCall |
2009-10-22 | fix PR5265: the size of a float3 should be rounded up to its alignment. | Chris Lattner |
2009-10-22 | Extend out the block descriptor structure for debug information with | Mike Stump |
2009-10-21 | Refine collection of BlockDeclRefExprs. WIP. | 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 | PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients | Daniel Dunbar |
2009-10-18 | When performing template-substitution into a type, don't just replace the | John McCall |
2009-10-17 | teach getCorrespondingUnsignedType how to handle vectors of integers, | Chris Lattner |
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-28 | Add all of the C99 complex builtins prefixed with __builtin_ | Douglas Gregor |
2009-09-25 | Fix MSVC build by renaming a variable. PR5043 | Benjamin Kramer |
2009-09-25 | Handle array fields that contain empty structs. | Anders Carlsson |
2009-09-24 | Make it really, really easy to change the alignment of Type (and ExtQuals). | John McCall |
2009-09-24 | Refactor the representation of qualifiers to bring ExtQualType out of the | John McCall |
2009-09-22 | Fix doc. | Mike Stump |
2009-09-21 | Change all the Type::getAsFoo() methods to specializations of Type::getAs(). | John McCall |
2009-09-16 | When creating function types, remove any top-level CVR qualifications in the ... | Anders Carlsson |
2009-09-10 | Fix a regression where write-barrier was not being generated | Fariborz Jahanian |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-09 | Initial stab at implement dependent member references to member | Douglas Gregor |
2009-09-05 | Basic support for representing elaborated type specifiers | John McCall |