Age | Commit message (Expand) | Author |
2013-04-22 | C++1y constexpr extensions, round 1: Allow most forms of declaration and | Richard Smith |
2013-04-10 | Add support for computing the exception specification for an inheriting | Richard Smith |
2013-02-22 | Update to use references to attribute groups instead of listing the attribute... | Bill Wendling |
2013-02-12 | Call __cxa_begin_catch with the current exception before | John McCall |
2013-02-01 | Don't do delayed exception-specification checking on an invalid | Douglas Gregor |
2012-10-21 | PR14141 (part of DR1351): An implicitly-deduced "any" exception specification | Richard Smith |
2012-10-20 | Rework implementation of DR1492: Apply the resolution to operator delete too, | Richard Smith |
2012-10-19 | Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost... | Andy Gibbs |
2012-07-18 | PR13381: consider cv-qualifiers on a class member's type when determining which | Richard Smith |
2012-05-16 | Recover better from a missing 'typename' in a function template definition. | Richard Smith |
2012-04-17 | Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. | Richard Smith |
2012-02-04 | In C++11 mode, when an integral constant expression is desired and we have a | Richard Smith |
2011-10-13 | Update all tests other than Driver/std.cpp to use -std=c++11 rather than | Richard Smith |
2011-10-09 | After instantiating a 'noexcept' expression, be sure to convert it to | Douglas Gregor |
2011-09-19 | Throw the switch to convert clang to the new exception handling model! | Bill Wendling |
2011-07-09 | clang side to match the LLVM IR type system rewrite patch. | Chris Lattner |
2011-06-14 | When profiling FunctionProtoTypes, don't canonicalize the expression | Douglas Gregor |
2011-06-11 | Implement support for C++11 in-class initialization of non-static data members. | Richard Smith |
2011-06-01 | The expression in a noexcept exception-specification is a | Douglas Gregor |
2011-05-28 | Convert Clang over to resuming from landing pads with llvm.eh.resume. | John McCall |
2011-05-27 | Back out r132209; it's breaking nightly tests. | Eli Friedman |
2011-05-27 | Implement a new, much improved version of the cleanup hack. We just need | John McCall |
2011-03-15 | Fix test case. | Sebastian Redl |
2011-03-15 | More robust check for the special C++0x operator new workaround. | Sebastian Redl |
2011-03-15 | Implement a hack to work around the changing exception specification of opera... | Sebastian Redl |
2011-03-15 | Reintroduce r127617: "Code generation for noexcept." with fixes. | Sebastian Redl |
2011-03-15 | Revert r127617: "Code generation for noexcept." | Jakob Stoklund Olesen |
2011-03-14 | Code generation for noexcept. | Sebastian Redl |
2011-03-14 | Implement instantiation of noexcept spec and add a test case. | Sebastian Redl |
2011-03-14 | Add another, pretty trivial, exception spec test case. | Sebastian Redl |
2011-03-14 | Make deallocation functions implicitly noexcept in C++0x. | Sebastian Redl |
2011-03-12 | Propagate the new exception information to FunctionProtoType. | Sebastian Redl |
2011-03-05 | Parser support for noexcept specifications. | Sebastian Redl |
2011-03-02 | Semantic checking for exception specifications should be triggered by | John McCall |
2011-02-28 | Add -fcxx-exceptions to all tests that use C++ exceptions. | Anders Carlsson |
2011-02-19 | Pass -fexceptions to all tests that use try/catch/throw. | Anders Carlsson |
2011-01-25 | Move unnamed_addr after the function arguments on Sabre's request. | Rafael Espindola |
2011-01-11 | Add unnamed_addr to constructors and destructors. | Rafael Espindola |
2010-07-08 | Apparently the {{$}} hack doesn't work on Windows; I am saddened but not | John McCall |
2010-07-08 | Mark calls to 'throw()' functions as nounwind, and mark the functions nounwind | John McCall |
2010-07-06 | Validated by nightly-test runs on x86 and x86-64 darwin, including after | John McCall |
2010-07-01 | Provide exception specifications for implicitly-declared default constructors. | Douglas Gregor |
2010-07-01 | Provide exception specifications for implicitly-declared copy constructors. | Douglas Gregor |
2010-07-01 | Provide an exception-specification for an implicitly-declared | Douglas Gregor |
2010-07-01 | Add Sema test case for exception-specifiers implicitly added to destructors. | Douglas Gregor |
2010-04-09 | Improve diagnostics when we fail to convert from a source type to a | Douglas Gregor |
2010-03-05 | When declaring a catch block in C++, make sure that the type being | Douglas Gregor |