1. e3f470a Stop instantiating a class if we hit a static_assert failure. Also, if the by Richard Smith · 12 years ago
  2. 4fd05dc Add triples to these tests to keep them working on Windows, by Richard Smith · 12 years ago
  3. 69f50e7 Fix assertions and wrong output from StmtPrinter's string literal printing. by Richard Smith · 12 years ago
  4. daaefc5 Produce more detailed diagnostics when static_assert condition is not an ICE. by Richard Smith · 13 years ago
  5. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  6. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. 94b15fb Handle static_asserts when instantiating structs. by Anders Carlsson · 15 years ago
  10. c308241 Handle dependent types/exprs in static_assert expressions. by Anders Carlsson · 15 years ago
  11. fb31176 More static_assert work. Check that the assert expr is valid and show an error if it's false. Create the declaration and add it to the current context. by Anders Carlsson · 15 years ago