Age | Commit message (Expand) | Author |
2013-04-30 | Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there | Richard Smith |
2013-04-26 | Implement C++1y decltype(auto). | Richard Smith |
2013-02-23 | Revert r175912, "Add support for coldcc to clang" at John's request. | Peter Collingbourne |
2013-02-22 | Add support for coldcc to clang | Peter Collingbourne |
2013-02-22 | Streamify getNameForDiagnostic and remove the string versions of PrintTemplat... | Benjamin Kramer |
2013-02-22 | StmtPrinter: Directly print types to the stream instead of taking a detour th... | Benjamin Kramer |
2012-12-25 | Add intel_ocl_bicc calling convention as a function attribute to clang. The c... | Guy Benyei |
2012-12-04 | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth |
2012-10-24 | Don't print scope qualifiers for references to a type defined locally in a fu... | Eli Friedman |
2012-10-18 | Remove check which incorrectly suppressed printing an identifier in type prin... | Eli Friedman |
2012-10-16 | Add pnaclcall convention to Native Client targets. | Derek Schuff |
2012-09-27 | Pass PrintingPolicy by reference, copying it isn't cheap. | Benjamin Kramer |
2012-07-13 | Provide a special-case diagnostic when two class member functions instantiate | Richard Smith |
2012-07-04 | Drop the ASTContext.h include from DeclFriend.h and DeclTemplate.h. | Benjamin Kramer |
2012-06-29 | From Philippe Canal: | Axel Naumann |
2012-05-05 | Use raw_ostream in TypePrinter and eliminate uses of temporary std::strings. | Argyrios Kyrtzidis |
2012-05-05 | Make BuiltinType::getName return a StringRef and introduce BuiltinType::getNa... | Argyrios Kyrtzidis |
2012-04-06 | Implement support for null non-type template arguments for non-type | Douglas Gregor |
2012-02-15 | When overload resolution picks an implicitly-deleted special member | Douglas Gregor |
2012-02-10 | Track whether a function type has a trailing return type as type sugar. Use this | Richard Smith |
2012-02-08 | Revise the SplitQualType interface to make it its own thing instead of | John McCall |
2012-02-07 | Introduce basic ASTs for lambda expressions. This covers: | Douglas Gregor |
2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
2012-01-17 | Remove unnecessary default cases in switches over enums. | David Blaikie |
2011-11-08 | TypePrinter: print OpenCL address space names. Patch by Richard | Peter Collingbourne |
2011-11-03 | Add a printing policy flag to suppress printing "<anonymous>::" prior | Douglas Gregor |
2011-10-06 | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman |
2011-09-27 | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor |
2011-06-24 | Rename objc_lifetime -> objc_ownership, and modify diagnostics to talk about ... | Argyrios Kyrtzidis |
2011-06-15 | Automatic Reference Counting. | John McCall |
2011-05-25 | Fix MSVC warning: <unsafe use of type 'bool' in operation> | Francois Pichet |
2011-05-24 | Implement a new type node, UnaryTransformType, designed to represent a | Sean Hunt |
2011-05-01 | Switch the interface name for both TemplateTypeParmType and | Chandler Carruth |
2011-05-01 | Re-applies the patch first applied way back in r106099, with | Chandler Carruth |
2011-04-15 | Support for C++11 (non-template) alias declarations. | Richard Smith |
2011-04-14 | Implement ARM pcs attribute. Basically it's another way of calling convention... | Anton Korobeynikov |
2011-03-16 | Use ElaboratedType also for C. | Abramo Bagnara |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-04 | Make AttributedTypes for GC-qualified types and fix some miscellaneous | John McCall |
2011-02-28 | Eliminate the last remains of TemplateSpecializationTypes with | Douglas Gregor |
2011-02-20 | Implement the C++0x deduced 'auto' feature. | Richard Smith |
2011-02-17 | When printing a qualified type, look through a substituted template | Douglas Gregor |
2011-01-26 | Rvalue references for *this: | Douglas Gregor |
2011-01-14 | Start implementing support for substitution into pack expansions that | Douglas Gregor |
2011-01-09 | Don't crash if SpecString is an empty string. | Francois Pichet |
2011-01-07 | Prefix all attribute enumerators with attr_ for consistency. | Francois Pichet |
2011-01-07 | Do not use cdecl, fastcall, stdcall etc.. as identifier name. They are reserv... | Francois Pichet |
2011-01-06 | Introduce an AttributedType, but don't actually use it anywhere yet. | John McCall |
2010-12-20 | Clean up the printing of template argument packs; previously, we were | Douglas Gregor |
2010-12-20 | Clean up the handling of template argument packs, especially in the | Douglas Gregor |