Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CWG2352: Allow qualification conversions during reference binding. | Richard Smith | 2020-01-09 | 1 | -1/+23 |
* | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith | 2011-10-13 | 1 | -1/+1 |
* | 'const std::type_info*' instead of 'std::type_info const*' | Chris Lattner | 2010-09-05 | 1 | -3/+3 |
* | Whenever we complain about a failed initialization of a function or | Douglas Gregor | 2010-04-22 | 1 | -1/+1 |
* | When pretty-printing tag types, only print the tag if we're in C (and | John McCall | 2010-03-10 | 1 | -3/+3 |
* | Switch the initialization required by return statements over to the | Douglas Gregor | 2009-12-18 | 1 | -4/+3 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Reimplement reference initialization (C++ [dcl.init.ref]) using the | Douglas Gregor | 2009-12-09 | 1 | -3/+4 |
* | Handle ambiguity of reference initialization. | Fariborz Jahanian | 2009-10-14 | 1 | -0/+28 |