summaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/reference-init.cpp
AgeCommit message (Expand)Author
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
2022-10-07[CodeGenCXX] Convert more tests to opaque pointers (NFC)Nikita Popov
2022-04-07[OpaquePtrs][Clang] Add -no-opaque-pointers to tests (NFC)Nikita Popov
2018-05-21Revert r332847; it caused us to miscompile certain forms of reference initial...Richard Smith
2018-02-23Bring r325915 back.Rafael Espindola
2017-02-23PR32044: Fix some cases where we would confuse a transparent init-list expres...Richard 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
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-01-29Fix reference binding of const lvalue references to bit-fields, whichDouglas Gregor
2010-01-25Fix a code gen. bug involving compiling global references.Fariborz Jahanian
2010-01-12Fix the CodeGen half of PR5911 by changing reference initialization toChandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-11Fix a recent regression from the initialization changes.Eli Friedman