summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/char8_t.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use _Q as MS ABI mangling for char8_t.Richard Smith2019-02-211-5/+7
| | | | | | Thanks to Yuriy Solodkyy for letting us know the mangling here. llvm-svn: 354633
* Fix bogus MSVC char8_t mangling.Richard Smith2018-05-011-1/+2
| | | | | | | This appears to have been caused by a bad automatic svn merge with r330225 attaching the 'case' label to the wrong block of code. :( llvm-svn: 331299
* Fix up r331244 - the emitted definition is weak_odr linkage. Should getChandler Carruth2018-05-011-1/+1
| | | | | | | | the build bots to healthy again without a full revert. As the functionality added has nothing to do with linkage this seems unlikely to represent a deep or interesting bug in the patch. llvm-svn: 331245
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+8
This is not yet part of any C++ working draft, and so is controlled by the flag -fchar8_t rather than a -std= flag. (The GCC implementation is controlled by a flag with the same name.) This implementation is experimental, and will be removed or revised substantially to match the proposal as it makes its way through the C++ committee. llvm-svn: 331244
OpenPOWER on IntegriCloud