Age | Commit message (Expand) | Author |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |
2011-01-05 | Replace the representation of template template argument pack | Douglas Gregor |
2011-01-05 | Implement support for template template parameter packs, e.g., | Douglas Gregor |
2010-12-30 | Expose Objective-C type encodings of declarations to libclang users. This al... | David Chisnall |
2010-12-26 | Fix for PR8695. | David Chisnall |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-24 | Refactor how we collect attributes during parsing, and add slots for attributes | John McCall |
2010-12-23 | Add an AST representation for non-type template parameter | Douglas Gregor |
2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
2010-12-21 | Fix the noreturn conversion to only strip off a single level of indirection. | John McCall |
2010-12-20 | Clean up the handling of template argument packs, especially in the | Douglas Gregor |
2010-12-20 | Introduce a new type, PackExpansionType, to capture types that are | Douglas Gregor |
2010-12-19 | Motions towards simplifying how we deal with attribute-qualified function types. | John McCall |
2010-12-15 | Function types are compatible (in the C sense) if their regparms are identical. | John McCall |
2010-12-14 | Restore r121752 without modification. | John McCall |
2010-12-14 | Pull out r121752 in case it's causing the selfhost breakage. | John McCall |
2010-12-14 | Factor out most of the extra state in a FunctionProtoType into a separate | John McCall |
2010-12-10 | Added ParenType type node. | Abramo Bagnara |
2010-12-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-10 | Move the "volatile" bit into QualType's "fast" qualifier set, | Douglas Gregor |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-06 | Add BlocksAttr assert on __block specific | Fariborz Jahanian |
2010-12-02 | Merge transparent union types using member's unqualified type | Peter Collingbourne |
2010-12-02 | Merge transparent union types using member's canonical param type | Peter Collingbourne |
2010-12-02 | IR Gen. part of API support for __block cxx | Fariborz Jahanian |
2010-12-01 | Sema/AST work for capturing copy init expression | Fariborz Jahanian |
2010-11-25 | Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen a... | Anders Carlsson |
2010-11-24 | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall |
2010-11-17 | Fixes synthesis of type for the object which holds info. | Fariborz Jahanian |
2010-11-16 | ASTContext::getVectorType should preserve the vector kind for canonical types. | Bob Wilson |
2010-11-13 | Bring UsualArithmeticConversionsType back into Sema and cast the | John McCall |
2010-11-12 | Generalize ASTContext::areCompatibleVectorTypes to handle new Neon vector types. | Bob Wilson |
2010-11-10 | Add a variant of GCC-style vector types for ARM NEON. | Bob Wilson |
2010-11-09 | Restore patch reversed in r118475. Fixes | Fariborz Jahanian |
2010-11-09 | Use the right calling convention when mangling names in the Microsoft C++ | Charles Davis |
2010-11-09 | Reverse patch for // rdar://8632525. It might | Fariborz Jahanian |
2010-11-08 | Provide a precise builtin declaration for objc_msgSend | Fariborz Jahanian |
2010-11-07 | Remove broken support for variadic templates, along with the various | Douglas Gregor |
2010-11-04 | add a comment to my last commit | Douglas Gregor |
2010-11-04 | When canonicalizing nested-name-specifiers involving dependent names | Douglas Gregor |
2010-11-01 | Restore patch for PR8453 which was undone in r117829 | Fariborz Jahanian |
2010-10-30 | Revert r117678, "Qualified 'id' should implement all of static class type's",... | Daniel Dunbar |
2010-10-29 | Qualified 'id' should implement all of static class type's | Fariborz Jahanian |
2010-10-28 | Initialize the ASTMutationListener. Thanks goes to Abramo Bagnara! | Argyrios Kyrtzidis |
2010-10-26 | No really, we don't have a retain/release system for statements/expressions | John McCall |
2010-10-26 | When de-serializing a type that is supposed to be canonical, call | Douglas Gregor |
2010-10-24 | Implement GNU C extension: two types are compatible if they appear | Peter Collingbourne |
2010-10-24 | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis |
2010-10-12 | Add some infrastructure for dealing with expressions of 'placeholder' type, | John McCall |
2010-10-11 | IRgen/Obj-C: Fix encoding of "long double". | Daniel Dunbar |