summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/catch-undef-behavior.cpp
AgeCommit message (Expand)Author
2025-01-18[Clang] [NFC] Fix unintended `-Wreturn-type` warnings everywhere in the test ...Sirraide
2024-12-10[ubsan] Don't merge non-trap handlers if -ubsan-unique-traps or not optimized...Thurston Dang
2024-08-09[IRBuilder] Generate nuw GEPs for struct member accesses (#99538)Hari Limaye
2024-06-26 [clang] Implement pointer authentication for C++ virtual functions, v-tables...Oliver Hunt
2024-06-19-fsanitize=vptr: Change hash function and simplify bit mixerFangrui Song
2023-07-19-fsanitize=function,MicrosoftMangle: Switch to xxh3_64bitsFangrui Song
2023-05-20-fsanitize=function: use type hashes instead of RTTI objectsFangrui Song
2023-05-19[clang] Convert a few tests to opaque pointersSergei Barannikov
2023-05-19Change -fsanitize=function to place two words before the function entryFangrui Song
2022-11-25Drop redundant pipe to opt -instnamer in clang testsAlex Richardson
2022-11-08[clang][test] Use opt -passes=<name> instead of opt -nameBjorn Pettersson
2022-10-23[Clang] Change AnonStructIds in MangleContext to per-function basedRong Xu
2022-06-27[ubsan] Using metadata instead of prologue data for function sanitizerYuanfang Chen
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2022-02-18[Clang] Rename `disable-noundef-analysis` flag to `-[no-]enable-noundef-analy...hyeongyukim
2022-01-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyu kim
2021-11-09Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...hyeongyu kim
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...hyeongyukim
2021-11-06Revert "[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analy...Juneyoung Lee
2021-11-06[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2021-10-18Revert D105169 due to the two-stage failure in ASANJuneyoung Lee
2021-10-16[Clang/Test]: Rename enable_noundef_analysis to disable-noundef-analysis and ...Juneyoung Lee
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-12-28Fix PR35902: incorrect alignment used for ubsan check.James Y Knight
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2020-05-19[CGCall] Annotate references with "align" attribute.Eli Friedman
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2020-01-31Don't assume a reference refers to at least sizeof(T) bytes.Richard Smith
2019-01-23[ubsan] Check the correct size when sanitizing array new.Richard Smith
2019-01-10In nothrow new-expressions, null-check the result if we're going toRichard Smith
2018-08-31Tests: fix tests encoding specific hash values for 32-bit systems.Tim Northover
2018-03-29Fix typoMatt Arsenault
2018-01-19[CodeGenCXX] annotate a GEP to a derived class with 'inbounds' (PR35909)Sanjay Patel
2017-10-14[ubsan] Don't emit function signatures for non-static member functionsVedant Kumar
2017-09-13Tighten up a test case. NFC.Vedant Kumar
2017-09-13[ubsan] Function Sanitizer: Don't require writable text segmentsVedant Kumar
2017-08-24[ubsan] PR34266: When sanitizing the 'this' value for a member function that ...Richard Smith
2017-08-24Revert "[ubsan] PR34266: When sanitizing the 'this' value for a member functi...Adrian Prantl
2017-08-23[ubsan] PR34266: When sanitizing the 'this' value for a member function that ...Richard Smith
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
2016-09-26P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of arrayRichard Smith
2015-09-15Make clang/test/CodeGen/catch-undef-behavior.c* capable of -Asserts with "opt...NAKAMURA Takumi
2015-03-09Suppress a couple of tests, clang/test/CodeGen/catch-undef-behavior.c and one...NAKAMURA Takumi
2015-03-09[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov
2015-03-05Revert "[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanit...Alexey Samsonov
2015-03-03[UBSan] Split -fsanitize=shift into -fsanitize=shift-base and -fsanitize=shif...Alexey Samsonov
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie