summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/exceptions-no-rtti.cpp
AgeCommit message (Expand)Author
2024-10-18[PAC] Fix address discrimination for type info vtable pointers (#102199)Daniil Kovalev
2022-09-04[test] Make tests pass regardless of gnu++14/gnu++17 defaultFangrui Song
2014-02-08type_info objects are not unnamed_addr: the ABI requires us toJohn McCall
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-01-24Mark VTables and RTTI data linkonce_odr instead of weak_odr, with the excepti...Anders Carlsson
2011-01-11Set unnamed_addr in every type info.Rafael Espindola
2010-08-12Just disable the hidden-visibility optimization for now by hiding it behindJohn McCall
2010-08-04Emit standard-library RTTI with external linkage, not weak_odr.John McCall
2010-04-30Fix -fno-rtti -fexceptions by forcing the emission of (non-"builtin") RTTIJohn McCall