summaryrefslogtreecommitdiff
path: root/clang/test/Driver/rtti-options.cpp
AgeCommit message (Expand)Author
2023-08-01[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-30Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-29[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2023-07-28Revert D156363 "[Driver] -###: exit with code 1 if hasErrorOccurred"Fangrui Song
2023-07-28[Driver] -###: exit with code 1 if hasErrorOccurredFangrui Song
2022-05-25[PS5] Default to -fno-rttiPaul Robinson
2018-05-18Do not enable RTTI with -fexceptions, for PS4Sunil Srivastava
2018-05-15Fixed some rtti-options tests.Sunil Srivastava
2018-04-06Fix typos in clangAlexander Kornienko
2017-08-02[ubsan] Have -fsanitize=vptr emit a null check if -fsanitize=null isn't avail...Vedant Kumar
2017-07-25[ubsan] Null-check pointers in -fsanitize=vptr (PR33881)Vedant Kumar
2015-10-16PS4: Add tests for rtti/vptr-sanitizer interactionFilipe Cabecinhas
2015-09-25Revert "This patch adds missing pieces to clang, including the PS4 toolchain ...Greg Bedwell
2015-09-24This patch adds missing pieces to clang, including the PS4 toolchainEkaterina Romanova
2015-06-19[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov
2015-06-17Revert "[Sanitizers] Provide better diagnostic for sanitizers unsupported for...Alexey Samsonov
2015-06-17[Sanitizers] Provide better diagnostic for sanitizers unsupported for target ...Alexey Samsonov
2015-03-20Only add -fno-rtti if KernelOrKext or in C++ mode.Filipe Cabecinhas
2015-03-20Don't claim exception related arguments when looking at RTTIModeFilipe Cabecinhas
2015-02-19Improve our handling of rtti/sanitize=vptr/sanitize=undefinedFilipe Cabecinhas
2015-01-31Tweak behavior due to -fexceptions, in C++ mode, imply -fcxx-exceptionsFilipe Cabecinhas
2015-01-30Remove unneeded codeFilipe Cabecinhas
2015-01-29Add some more PS4 driver settings related to rtti and exceptions.Filipe Cabecinhas