Age | Commit message (Expand) | Author |
---|---|---|
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 |
2010-08-13 | Properly give unique-external linkage to members of member templates | John McCall |
2010-05-06 | The global variable for the VTT might not have external linkage; allow | Douglas Gregor |
2010-01-26 | If a global variable has an initializer with side effects, it can never be de... | Anders Carlsson |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-10-01 | Anonymous namespaces, sema + codegen. A lot of semantics are still broken, | John McCall |