1. 5965b7c Better wording for reference self-initialization warning. by Hans Wennborg · 12 years ago
  2. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  3. 0124839 Fix a crash-on-valid that has been here for a very long time: by Chandler Carruth · 13 years ago
  4. 5082d34 Add another case to the whitelist of cast kinds that can convert to bool. by John McCall · 14 years ago
  5. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  6. 9dadd94 Teach ASTContext::getUnqualifiedArrayType() how to look through by Douglas Gregor · 14 years ago
  7. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  8. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  9. 0938026 Diagnose binding a non-const reference to a vector element. by Anders Carlsson · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  12. 96be691 Make C++ temporary-related expressions provide proper source-range information. by Douglas Gregor · 15 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  14. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 15 years ago
  15. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  16. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  17. f1f9b4e Implement C++ DR 106 and C++ DR 540, both of which deal with by Douglas Gregor · 16 years ago
  18. 818ce48 Temporary disable the const-object-declaration-without-initializer check, because it depends on linkage-specifier semantics we don't yet have by Douglas Gregor · 16 years ago
  19. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  20. 5e8840c Move the C++ Sema tests into a separate SemaCXX directory. by Argyrios Kyrtzidis · 16 years ago[Renamed from test/Sema/cxx-references.cpp]
  21. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  22. 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  23. e39245b disable this for now. by Chris Lattner · 17 years ago
  24. 08ad47c Fix references: by Bill Wendling · 17 years ago