Age | Commit message (Expand) | Author |
2013-05-06 | Grab-bag of bit-field fixes: | John McCall |
2013-04-20 | C++1y: Allow aggregates to have default initializers. | Richard Smith |
2013-04-11 | Force a load when creating a reference to a temporary copied from a bitfield. | Jordan Rose |
2013-03-26 | <rdar://problem/13278115> Improve diagnostic when failing to bind an rvalue r... | Douglas Gregor |
2013-03-25 | <rdar://problem/13395022> Strip references when extracting an initializer_lis... | Douglas Gregor |
2013-02-05 | Add some missing diagnostics for C++11 narrowing conversions. | Richard Smith |
2012-12-20 | Implement AST dumper for Decls. | Alexander Kornienko |
2012-12-08 | Implement C++03 [dcl.init]p5's checking for value-initialization of references | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-10-18 | Tests for DR1507. | Richard Smith |
2012-09-28 | When processing an InitListExpr and skipping the initialization of an invalid | Richard Smith |
2012-07-07 | PR12670: Support for initializing an array of non-aggregate class type from an | Richard Smith |
2012-06-19 | Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned | Richard Smith |
2012-06-19 | Improve the error message when a function overload candidate is rejected | Kaelyn Uhrain |
2012-06-13 | Add missing narrowing check: converting from a signed integral type to a wider | Richard Smith |
2012-05-15 | Fold the six functions checking explicitly-defaulted special member functions | Richard Smith |
2012-04-04 | Dependent-sequence initialization of a single element can be direct | Douglas Gregor |
2012-03-30 | PR10217: Provide diagnostics explaining why an implicitly-deleted special | Richard Smith |
2012-02-15 | When overload resolution picks an implicitly-deleted special member | Douglas Gregor |
2012-01-23 | Add -Wnarrowing as an alias for -Wc++11-narrowing, for better GCC | Douglas Gregor |
2012-01-23 | Downgrade C++11 narrowing conversion errors to warnings default-mapped | Douglas Gregor |
2012-01-18 | Move narrowing conversion detection code from SemaInit to SemaOverload, ready | Richard Smith |
2012-01-12 | constexpr: initialization of a union from an empty initializer-list should | Richard Smith |
2011-12-22 | List-initialization via constructor part 1. Still needs: pretty-printing, ove... | Sebastian Redl |
2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
2011-11-07 | When we notice that a member function is defined with "= delete" or "= | Douglas Gregor |
2011-10-18 | Simplify RecordDeclCXX::setBases slightly. No functional change. | Richard Smith |
2011-10-18 | Switch to the C++11 warning flags in tests. | David Blaikie |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-10-10 | When adding a direct initializer to a declaration, allow the | Douglas Gregor |
2011-10-04 | Don't allow an rvalue reference to bind to the result of a calling a | Douglas Gregor |
2011-09-29 | Basic/Diagnostics: Rewrite DiagnosticIDs::getDiagnosticLevel completely to be... | Daniel Dunbar |
2011-09-05 | Implement the suggested resolution of WG21 N3307 issue 19: When determining w... | Richard Smith |
2011-08-30 | Fix PR10694: Boolean conversions can be from pointers, and those conversions | Jeffrey Yasskin |
2011-08-30 | Declare and define implicit move constructor and assignment operator. | Sebastian Redl |
2011-08-29 | Print 'int' instead of 'const int' in the narrowing conversion error, since the | Jeffrey Yasskin |
2011-08-15 | Teach reference initialization from the result of a user-defined | Douglas Gregor |
2011-08-12 | Conversions to bool count as integer conversions for the purposes of | Jeffrey Yasskin |
2011-07-26 | This patch implements as much of the narrowing conversion error specified by | Jeffrey Yasskin |
2011-07-14 | Revert 135177 to fix PR10363. | Rafael Espindola |
2011-07-14 | For C++11, do more checking of initializer lists up-front, enabling some subs... | Sebastian Redl |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-05-21 | Teach Sema::ActOnUninitializedDecl() not to try to interpret when one | Douglas Gregor |
2011-04-11 | PR9669: implement correct checking for [dcl.init.string]p2. | Eli Friedman |
2011-01-24 | Re-instate r123977/r123978, my updates of the reference-binding | Douglas Gregor |
2011-01-22 | revert r123977 and r123978 to fix PR9026. | Rafael Espindola |
2011-01-21 | Update the reference-binding implementation used for overload | Douglas Gregor |
2011-01-21 | Add more reference-binding examples from the C++0x working paper, all of whic... | Douglas Gregor |
2011-01-21 | More work to bring reference binding up to the latest C++0x | Douglas Gregor |
2011-01-21 | When performing reference binding via a conversion function, perform | Douglas Gregor |