summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [MS ABI] Improve our mangling of pass_object_sizeDavid Majnemer2015-12-301-4/+30
* [MS ABI] Invent a mangling for reference temporariesDavid Majnemer2015-12-291-6/+6
* [MS ABI] Add a mangling for _ComplexDavid Majnemer2015-12-291-5/+10
* [MS ABI] Mark an unreachable path appropriatelyDavid Majnemer2015-12-291-8/+2
* [MS ABI] Implement a mangling for _Atomic typesDavid Majnemer2015-12-291-5/+10
* [MS ABI] Cleanup our mangling of vector typesDavid Majnemer2015-12-291-10/+13
* [MS ABI] Cleanup the mangling of artifical typesDavid Majnemer2015-12-291-46/+97
* Fix funciton->function typo.Eric Christopher2015-12-161-1/+1
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-2/+14
* [MS ABI] Correctly mangle nullptr member pointers for variable templatesDavid Majnemer2015-12-011-3/+3
* Add support for GCC's '__auto_type' extension, per the GCC manual:Richard Smith2015-11-111-0/+2
* [MS ABI] Mangle static anonymous unionsDavid Majnemer2015-10-221-2/+3
* [coroutines] Add overloaded unary 'operator co_await'.Richard Smith2015-10-221-0/+8
OpenPOWER on IntegriCloud