summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/duplicate-mangled-name.cpp
AgeCommit message (Expand)Author
2024-05-04[test] %clang_cc1: remove redundant actionsFangrui Song
2023-08-28[clang] Remove rdar links; NFCAaron Ballman
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini
2023-07-07Remove rdar links; NFCAaron Ballman
2023-06-08[Clang] Convert some tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2020-11-16[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointerCJ Johnson
2018-05-30Make the mangled name collision diagnostic a bit more useful by listing the m...Richard Smith
2018-04-06Fix typos in clangAlexander Kornienko
2018-02-23Bring r325915 back.Rafael Espindola
2016-01-14Fix for armv7-a15 and thumbv7-a15 buildbot fails.Andrey Bokhanko
2016-01-14PR25910: clang allows two var definitions with the same mangled nameAndrey Bokhanko
2015-08-31PR17829: Proper diagnostic of mangled names conflictsAndrey Bokhanko
2014-08-02In the case of mangling collisions, make an attempt to note both definitionsRichard Smith
2014-01-14Remove the -cxx-abi command-line flag.Hans Wennborg
2013-12-13Prepare for using MS ABI by default for Win32: update CodeGenCXX testsHans Wennborg
2013-11-24[test] Add test case I forgot to add for r195564.Argyrios Kyrtzidis