| Commit message (Expand) | Author | Age | Files | Lines |
| * | Two fixes to how we compute visibility: | Rafael Espindola | 2012-02-23 | 1 | -0/+1 |
| * | Fix a constexpr FIXME: When implicitly instantiating the primary template for an | Richard Smith | 2012-02-20 | 1 | -1/+6 |
| * | Introduce support for template instantiation of lambda | Douglas Gregor | 2012-02-13 | 1 | -0/+5 |
| * | Make sure we convert struct layout pragmas to attributes for class templates ... | Eli Friedman | 2012-02-10 | 1 | -0/+5 |
| * | Added source location for the template keyword in DependentTemplateSpecializa... | Abramo Bagnara | 2012-02-06 | 1 | -0/+3 |
| * | Removed redundant location info from ElaboratedTypeLoc / DependentNameLoc / D... | Abramo Bagnara | 2012-02-06 | 1 | -6/+6 |
| * | Added location for template keyword in TemplateSpecializationTypeLoc. In the ... | Abramo Bagnara | 2012-02-06 | 1 | -24/+26 |
| * | Fixed instantiation of DependentScopeDeclRefExpr. | Abramo Bagnara | 2012-02-06 | 1 | -4/+4 |
| * | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -1/+1 |
| * | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer | 2012-02-04 | 1 | -0/+1 |
| * | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith | 2012-02-04 | 1 | -5/+5 |
| * | When a pack expansion occurs in the template argument list of an alias | Douglas Gregor | 2012-02-03 | 1 | -5/+14 |
| * | Implement support for a pack expansion into a fixed-length | Douglas Gregor | 2012-02-03 | 1 | -45/+101 |
| * | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman | 2012-02-02 | 1 | -1/+1 |
| * | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -1/+1 |
| * | SmallBitVectorize the deduced parameter set. | Benjamin Kramer | 2012-01-30 | 1 | -7/+4 |
| * | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -5/+18 |
| * | Avoid redundant NNS qualification in constructor/destructor names. | Abramo Bagnara | 2012-01-27 | 1 | -8/+12 |
| * | constexpr: converted constant expression handling for enumerator values, case | Richard Smith | 2012-01-18 | 1 | -19/+62 |
| * | Remove unreachable code in Clang. (replace with llvm_unreachable where approp... | David Blaikie | 2012-01-17 | 1 | -14/+4 |
| * | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -2/+2 |
| * | Introduce Decl::getPreviousDecl() and Decl::getMostRecentDecl(), | Douglas Gregor | 2012-01-14 | 1 | -24/+7 |
| * | Convert SemaTemplate*.cpp to pass a callback object to CorrectTypo. | Kaelyn Uhrain | 2012-01-13 | 1 | -2/+7 |
| * | In Objective-C++, actually compute the base type of a member access | Douglas Gregor | 2012-01-12 | 1 | -0/+6 |
| * | Update C++11 scoped enumeration support to match the final proposal: | Richard Smith | 2012-01-10 | 1 | -1/+1 |
| * | Fix "note" of a duplicate explicit instantiation definition following a speci... | Nico Weber | 2012-01-09 | 1 | -9/+20 |
| * | Process attributes in explicit function template instantiations. Fixes part of | Rafael Espindola | 2012-01-04 | 1 | -0/+3 |
| * | Process attributes in explicit template instatiation definitions. Fixes PR11690. | Rafael Espindola | 2012-01-03 | 1 | -0/+3 |
| * | Fix several issues related to specializations and explicit instantiations. | Nico Weber | 2011-12-23 | 1 | -4/+26 |
| * | When performing name lookup for a redeclaration, ignore module | Douglas Gregor | 2011-12-20 | 1 | -8/+1 |
| * | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor | 2011-11-07 | 1 | -1/+1 |
| * | When we're checking a friend function template in an out-of-line class | Douglas Gregor | 2011-11-03 | 1 | -0/+3 |
| * | Fix various minor issues find via unreachable code warnings, from | Douglas Gregor | 2011-11-02 | 1 | -4/+0 |
| * | When we see an out-of-line definition of a member class template that | Douglas Gregor | 2011-11-01 | 1 | -1/+3 |
| * | Fix some cases where a CK_IntegralCast was being used to convert an lvalue to an | Richard Smith | 2011-10-27 | 1 | -1/+10 |
| * | Check for unexpanded parameter packs in the name that guards a | Douglas Gregor | 2011-10-25 | 1 | -1/+1 |
| * | There's no point in marking a declaration invalid just because it | Douglas Gregor | 2011-10-20 | 1 | -9/+11 |
| * | Diagnose class template (partial) specializations that occur in the | Douglas Gregor | 2011-10-20 | 1 | -1/+10 |
| * | Fix pr9789, assert-on-invalid while instantiating an (invalid) class template... | David Blaikie | 2011-10-19 | 1 | -17/+16 |
| * | -Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1. | Richard Smith | 2011-10-18 | 1 | -43/+68 |
| * | Add -Wc++11-compat warning for an inline specifier on an explicit instantiation. | Richard Smith | 2011-10-18 | 1 | -2/+4 |
| * | Refactor the checking for explicit template instantiations being performed in | Richard Smith | 2011-10-18 | 1 | -31/+27 |
| * | [temp.explicit]p1: constexpr cannot be specified in explicit instantiations. | Richard Smith | 2011-10-14 | 1 | -3/+6 |
| * | When declaring an out-of-line template, attempt to rebuild any types | Douglas Gregor | 2011-10-14 | 1 | -0/+48 |
| * | Move some bool flags out of function parameter lists. | Kaelyn Uhrain | 2011-10-11 | 1 | -3/+3 |
| * | Support for C1x _Atomic specifier (see testcase). This is primarily being co... | Eli Friedman | 2011-10-06 | 1 | -0/+4 |
| * | Fixed source range for template implicit instantiations. | Abramo Bagnara | 2011-10-03 | 1 | -1/+1 |
| * | Only print _Bool as 'bool' when 'bool' is defined as an object-like | Douglas Gregor | 2011-09-27 | 1 | -1/+1 |
| * | When 'bool' is not a built-in type but is defined as a macro, print | Douglas Gregor | 2011-09-27 | 1 | -1/+1 |
| * | Get rid of useless helper Sema::CastCategory. | Eli Friedman | 2011-09-27 | 1 | -2/+4 |