| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement function template specialization at class scope extension in Micros... | Francois Pichet | 2011-08-14 | 1 | -3/+12 |
* | When performing the lookup in the current scope for a member access to | Douglas Gregor | 2011-08-10 | 1 | -1/+3 |
* | Make sure to canonicalize the argument type of a non-type template | Douglas Gregor | 2011-08-09 | 1 | -2/+3 |
* | Add support for C++0x unicode string and character literals, from Craig Topper! | Douglas Gregor | 2011-07-27 | 1 | -3/+15 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -14/+14 |
* | Restore the C-style cast hack for enum template arguments, | John McCall | 2011-07-15 | 1 | -1/+10 |
* | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -30/+24 |
* | Random cleanup: | Francois Pichet | 2011-07-08 | 1 | -8/+7 |
* | Introduce the notion of instantiation dependence into Clang's AST. A | Douglas Gregor | 2011-07-01 | 1 | -2/+5 |
* | Preserve that a TemplateName was arrived at by substituting | John McCall | 2011-06-30 | 1 | -1/+2 |
* | Add support for C++ namespace-aware typo correction, e.g., correcting | Douglas Gregor | 2011-06-28 | 1 | -10/+15 |
* | Objective-ARC++: infer template type arguments of | Douglas Gregor | 2011-06-17 | 1 | -2/+14 |
* | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -4/+11 |
* | When performing substitution of default template template parameters | Douglas Gregor | 2011-06-15 | 1 | -10/+0 |
* | Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t... | Richard Trieu | 2011-06-10 | 1 | -4/+6 |
* | Diagnose the condition in C++ [temp.expl.spec]p16 that prohibits | Douglas Gregor | 2011-06-06 | 1 | -0/+37 |
* | Revert r132544. Accidental commit. I got confused with the Tortoise SVN menu. | Francois Pichet | 2011-06-03 | 1 | -2/+0 |
* | (no commit message) | Francois Pichet | 2011-06-03 | 1 | -0/+2 |
* | When checking the instantiation of a default template argument against | Douglas Gregor | 2011-06-03 | 1 | -9/+14 |
* | Fix an incorrect warning about explicit template specializations for | Douglas Gregor | 2011-06-01 | 1 | -1/+1 |
* | Objective-C doesn't consider the use of incomplete types as method | Douglas Gregor | 2011-05-27 | 1 | -0/+10 |
* | Implement a new type node, UnaryTransformType, designed to represent a | Alexis Hunt | 2011-05-24 | 1 | -0/+5 |
* | Audit and finish the implementation of C++0x nullptr, fixing two | Douglas Gregor | 2011-05-21 | 1 | -5/+17 |
* | Diagnose the presence of storage-class-specifiers on explicit | Douglas Gregor | 2011-05-21 | 1 | -3/+13 |
* | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -4/+4 |
* | When checking a set of template parameter lists against a | Douglas Gregor | 2011-05-15 | 1 | -2/+7 |
* | Revert 131347. It asserts if the specialization in within a class template: | Francois Pichet | 2011-05-14 | 1 | -6/+3 |
* | In Microsoft mode, allow template function explicit specialization at class s... | Francois Pichet | 2011-05-14 | 1 | -3/+6 |
* | PR9908: Fix the broken fix for PR9902 to get the template argument lists in t... | Richard Smith | 2011-05-14 | 1 | -1/+1 |
* | Teach the template parameter dependency checker used when matching | Douglas Gregor | 2011-05-13 | 1 | -0/+4 |
* | Fix PR9902: correctly substitute alias templates within the template in which... | Richard Smith | 2011-05-12 | 1 | -0/+3 |
* | When checking for the necessary 'template<>' headers based on the | Douglas Gregor | 2011-05-11 | 1 | -4/+10 |
* | Reimplement Sema::MatchTemplateParametersToScopeSpecifier() based on | Douglas Gregor | 2011-05-10 | 1 | -147/+273 |
* | Implement support for C++0x alias templates. | Richard Smith | 2011-05-05 | 1 | -19/+65 |
* | When converting an integral template argument value to a non-type | Douglas Gregor | 2011-05-04 | 1 | -15/+22 |
* | Re-applies the patch first applied way back in r106099, with | Chandler Carruth | 2011-05-01 | 1 | -1/+1 |
* | r130381 follow up: accept __uuidof expression for template argument reference. | Francois Pichet | 2011-04-29 | 1 | -2/+6 |
* | Update r130381 to check for UO_AddrOf. | Francois Pichet | 2011-04-28 | 1 | -9/+8 |
* | Support &__uuidof(type) as a non type template argument. | Francois Pichet | 2011-04-28 | 1 | -0/+9 |
* | Extend Sema::ClassifyName() to support C++, ironing out a few issues | Douglas Gregor | 2011-04-27 | 1 | -1/+1 |
* | fix PR9474, a crash with -fshort-enum and C++ templates: when instantiating | Chris Lattner | 2011-04-25 | 1 | -10/+9 |
* | Implement a new identifier-classification scheme where Sema | Douglas Gregor | 2011-04-24 | 1 | -5/+13 |
* | Add -fdelayed-template-parsing option. Using this option all templated functi... | Francois Pichet | 2011-04-22 | 1 | -0/+21 |
* | Support for C++11 (non-template) alias declarations. | Richard Smith | 2011-04-15 | 1 | -2/+2 |
* | Use ExprResult& instead of Expr *& in Sema | John Wiegley | 2011-04-08 | 1 | -59/+65 |
* | Make helpers static. | Benjamin Kramer | 2011-03-26 | 1 | -1/+2 |
* | Fixed inconsistency when adding TemplateParameterListsInfo. | Abramo Bagnara | 2011-03-18 | 1 | -15/+20 |
* | Don't ask if a depenendent CXXRecordDecl has any dependent bases | Douglas Gregor | 2011-03-11 | 1 | -1/+2 |
* | Avoid do drop outer template parameter lists on the floor. | Abramo Bagnara | 2011-03-10 | 1 | -2/+10 |
* | Fixed InnerLocStart. | Abramo Bagnara | 2011-03-09 | 1 | -4/+5 |