summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ms-union-member-ref.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Speculatively fix the build bots after r370052.Aaron Ballman2019-08-271-4/+4
| | | | llvm-svn: 370058
* Implement codegen for MSVC unions with reference members.Aaron Ballman2019-08-271-0/+34
Currently, clang accepts a union with a reference member when given the -fms-extensions flag. This change fixes the codegen for this case. Patch by Dominic Ferreira. llvm-svn: 370052
OpenPOWER on IntegriCloud