1. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  2. 798345c XFAIL this for now. by Anders Carlsson · 15 years ago
  3. 0ddb6f7 It's perfectly fine to see UserDefinedConversion casts when emitting scalar expressions. by Anders Carlsson · 15 years ago
  4. 3b29901 Testcase fixes to reflect instruction table changes in the LLVM backend by Sean Callanan · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 2475d76 Remove RUN: true lines. by Daniel Dunbar · 15 years ago
  7. 4fcfde4 Eliminate &&s in tests. by Daniel Dunbar · 15 years ago
  8. aac6e3a If a conversion operator exists in a base class, make sure to cast the object to that base class. by Anders Carlsson · 15 years ago
  9. b191e2d Used visible conversion function api to do overload by Fariborz Jahanian · 15 years ago
  10. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  11. 383d298 Patch to ir-gen user-defined conversions used in expressions [12.3.2-p3] by Fariborz Jahanian · 15 years ago
  12. 3197659 Patch for code gen. for c-style cast which ends in by Fariborz Jahanian · 15 years ago
  13. d841778 Test case for conversion type method call ir-gen. by Fariborz Jahanian · 15 years ago
  14. 293361a Emit conversion functions correctly. by Anders Carlsson · 15 years ago