summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/msabi-swiftcall-cc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* CodeGenCXX: support PreserveMostCC in MS ABISaleem Abdulrasool2018-04-021-4/+43
| | | | | | | | Microsoft has reserved 'U' for the PreserveMostCC which is used in the swift runtime. Add support for this. This allows the swift runtime to be built for Windows again. llvm-svn: 329025
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-6/+6
| | | | | | | It is not needed after LLVM r327734. Now it will be easier to copy-paste IR symbol names from Clang. llvm-svn: 327738
* AST: support SwiftCC on MS ABISaleem Abdulrasool2018-02-071-0/+28
Microsoft has reserved the identifier 'S' as the swift calling convention. Decorate the symbols appropriately. This enables swift on Windows. llvm-svn: 324439
OpenPOWER on IntegriCloud