1. f2c9afc C++11: don't warn about the deprecated 'register' keyword if it's combined with by Richard Smith · 12 years ago
  2. 8ca78a1 Add -Wdeprecated warnings and fixits for things deprecated in C++11: by Richard Smith · 12 years ago
  3. b4a9e86 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 13 years ago
  4. ab6bc1d Make the -Wc++11-compat warnings ignored by default, so we don't break by Douglas Gregor · 14 years ago
  5. 205d044 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 14 years ago
  6. 58c7433 PR10458: Finesse behaviour of C++0x features when in pre-0x mode. Accept for-range and auto with an ExtWarn, and produce a -Wc++0x-compat warning in C++98 mode when auto is used as a storage class. by Richard Smith · 14 years ago
  7. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  8. 07e91c0 First pass at friend semantics. by John McCall · 16 years ago