Age | Commit message (Expand) | Author |
2013-05-06 | Grab-bag of bit-field fixes: | John McCall |
2013-04-21 | The 'constexpr implies const' rule for non-static member functions is gone in | Richard Smith |
2013-04-17 | DR974: Lambdas can have default arguments. | Richard Smith |
2013-03-26 | <rdar://problem/13473493> Handle 'this->' insertion recovery within trailing ... | Douglas Gregor |
2013-03-15 | PR15290: 'this' is not permitted in the declaration of a friend function, | Richard Smith |
2013-01-29 | Don't crash while printing APValues that are lvalues casted to a | Douglas Gregor |
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith |
2012-12-28 | Improve diagnostic wording for when an implicitly-deleted special member | Richard Smith |
2012-11-22 | Test that we correctly deal with multiple copy constructors when detecting | Richard Smith |
2012-11-06 | Teach Clang parser to reject C++11 attributes that appertain to declaration s... | Michael Han |
2012-10-25 | When capturing 'this' in a lambda, make sure to update the set of | Douglas Gregor |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-19 | Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex... | Andy Gibbs |
2012-09-13 | Revert r163829. The world (or libstdc++, at least) is not ready. | Richard Smith |
2012-09-13 | Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. | Richard Smith |
2012-07-25 | PR12057: Allow variadic template pack expansions to cross lambda boundaries. | Richard Smith |
2012-07-17 | Don't treat overflow in floating-point conversions as a hard error in constan... | Eli Friedman |
2012-06-26 | block literal irgen: several improvements on naming block | Fariborz Jahanian |
2012-06-15 | Check the parameter lists and return type of both blocks and lambdas | Douglas Gregor |
2012-06-04 | Fixes some test cases that should have come along with r157943. | Aaron Ballman |
2012-05-24 | Implement the C++11 discarded value expression rules for volatile lvalues. <... | Eli Friedman |
2012-05-16 | Clean up r156925, so that we only mark the capturing DeclRefExpr of a | Douglas Gregor |
2012-05-16 | Fix code generation of variables reference expressions when mixing | Douglas Gregor |
2012-05-15 | Improve some of the conversion warnings to fire on conversion to bool. | David Blaikie |
2012-05-02 | Disable our non-standard delayed parsing of exception specifications. Delaying | Richard Smith |
2012-04-29 | PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference | Richard Smith |
2012-04-16 | Implement the last part of C++ [class.mem]p2, delaying the parsing of | Douglas Gregor |
2012-04-16 | Implement C++11 [expr.prim.general]p3, which permits the use of 'this' | Douglas Gregor |
2012-04-05 | Improve diagnostics for invalid use of non-static members / this: | Richard Smith |
2012-03-29 | Extend -Wc++11-narrowing to cover converted constant expressions as well as b... | Eli Friedman |
2012-03-10 | Fix crash & accepts-invalid for array of arrays of user defined type. | David Blaikie |
2012-03-02 | Ensure that we instantiate static reference data members of class templates | Richard Smith |
2012-03-01 | Reject 'a = {0} = {0}' rather than parsing it as '(a = {0}) = {0}'. Also | Richard Smith |
2012-02-29 | Make the odr-use logic work correctly for constant-expressions. PR12006. | Eli Friedman |
2012-02-27 | Convert initializer lists to temporaries in CreateBuiltinBinOp. Allows assign... | Sebastian Redl |
2012-02-26 | Tests for r151508. | Richard Smith |
2012-02-25 | PR11956: C++11's special exception for accessing non-static data members from | Richard Smith |
2012-02-22 | Teach overload resolution to prefer user-defined conversion via a | Douglas Gregor |
2012-02-22 | Generate an AST for the conversion from a lambda closure type to a | Douglas Gregor |
2012-02-21 | In the conflict between C++11 [expr.prim.general]p4, which declares | Douglas Gregor |
2012-02-21 | Improve our handling of lambda expressions that occur within default | Douglas Gregor |
2012-02-18 | Rewrite variable capture within lambda expressions and blocks, | Douglas Gregor |
2012-02-18 | Unify our computation of the type of a captured reference to a | Douglas Gregor |
2012-02-17 | Only add 'const' to the type of variables captured in a lambda when | Douglas Gregor |
2012-02-16 | Lambda closure types are always considered to be like "local" classes, | Douglas Gregor |
2012-02-16 | Implicitly define a lambda's conversion functions (to function | Douglas Gregor |
2012-02-15 | Lambda closure types have a conversion function to a block pointer | Douglas Gregor |
2012-02-15 | When overload resolution picks an implicitly-deleted special member | Douglas Gregor |
2012-02-15 | A little more lambda capture initialization diagnostics cleanup | Douglas Gregor |
2012-02-15 | Introduce a new initialization entity for lambda captures, and | Douglas Gregor |