1. 6b61fcd stop looking for #uses comments. by Chris Lattner · 14 years ago
  2. 485ee32 When a failed dynamic_cast<T&> (which is an lvalue) results in a by Douglas Gregor · 14 years ago
  3. b217bcc XFAIL two tests on Win32 until some cares to investigate... the problem on by Daniel Dunbar · 15 years ago
  4. 905a100 When performing a derived-to-base cast that we know will not change the offset, we don't need to null check the input pointer. Fixes PR5965. by Anders Carlsson · 15 years ago
  5. 5bb4d98 Revert r94073, it fails in Release-Asserts builds. by Benjamin Kramer · 15 years ago
  6. 21c5791 Match branch labels with the trailing colon so we don't accidentally match something else. by Benjamin Kramer · 15 years ago
  7. 69456f1 Fix Release-Asserts for the time being. by Mike Stump · 15 years ago
  8. e8e4a1c Use GetAddrOfRTTI everywhere and remove GenerateRTTI and GenerateRTTIRef. With this change, we can now compile and link TableGen. by Anders Carlsson · 15 years ago
  9. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  10. a84b404 Fixup key function calculations. by Mike Stump · 15 years ago
  11. c888f48 Note why this doesn't yet work. by Mike Stump · 15 years ago
  12. f4a08d0 Trim spacing. by Mike Stump · 15 years ago
  13. 39f36e3 Testcase for dynamic_cast. by Mike Stump · 15 years ago