Age | Commit message (Expand) | Author |
---|---|---|
2012-05-09 | Push the knowledge that we are parsing a type-id/type-name further into the | Richard Smith |
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 |
2009-12-15 | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar |
2009-05-16 | Fixup __extension__ i = 1 parsing. Thanks Eli! | Mike Stump |
2009-05-15 | Fixup parsing for (throw,throw) and __extension__ throw 1. | Mike Stump |