summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-0/+9
* Dependent Address Space SupportAndrew Gozillon2017-10-021-0/+9
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-0/+1
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-081-1/+0
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-081-0/+1
* ObjC++: decorate ObjC interfaces in MSABI properlySaleem Abdulrasool2017-08-231-3/+5
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-171-1/+1
* AST: enhance mangling for blocks with MS ABISaleem Abdulrasool2017-06-261-10/+65
* Update MS mangling EBNF, NFCReid Kleckner2017-05-261-0/+2
* [OpenCL] Correct ndrange_t implementationAnastasia Stulova2017-02-161-4/+0
* Fix spelling mistake - paramater -> parameter. NFCI.Simon Pilgrim2017-02-151-1/+1
* [MS ABI] Correctly mangling vbase destructorsDavid Majnemer2017-02-141-11/+22
* P0091R3: Implement basic parsing support for C++17 deduction-guides.Richard Smith2017-02-071-0/+3
* PR0091R3: Implement parsing support for using templates as types.Richard Smith2017-01-261-0/+11
* Remove unused lambda captures. NFCMalcolm Parsons2017-01-131-2/+2
* Follow up to r291448: use isStructorDecl in one more placeReid Kleckner2017-01-091-1/+1
* [MS] Fix function type mangling of default ctor closuresReid Kleckner2017-01-091-6/+10
* [MS ABI] Mangle unnamed enums correctlyDavid Majnemer2016-12-251-2/+9
* [MS ABI] Implement more of the Itanium mangling rulesDavid Majnemer2016-12-061-21/+52
* regcall: Implement regcall Calling Conv in clangErich Keane2016-11-021-0/+2
* [Coroutines] Add proper mangling for operator co_await for MicrosoftABIGor Nishanov2016-09-281-8/+2
* P0217R3: code generation support for decomposition declarations.Richard Smith2016-08-151-1/+17
* [MS ABI] Support throwing/catching __unaligned typesDavid Majnemer2016-07-121-3/+6
* [MSVC2015] Fix mangling for static variables initialization guardsDmitry Polukhin2016-05-271-0/+1
* [MSVC] Support for __unaligned qualifier in functionsAndrey Bokhanko2016-05-261-2/+3
* [MS ABI] Ignore transparent contexts when determining the effective contextDavid Majnemer2016-05-191-1/+1
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-111-0/+5
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-0/+1
* Revert r268727, it caused PR27666.Nico Weber2016-05-061-5/+0
* [MSVC] Implementation of __unaligned as a proper type qualifierAndrey Bokhanko2016-05-061-0/+5
* Revert 266186 as it breaks anything that includes type_traits on some platformsNemanja Ivanovic2016-04-151-1/+0
* Revert r266415, it broke parsing SDK headers (PR27367).Nico Weber2016-04-151-5/+0
* [MSVC Compat] Implementation of __unaligned (MS extension) as a type qualifierAndrey Bokhanko2016-04-151-0/+5
* Enable support for __float128 in ClangNemanja Ivanovic2016-04-131-0/+1
* [OpenCL] Move OpenCLImageTypes.def from clangAST to clangBasic library.Alexey Bader2016-04-131-1/+1
* [OpenCL] Complete image types support.Alexey Bader2016-04-081-47/+4
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-1/+1
* Improve the representation of CXXUuidofExprDavid Majnemer2016-03-271-1/+1
* [MS ABI] Mangle symbols names longer than 4096 characters correctlyDavid Majnemer2016-03-071-42/+104
* [OPENMP 4.0] Initial support for 'omp declare reduction' construct.Alexey Bataev2016-03-031-2/+4
* Revert "Revert r260388 "[MS ABI] Never reference dllimport'd vtables""David Majnemer2016-02-111-1/+4
* Revert r260388 "[MS ABI] Never reference dllimport'd vtables"Hans Wennborg2016-02-101-4/+1
* [MS ABI] Never reference dllimport'd vtablesDavid Majnemer2016-02-101-1/+4
* [MS ABI] Don't crash while mangling recursive lambdasDavid Majnemer2016-01-171-4/+12
* [OpenCL] Pipe type supportXiuli Pan2016-01-091-0/+9
* [MS ABI] Remove mangleCXXCatchHandlerTypeDavid Majnemer2015-12-311-11/+0
* [MS ABI] Change the ArgBackRefMap to hold const qualified pointersDavid Majnemer2015-12-311-2/+2
* [MS ABI] Replace dead code with an assertionDavid Majnemer2015-12-311-2/+4
* Silencing a -Wcast-qual warning; NFC.Aaron Ballman2015-12-301-1/+1
* [MS ABI] Add variable templates to the NameBackReferencesDavid Majnemer2015-12-301-1/+1