summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merging r339667:Hans Wennborg2018-08-221-2/+8
* Merging r340079:Reid Kleckner2018-08-171-3/+38
* Merging r339428 and r339494:Hans Wennborg2018-08-131-9/+10
* wrap to 80 cols, no behavior changeNico Weber2018-08-011-7/+9
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [ms] Fix mangling of vector types in QMM_Result contexts.Nico Weber2018-07-231-1/+25
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+10
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-10/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+10
* [ms] Fix mangling of string literals used to initialize arrays larger or smal...Hans Wennborg2018-07-061-21/+23
* [ms] Fix mangling of char16_t and char32_t to be compatible with MSVC.Nico Weber2018-07-021-10/+10
* [Fixed Point Arithmetic] Addition of the remaining fixed point types and thei...Leonard Chan2018-06-141-0/+18
* [MS ABI] Mangle unnamed empty enums (PR37723)Hans Wennborg2018-06-111-4/+6
* This diff includes changes for supporting the following types.Leonard Chan2018-06-041-0/+6
* Revert "This diff includes changes for supporting the following types."Leonard Chan2018-06-021-6/+0
* This diff includes changes for supporting the following types.Leonard Chan2018-06-021-0/+6
* Fix null MSInheritanceAttr deref in CXXRecordDecl::getMSInheritanceModel()Reid Kleckner2018-05-311-2/+2
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-1/+1
* Fix bogus MSVC char8_t mangling.Richard Smith2018-05-011-1/+1
* Add Microsoft Mangling for OpenCL Half TypeErich Keane2018-05-011-2/+5
* Implement P0482R2, support for char8_t type.Richard Smith2018-05-011-0/+1
* Add Microsoft mangling for _Float16Erich Keane2018-04-171-0/+3
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* CodeGenCXX: support PreserveMostCC in MS ABISaleem Abdulrasool2018-04-021-0/+1
* Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocationReid Kleckner2018-04-021-15/+9
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-311-9/+15
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-291-15/+9
* [MS] Don't escape MS C++ names with \01Reid Kleckner2018-03-161-26/+26
* Remove redundant casts. NFCGeorge Burgess IV2018-03-011-1/+1
* AST: support ObjC lifetime qualifiers in MS ABISaleem Abdulrasool2018-02-091-5/+60
* AST: support SwiftCC on MS ABISaleem Abdulrasool2018-02-071-3/+3
* AST: support protocol conformances on id/class/interfaces in MS ABISaleem Abdulrasool2018-01-261-3/+30
* AST: inline a single-use variable (NFC)Saleem Abdulrasool2018-01-251-2/+1
* AST: correct mangling for SEL on MS ABISaleem Abdulrasool2018-01-231-1/+0
* AST: adjust ObjC MS mangling to work with typedefsSaleem Abdulrasool2018-01-231-5/+0
* [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
OpenPOWER on IntegriCloud