1. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  2. 6dbba4f Catch placeholder types in DefaultLvalueConversion by John McCall · 13 years ago
  3. 864c041 Make yet another placeholder type, this one marking that an expression is a bound by John McCall · 13 years ago
  4. bec7343 Unbreak test by Douglas Gregor · 13 years ago
  5. 31798a6 Add a test for !ptr-to-member (should fail) by Marshall Clow · 13 years ago
  6. 914c9a6 Tweak the wording of this warning further based on a suggestion from Chris. by Chandler Carruth · 14 years ago
  7. 11ab790 Emit error when using a bound member function for something other than calling it. by Argyrios Kyrtzidis · 14 years ago
  8. 0f279e7 Emit an error when trying to form a pointer-to-member to a bitfield. by Argyrios Kyrtzidis · 14 years ago
  9. c92bbb4 renamed: test/SemaCXX/ptrtomember-badcall.cpp -> test/SemaCXX/ptrtomember.cpp by Argyrios Kyrtzidis · 14 years ago[Renamed from test/SemaCXX/ptrtomember-badcall.cpp]
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 5de2450 Diagnose use of data pointer member in a function call by Fariborz Jahanian · 15 years ago