aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/windows-itanium-exceptions.cpp
AgeCommit message (Collapse)AuthorFilesLines
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer1-2/+3
llvm-svn: 239941
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie1-1/+1
llvm-svn: 230795
2014-06-29clang/test/CodeGenCXX/windows-itanium-exceptions.cpp: Add REQUIRES:asserts ↵NAKAMURA Takumi1-0/+1
for now. llvm-svn: 211996
2014-06-28test: add a test for windows itanium exceptionsSaleem Abdulrasool1-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