Age | Commit message (Expand) | Author |
2011-01-11 | Implement the last bullet of [temp.deduct.type]p5 and part of the last | Douglas Gregor |
2011-01-06 | Implement template argument deduction from a call to a function | Douglas Gregor |
2010-12-25 | The -fshort-wchar option causes wchar_t to become unsigned, in addition to being | Chris Lattner |
2010-12-15 | Check for unexpanded parameter packs in various kinds of | Douglas Gregor |
2010-12-15 | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor |
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-13 | Variadic templates: extend Type, NestedNameSpecifier, TemplateName, | Douglas Gregor |
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-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-01 | Eliminate vtables from the Type hierarchy. | John McCall |
2010-11-30 | Eliminate more pointless default statements | Douglas Gregor |
2010-11-30 | Take John McCall's suggestion and fix this silly gcc warnings in a way that | Nick Lewycky |
2010-11-30 | I hate pointless default statements | Douglas Gregor |
2010-11-30 | Add a default clause to avoid this GCC warning: | Nick Lewycky |
2010-11-29 | Incomplete enum types not to be treated as integer type | Fariborz Jahanian |
2010-11-29 | I hate default statements | Douglas Gregor |
2010-11-15 | Assorted work leading towards the elimination of CK_Unknown. | John McCall |
2010-10-30 | Better solution: calculate the visibility of functions and variables | John McCall |
2010-10-22 | Substantially revise how clang computes the visibility of a declaration to | John McCall |
2010-10-14 | At Fariborz's request, a somewhat cleaner bit-combining hack. | John McCall |
2010-10-14 | Compress bit fields / enums from ReferenceType, BuiltinType, FunctionType, and | John McCall |
2010-10-13 | Introduce a bit into Type that keeps track of whether there are any | Douglas Gregor |
2010-10-13 | Compute whether a type is variably modified as we build the type, | Douglas Gregor |
2010-10-12 | Progress. | John McCall |
2010-10-08 | Implement C++0x scoped enumerations, from Daniel Wallin! (and tweaked a | Douglas Gregor |
2010-10-06 | Use a more conventional/efficient implementation for isEnumeralType() | John McCall |
2010-09-08 | Reverse r113397 until we decide what to do with | Fariborz Jahanian |
2010-09-08 | Fix a crash when overloading id with objc_object*. | Fariborz Jahanian |
2010-09-08 | Allow (cv) void and incomplete arrays to be passed to the type traits. | Sebastian Redl |
2010-09-05 | make clang print types as "const int *" instead of "int const*", | Chris Lattner |
2010-09-04 | tidy up | Chris Lattner |
2010-09-03 | Add symantic support for the Pascal calling convention via | Dawn Perchik |
2010-08-19 | Fix for PR7911 and PR7921: make isIntegralOrEnumerationType return false | Eli Friedman |
2010-08-18 | Emit an error if an array is too large. We're slightly more strict | Douglas Gregor |
2010-08-11 | Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable, | Douglas Gregor |
2010-08-09 | - Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for... | Sebastian Redl |
2010-08-05 | Get rid of isObjectType; when C++ says "object type", it generally | Eli Friedman |
2010-08-05 | Drop an unjustified limitation from Type::isObjectType(). Fixes PR7801 and do... | Sebastian Redl |
2010-08-02 | Remove mutable data on TagType and InjectedClassNameType, by instead walking ... | Sebastian Redl |
2010-07-29 | Teach isIncompleteType() to look through sugar when it is dealing with | Douglas Gregor |
2010-07-25 | Move Type destructor out-of-line | Douglas Gregor |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-23 | Vectors are not integer types, so the type system should not classify | Douglas Gregor |
2010-07-13 | Whenever we're creating an expression that is typically an rvalue | Douglas Gregor |
2010-07-13 | Silence Doug's favorite GCC warning. | Chandler Carruth |
2010-07-13 | When forming a function call or message send expression, be sure to | Douglas Gregor |
2010-06-22 | Vector types are not arithmetic types, either. Note that we now ban | Douglas Gregor |