1. 9cbe4f0 clang side to match the LLVM IR type system rewrite patch. by Chris Lattner · 13 years ago
  2. 1abd359 When profiling FunctionProtoTypes, don't canonicalize the expression by Douglas Gregor · 13 years ago
  3. 7a614d8 Implement support for C++11 in-class initialization of non-static data members. by Richard Smith · 13 years ago
  4. 3617e19 The expression in a noexcept exception-specification is a by Douglas Gregor · 13 years ago
  5. 93c332a Convert Clang over to resuming from landing pads with llvm.eh.resume. by John McCall · 13 years ago
  6. addd80d Back out r132209; it's breaking nightly tests. by Eli Friedman · 13 years ago
  7. 0903421 Implement a new, much improved version of the cleanup hack. We just need by John McCall · 13 years ago
  8. 71fff64 Fix test case. by Sebastian Redl · 14 years ago
  9. d8f2e8e More robust check for the special C++0x operator new workaround. by Sebastian Redl · 14 years ago
  10. 99439d4 Implement a hack to work around the changing exception specification of operator new in C++0x. by Sebastian Redl · 14 years ago
  11. a968e97 Reintroduce r127617: "Code generation for noexcept." with fixes. by Sebastian Redl · 14 years ago
  12. 112d5ee Revert r127617: "Code generation for noexcept." by Jakob Stoklund Olesen · 14 years ago
  13. f86d5f2 Code generation for noexcept. by Sebastian Redl · 14 years ago
  14. 56fb926 Implement instantiation of noexcept spec and add a test case. by Sebastian Redl · 14 years ago
  15. 9351b03 Add another, pretty trivial, exception spec test case. by Sebastian Redl · 14 years ago
  16. 8999fe1 Make deallocation functions implicitly noexcept in C++0x. by Sebastian Redl · 14 years ago
  17. 60618fa Propagate the new exception information to FunctionProtoType. by Sebastian Redl · 14 years ago
  18. 7acafd0 Parser support for noexcept specifications. by Sebastian Redl · 14 years ago
  19. 018591f Semantic checking for exception specifications should be triggered by by John McCall · 14 years ago
  20. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 14 years ago
  21. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  22. 0691a5c Move unnamed_addr after the function arguments on Sabre's request. by Rafael Espindola · 14 years ago
  23. c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
  24. 39dbad9 Apparently the {{$}} hack doesn't work on Windows; I am saddened but not by John McCall · 14 years ago
  25. 9c0c1f3 Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind by John McCall · 14 years ago
  26. f1549f6 Validated by nightly-test runs on x86 and x86-64 darwin, including after by John McCall · 14 years ago
  27. eb8c670 Provide exception specifications for implicitly-declared default constructors. by Douglas Gregor · 14 years ago
  28. 0d405db Provide exception specifications for implicitly-declared copy constructors. by Douglas Gregor · 14 years ago
  29. b87786f Provide an exception-specification for an implicitly-declared by Douglas Gregor · 14 years ago
  30. c05babe Add Sema test case for exception-specifiers implicitly added to destructors. by Douglas Gregor · 14 years ago
  31. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 15 years ago
  32. 6d18289 When declaring a catch block in C++, make sure that the type being by Douglas Gregor · 15 years ago