| Age | Commit message (Expand) | Author |
| 2013-04-10 | <rdar://problem/13605348> Don't consider invalid user-defined literal operato... | Douglas Gregor |
| 2013-01-24 | Handle universal character names and Unicode characters outside of literals. | Jordan Rose |
| 2012-10-20 | DR1473: Do not require a space between operator"" and the ud-suffix in a | Richard Smith |
| 2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
| 2012-09-18 | Fix a small bug in the way we handle builtin candidates for | Eli Friedman |
| 2012-04-04 | When computing the conversion sequence in overload resolution | John McCall |
| 2012-03-15 | Unpluralize -Wfoo-conversions warnings for consistency. | David Blaikie |
| 2012-03-10 | PR12225: The requirement that literal operators be namespace-scope functions | Richard Smith |
| 2012-03-09 | Literal operator suffixes and regular names live in separate namespaces. | Richard Smith |
| 2012-03-09 | Literal operators can't have default arguments. | Richard Smith |
| 2012-03-08 | Implement C++11 [lex.ext]p10 for string and character literals: a ud-suffix not | Richard Smith |
| 2012-03-06 | User-defined literals: reject string and character UDLs in all places where the | Richard Smith |
| 2012-03-05 | Lexing support for user-defined literals. Currently these lex as the same token | Richard Smith |
| 2012-03-04 | Add tests for [over.literal]. Fix a few bugs which were exposed by the tests. | Richard Smith |
| 2012-02-24 | Add test for C++ DR899. | Douglas Gregor |
| 2012-02-24 | Implement C++11 [over.match.copy]p1b2, which allows the use of | Douglas Gregor |
| 2011-12-15 | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu |
| 2011-12-09 | Add notes for suppressing and (if it's a zero-arg function returning bool) fi... | David Blaikie |
| 2011-12-05 | Add a warning for implicit conversion from function literals (and static | Lang Hames |
| 2011-10-17 | Teach the ARC compiler to not require __bridge casts when | John McCall |
| 2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
| 2011-10-11 | Catch placeholder types in DefaultLvalueConversion | John McCall |
| 2011-10-10 | Always add the built-in overload candidates for operators &&, ||, and | Douglas Gregor |
| 2011-04-26 | Make yet another placeholder type, this one marking that an expression is a b... | John McCall |
| 2011-04-10 | Simplify calling CheckPlaceholderExpr, converge on it in a few places, | John McCall |
| 2011-03-29 | Fix a bug in how we were resolving the address of overloaded functions | Chandler Carruth |
| 2011-03-07 | Produce a diagnostic for unused overloaded expressions, from Faisal Vali! | Douglas Gregor |
| 2011-02-19 | Handle the resolution of a reference to a function template (which | Douglas Gregor |
| 2011-01-26 | Implement the restriction that a function with a ref-qualifier cannot | Douglas Gregor |
| 2011-01-26 | Rvalue references for *this: explicitly keep track of whether a | Douglas Gregor |
| 2011-01-26 | Rvalue references for *this: implement the implicit conversion rules | Douglas Gregor |
| 2011-01-26 | Rvalue references for *this: allow functions to be overloaded based on | Douglas Gregor |
| 2011-01-26 | Reinstate r124236 (tweaking the rvalue-reference overload resolution | Douglas Gregor |
| 2011-01-25 | Speculatively revert r124236 | Douglas Gregor |
| 2011-01-25 | Speculatively implement a tweak to the C++0x overload resolution rules | Douglas Gregor |
| 2011-01-25 | Fix the ranking of reference bindings during overload resolution | Douglas Gregor |
| 2011-01-21 | Add test for overload resolution's preference for binding an rvalue | Douglas Gregor |
| 2010-11-15 | Implement C++0x [temp.func.order]p3 (aka DR532) properly. In | Douglas Gregor |
| 2010-11-12 | Implement C++ [over.match.funcs]p4 as it concerns partial ordering of | Douglas Gregor |
| 2010-11-08 | Properly diagnose invalid casts to function references. Patch by | Douglas Gregor |
| 2010-10-15 | Add builtin conditional operator candidates for scoped enumeration | Douglas Gregor |
| 2010-09-12 | Implement the "note" in C++ [over.built]p1, which is actually meant to | Douglas Gregor |
| 2010-04-12 | Implement C++ [over.ics.user]p3, which restricts the final conversion | Douglas Gregor |
| 2009-12-19 | Initialization improvements: addition of string initialization and a few | Eli Friedman |
| 2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
| 2009-07-27 | Update for LLVM API change. | Owen Anderson |
| 2009-07-11 | Fix test case to match intent. | Daniel Dunbar |
| 2009-07-09 | Another little test for C++ [over.over] | Douglas Gregor |
| 2009-07-09 | Add test for C++ [over.over.]p1, the contexts in which one can take the addre... | Douglas Gregor |
| 2009-07-08 | Implement the simple form of overload resolution used when taking the | Douglas Gregor |