1. 0e2c34f Update aosp/master clang for rebase to r230699. by Stephen Hines · 10 years ago
  2. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  3. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  4. d1fa81c Warn on duplicate function specifier by Serge Pavlov · 11 years ago
  5. b390e49 PR17295: Do not allow explicit conversion functions to be used in cases where by Richard Smith · 11 years ago
  6. 097e0a2 Refactor places which perform contextual implicit conversions to go through a by Richard Smith · 11 years ago
  7. 9dd686d Update regression tests for r166617. by Eli Friedman · 12 years ago
  8. ed878af Implement C++11 [over.match.copy]p1b2, which allows the use of by Douglas Gregor · 13 years ago
  9. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  10. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  11. 85ea7aa Declare and define implicit move constructor and assignment operator. by Sebastian Redl · 13 years ago
  12. bf6e317 Tests for explicit conversion operators, along with a fix to avoid by Douglas Gregor · 13 years ago
  13. 7a6e13a Fix a pretty bad bug where if a constructor (or conversion function) was marked as 'explicit', but then defined out-of-line, we would not treat it as being explicit. by Anders Carlsson · 15 years ago