Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speculatively fix the build bots after r370052. | Aaron Ballman | 2019-08-27 | 1 | -4/+4 |
| | | | | llvm-svn: 370058 | ||||
* | Implement codegen for MSVC unions with reference members. | Aaron Ballman | 2019-08-27 | 1 | -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 |