| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | PR12008: defer adding the implicit 'const' to a constexpr member function until | Richard Smith | 2013-01-14 | 1 | -4/+21 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -1/+1 |
* | s/CPlusPlus0x/CPlusPlus11/g | Richard Smith | 2013-01-02 | 1 | -26/+26 |
* | Remove duplicate includes. | Roman Divacky | 2012-12-21 | 1 | -1/+0 |
* | Remove code from Sema::ActOnStartOfFunctionTemplateDef that duplicates what | Argyrios Kyrtzidis | 2012-12-14 | 1 | -7/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -8/+9 |
* | SemaCXX: an enumeral type can be of character or boolean type in a C++11 enum... | Benjamin Kramer | 2012-11-21 | 1 | -25/+24 |
* | Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the | Richard Smith | 2012-11-15 | 1 | -1/+1 |
* | Fix typo correction of one qualified name to another. | David Blaikie | 2012-10-12 | 1 | -1/+2 |
* | Fix the AST representation for non-type template arguments to encode | Eli Friedman | 2012-09-26 | 1 | -46/+42 |
* | Remove Context argument from TemplateDeductionInfo constructor. It was no lon... | Craig Topper | 2012-09-19 | 1 | -2/+2 |
* | Remove redundant semicolons which are null statements. | Dmitri Gribenko | 2012-09-10 | 1 | -1/+1 |
* | PR9023: A template template parameter whose template parameter list contains an | Richard Smith | 2012-09-07 | 1 | -125/+156 |
* | Fixed lexical decl context of out of line class template instantiations. | Abramo Bagnara | 2012-09-05 | 1 | -1/+2 |
* | Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl... | Benjamin Kramer | 2012-08-23 | 1 | -10/+8 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -13/+9 |
* | Fix undefined behavior: member function calls where 'this' is a null pointer. | Richard Smith | 2012-08-23 | 1 | -0/+2 |
* | Merge existing attributes before processing pragmas in friend template | Rafael Espindola | 2012-08-22 | 1 | -2/+3 |
* | Don't forget to apply #pragma pack to partial and explicit specializations of | Richard Smith | 2012-08-17 | 1 | -0/+7 |
* | Don't add attributes for "#pragma pack" and friends to tag declarations which | Eli Friedman | 2012-08-08 | 1 | -2/+4 |
* | Comment parsing: add support for \tparam command on all levels. | Dmitri Gribenko | 2012-07-31 | 1 | -1/+5 |
* | PR13365: Fix code which was trying to treat an array of DeducedTemplateArgument | Richard Smith | 2012-07-16 | 1 | -10/+7 |
* | Apply visibility pragmas to class template declarations. This is needed because | Rafael Espindola | 2012-07-13 | 1 | -0/+2 |
* | Fix a bug in my previous commit. The problem is not that we were not using the | Rafael Espindola | 2012-07-13 | 1 | -0/+3 |
* | PR9793: Treat substitution as an instantiation step for the purpose of the | Richard Smith | 2012-07-08 | 1 | -0/+14 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -5/+8 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -1/+1 |
* | Still more Doxygen documentation fixes: | James Dennett | 2012-06-14 | 1 | -1/+1 |
* | Fix up the 'typename' suggestion logic introduced in r157085, based on | Kaelyn Uhrain | 2012-06-08 | 1 | -11/+9 |
* | Plug a long standing memory leak in TemplateArgument. | Benjamin Kramer | 2012-06-07 | 1 | -5/+6 |
* | Suggest adding 'typename' when it would make the compiler | Kaelyn Uhrain | 2012-05-18 | 1 | -0/+39 |
* | A little tweak to the SFINAE condition reporting. Don't say: | Richard Smith | 2012-05-09 | 1 | -1/+47 |
* | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor | 2012-05-04 | 1 | -2/+14 |
* | In C++11 mode, implement the C++11 semantics for | Douglas Gregor | 2012-05-01 | 1 | -2/+4 |
* | Add a missing ExpressionEvaluationContext for template default arguments. Fi... | Eli Friedman | 2012-04-26 | 1 | -0/+1 |
* | Two missing -Wc++98-compat warnings, for null pointers as non-type template | Richard Smith | 2012-04-26 | 1 | -0/+3 |
* | When resolving default template arguments, it should be done in the declarati... | Argyrios Kyrtzidis | 2012-04-25 | 1 | -0/+3 |
* | PR12585: When processing a friend template inside a class template, don't | Richard Smith | 2012-04-22 | 1 | -15/+12 |
* | When declaring a template, check that the context doesn't already contain a | Richard Smith | 2012-04-21 | 1 | -3/+22 |
* | Replace r155185 with a better fix, which also addresses PR12557. When looking | Richard Smith | 2012-04-20 | 1 | -3/+3 |
* | Fix a bug which creduce found reducing PR12585. | Richard Smith | 2012-04-20 | 1 | -1/+1 |
* | Improve diagnostics in C++11 when a non-type template argument for a | Douglas Gregor | 2012-04-10 | 1 | -2/+27 |
* | Rework implementation of null non-type template arguments based on | Douglas Gregor | 2012-04-10 | 1 | -118/+154 |
* | Implement support for null non-type template arguments for non-type | Douglas Gregor | 2012-04-06 | 1 | -21/+87 |
* | Implement C++11 [temp.arg.nontype]'s permission to use the address of an object | Richard Smith | 2012-04-04 | 1 | -34/+40 |
* | If we encounter a friend class template for which we cannot resolve | Douglas Gregor | 2012-03-30 | 1 | -2/+6 |
* | Unify and fix our checking of C++ [dcl.meaning]p1's requirements | Douglas Gregor | 2012-03-28 | 1 | -3/+2 |
* | Support for definitions of member enumerations of class templates outside the | Richard Smith | 2012-03-23 | 1 | -8/+26 |
* | Replace a FIXME with a diagnostic when we can't resolve the | Douglas Gregor | 2012-03-18 | 1 | -1/+2 |
* | Diagnose tag and class template declarations with qualified | Douglas Gregor | 2012-03-17 | 1 | -2/+4 |