Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-17 | Update clang to take into account the changes to personality fns | David Majnemer | 1 | -2/+3 | |
llvm-svn: 239941 | |||||
2015-02-27 | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 1 | -1/+1 | |
llvm-svn: 230795 | |||||
2014-06-29 | clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts ↵ | NAKAMURA Takumi | 1 | -0/+1 | |
for now. llvm-svn: 211996 | |||||
2014-06-28 | test: add a test for windows itanium exceptions | Saleem Abdulrasool | 1 | -0/+46 | |
Some time ago, I noticed that try would get resolved incorrectly for Windows Itanium targets. Add an explicit test to exsure that exceptions are handled correctly for Windows Itanium environments. llvm-svn: 211992 |