| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | When filtering the list of associated namespaces so that we don't suggest people | Nick Lewycky | 2012-11-13 | 1 | -11/+9 |
* | Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. | Nico Weber | 2012-11-09 | 1 | -1/+1 |
* | Don't crash on calling static member overloaded operator, PR14120 | Nico Weber | 2012-11-09 | 1 | -0/+5 |
* | Fix a bug I found while preparing my devmtg talk: When passing NULL to a | Matt Beaumont-Gay | 2012-11-08 | 1 | -2/+12 |
* | PR11851 (and duplicates): Whenever a constexpr function is referenced, | Richard Smith | 2012-11-07 | 1 | -9/+0 |
* | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -3/+2 |
* | DR1442: In a range-based for statement, namespace 'std' is not an associated | Richard Smith | 2012-10-18 | 1 | -13/+5 |
* | Clearing a SmallPtrSet is still expensive, split it out from OverloadCandidat... | Benjamin Kramer | 2012-10-09 | 1 | -1/+5 |
* | StringRef-ify Binary/UnaryOperator::getOpcodeStr | David Blaikie | 2012-10-08 | 1 | -2/+2 |
* | Add FP_CONTRACT support for clang. | Lang Hames | 2012-10-02 | 1 | -14/+16 |
* | Fix crash when a decltype expression in a trailing return type refers to the | Richard Smith | 2012-09-25 | 1 | -0/+23 |
* | Remove Context argument from TemplateDeductionInfo constructor. It was no lon... | Craig Topper | 2012-09-19 | 1 | -5/+5 |
* | Fix a small bug in the way we handle builtin candidates for | Eli Friedman | 2012-09-18 | 1 | -10/+12 |
* | Revert r163829. The world (or libstdc++, at least) is not ready. | Richard Smith | 2012-09-13 | 1 | -0/+6 |
* | Implement C++11 [conv.prom]p4: an enumeration with a fixed underlying type has | Richard Smith | 2012-09-13 | 1 | -1/+15 |
* | Don't perform template argument deduction against invalid templates; | Douglas Gregor | 2012-09-13 | 1 | -0/+7 |
* | Remove speculative fix for C++ core issue 1407, since it was resolved as NAD. | Richard Smith | 2012-09-13 | 1 | -6/+0 |
* | Instantiate class template specializations during ADL. | John McCall | 2012-08-24 | 1 | -1/+1 |
* | Push ArrayRef through the Expr hierarchy. | Benjamin Kramer | 2012-08-24 | 1 | -15/+20 |
* | Rip out remnants of move semantic emulation and smart pointers in Sema. | Benjamin Kramer | 2012-08-23 | 1 | -3/+3 |
* | Better diagnostics for range-based for loops with bad range types. | Sam Panzer | 2012-08-21 | 1 | -57/+176 |
* | Test commit: deleted whitespace on blank line | Sam Panzer | 2012-08-16 | 1 | -1/+1 |
* | Implement warning for integral null pointer constants other than the literal 0. | David Blaikie | 2012-08-08 | 1 | -7/+11 |
* | Fix some minor typos | Sylvestre Ledru | 2012-07-31 | 1 | -1/+1 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | No longer assuming the number of prototype arguments is always less than the ... | Aaron Ballman | 2012-07-20 | 1 | -1/+1 |
* | Fix OverloadCandidateSet::clear to not leak PartialDiagnostics, found by Samuel | Richard Smith | 2012-07-18 | 1 | -1/+4 |
* | Unrevert r158887, reverted in r158949, along with a fix for the bug which | Richard Smith | 2012-06-25 | 1 | -3/+3 |
* | Documentation cleanup: making \param and \returns docs match the code. | James Dennett | 2012-06-22 | 1 | -1/+1 |
* | Diagnostics cleanup: Fixing \params to match the code. | James Dennett | 2012-06-22 | 1 | -24/+4 |
* | Documentation cleanup: | James Dennett | 2012-06-22 | 1 | -5/+3 |
* | Revert r158887. This fixes pr13168. | Rafael Espindola | 2012-06-21 | 1 | -3/+3 |
* | If an object (such as a std::string) with an appropriate c_str() member function | Richard Smith | 2012-06-21 | 1 | -3/+3 |
* | Fix -Wc++11-narrowing warnings for narrowing negative values to larger unsigned | Richard Smith | 2012-06-19 | 1 | -8/+11 |
* | Remove some debugging code that snuck into r158691. | Kaelyn Uhrain | 2012-06-19 | 1 | -5/+0 |
* | Improve the error message when a function overload candidate is rejected | Kaelyn Uhrain | 2012-06-19 | 1 | -5/+20 |
* | Documentation cleanup: | James Dennett | 2012-06-15 | 1 | -1/+1 |
* | Add missing narrowing check: converting from a signed integral type to a wider | Richard Smith | 2012-06-13 | 1 | -5/+11 |
* | PR12964: __int128 and unsigned __int128 are promoted integral types, be sure to | Richard Smith | 2012-06-10 | 1 | -17/+23 |
* | When adding built-in operator candidates for overload resolution | Douglas Gregor | 2012-06-04 | 1 | -26/+110 |
* | DR1152 / PR12931 / PR6177: A candidate function which requires binding a const | Richard Smith | 2012-05-24 | 1 | -1/+1 |
* | PR11857: When the wrong number of arguments are provided for a function | Richard Smith | 2012-05-11 | 1 | -3/+8 |
* | A little tweak to the SFINAE condition reporting. Don't say: | Richard Smith | 2012-05-09 | 1 | -2/+12 |
* | When we suppress an error due to SFINAE, stash the diagnostic away with the | Richard Smith | 2012-05-07 | 1 | -8/+42 |
* | Move Sema::VerifyIntegerConstantExpression() and | Douglas Gregor | 2012-05-04 | 1 | -30/+23 |
* | Switch RequireLiteralType() off of PartialDiagnostic. | Douglas Gregor | 2012-05-04 | 1 | -3/+3 |
* | Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType() | Douglas Gregor | 2012-05-04 | 1 | -14/+22 |
* | move some stuff to .rodata | Nuno Lopes | 2012-04-21 | 1 | -1/+1 |
* | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith | 2012-04-17 | 1 | -0/+2 |
* | s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion. | Douglas Gregor | 2012-04-12 | 1 | -11/+11 |