| Commit message (Expand) | Author | Age | Files | Lines |
| * | Split Sema::MarkDeclarationReferenced into multiple functions; the additional... | Eli Friedman | 2012-02-02 | 1 | -14/+14 |
| * | Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p... | Rafael Espindola | 2012-02-01 | 1 | -2/+2 |
| * | Make the callback object to Sema::CorrectTypo mandatory. | Kaelyn Uhrain | 2012-01-31 | 1 | -2/+2 |
| * | Added source location for the template keyword in AST template-id expressions. | Abramo Bagnara | 2012-01-27 | 1 | -7/+16 |
| * | constexpr: Implement the [dcl.constexpr]p5 check for whether a constexpr | Richard Smith | 2012-01-27 | 1 | -0/+9 |
| * | Promote the extension warning for attempts to catch a reference or | Douglas Gregor | 2012-01-24 | 1 | -10/+3 |
| * | Support decltype in member initializers. | David Blaikie | 2012-01-24 | 1 | -3/+9 |
| * | Minor fixups for auto deduction of initializer lists. | Sebastian Redl | 2012-01-23 | 1 | -4/+7 |
| * | Eli says this should check MicrosoftMode instead. | Nico Weber | 2012-01-23 | 1 | -3/+3 |
| * | In ms mode, a move assignment operator shouldn't mark a copy ctor as deleted. | Nico Weber | 2012-01-23 | 1 | -11/+15 |
| * | Make sure the AST correctly represents lvalue-to-rvalue conversions where app... | Eli Friedman | 2012-01-23 | 1 | -6/+13 |
| * | Fix some comments relating to ExpressionEvaluationContexts. Get rid of a cou... | Eli Friedman | 2012-01-21 | 1 | -2/+1 |
| * | More dead code removal (using -Wunreachable-code) | David Blaikie | 2012-01-20 | 1 | -2/+2 |
| * | Add Sema::isInitListConstructor. This will be needed for upcoming work. | Sebastian Redl | 2012-01-17 | 1 | -0/+17 |
| * | Auto deduction support for std::initializer_list, including for-range support... | Sebastian Redl | 2012-01-17 | 1 | -3/+49 |
| * | Template argument deduction for std::initializer_list arguments from initiali... | Sebastian Redl | 2012-01-17 | 1 | -13/+22 |
| * | Add Sema::isStdInitializerList, which will be necessary for the upcoming oper... | Sebastian Redl | 2012-01-17 | 1 | -0/+53 |
| * | Add some calls to MarkDeclarationReferenced, towards a point where every decl... | Eli Friedman | 2012-01-16 | 1 | -1/+5 |
| * | De-virtualize getPreviousDecl() and getMostRecentDecl() when we know | Douglas Gregor | 2012-01-14 | 1 | -4/+4 |
| * | PR11754: Reject non-static constexpr member functions in classes with virtual | Richard Smith | 2012-01-13 | 1 | -17/+19 |
| * | constexpr is allowed on static member functions of non-literal classes. Per ... | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| * | Fix the caching in CorrectTypo so that other non-keyword identifiers | Kaelyn Uhrain | 2012-01-11 | 1 | -1/+2 |
| * | Add initial callback object support to Sema::CorrectTypo. | Kaelyn Uhrain | 2012-01-11 | 1 | -34/+69 |
| * | When something goes wrong in type-checking a namespace definition, make the n... | Douglas Gregor | 2012-01-10 | 1 | -1/+5 |
| * | Remove a set, but unused variable. Found with GCC's warning. | Chandler Carruth | 2012-01-10 | 1 | -4/+1 |
| * | Update C++11 scoped enumeration support to match the final proposal: | Richard Smith | 2012-01-10 | 1 | -1/+1 |
| * | Switch NamespaceDecl from its own hand-rolled redeclaration chain over | Douglas Gregor | 2012-01-07 | 1 | -84/+72 |
| * | Tweak the fix to PR8977: an empty expression-list represents value initializa... | Eli Friedman | 2012-01-05 | 1 | -4/+11 |
| * | More lambda work. Tweak the Sema interface slightly. Start adding the pieces... | Eli Friedman | 2012-01-05 | 1 | -1/+1 |
| * | Always implicitly declare move assignment operations for dynamic classes, in | Richard Smith | 2011-12-24 | 1 | -0/+11 |
| * | PR11614: Mark defaulted special constructors as constexpr if their implicit | Richard Smith | 2011-12-22 | 1 | -47/+109 |
| * | Unlike in C++03, a constant-expression is not an unevaluated operand in C++11. | Richard Smith | 2011-12-20 | 1 | -1/+2 |
| * | Produce more detailed diagnostics when static_assert condition is not an ICE. | Richard Smith | 2011-12-14 | 1 | -8/+5 |
| * | Make sure that we infer __strong, etc. when we instantiate variables | Douglas Gregor | 2011-12-10 | 1 | -0/+4 |
| * | Provide a separate warning for weak vtables in explicit template instantiatio... | David Blaikie | 2011-12-09 | 1 | -1/+4 |
| * | When synthesizing an implicitly-defined copy or move constructor, or | Douglas Gregor | 2011-11-28 | 1 | -7/+15 |
| * | Include named unions in union member init checking | David Blaikie | 2011-11-17 | 1 | -5/+5 |
| * | Remove unnecessary 'else's after 'return's. | David Blaikie | 2011-11-12 | 1 | -1/+2 |
| * | constexpr: static data members declared constexpr are required to have an | Richard Smith | 2011-11-07 | 1 | -10/+0 |
| * | When we're checking a friend function template in an out-of-line class | Douglas Gregor | 2011-11-03 | 1 | -1/+10 |
| * | Don't build member initializers for zero-length or incomplete arrays, | Douglas Gregor | 2011-11-02 | 1 | -8/+27 |
| * | When we run into a constructor or destructor that is defined in the | Douglas Gregor | 2011-11-01 | 1 | -2/+2 |
| * | Silence a warning in -Asserts builds | Matt Beaumont-Gay | 2011-11-01 | 1 | -4/+2 |
| * | Rework the AST for the initializer of a delegating constructor, so | Douglas Gregor | 2011-11-01 | 1 | -10/+7 |
| * | Fixed FriendDecl source locations. | Abramo Bagnara | 2011-10-29 | 1 | -3/+4 |
| * | Minor refactoring of my last patch. Per Doug's suggestion. | Fariborz Jahanian | 2011-10-24 | 1 | -1/+1 |
| * | Diagnose unexpanded parameter packs in member initialisers (including | Peter Collingbourne | 2011-10-23 | 1 | -0/+9 |
| * | Clean up duplicated code in Sema::BuildMemInitializer. | Peter Collingbourne | 2011-10-23 | 1 | -14/+3 |
| * | c++: support gcc's application of weak attribute on | Fariborz Jahanian | 2011-10-21 | 1 | -0/+4 |
| * | There's no point in marking a declaration invalid just because it | Douglas Gregor | 2011-10-20 | 1 | -3/+2 |