summaryrefslogtreecommitdiff
path: root/lib/AST/MicrosoftMangle.cpp
Commit message (Expand)AuthorAge
* Don't go through the TypeSourceInfo when getting the SourceRange.Zachary Turner2014-06-25
* MS ABI: Only class templates get complex nullptr pointer-to-member-functionsDavid Majnemer2014-06-11
* MS ABI: Mangle null pointer-to-member-functions compatiblyDavid Majnemer2014-06-11
* Fix mangling of __uuidof after two levels of template instantiationReid Kleckner2014-06-10
* MS ABI: Simplify microsoft mangling of template instantiationsDavid Majnemer2014-06-08
* MS-ABI: Mangle empty template parameter packs correctlyDavid Majnemer2014-06-04
* MS-ABI: Implement user defined literalsDavid Majnemer2014-06-04
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-23
* MS ABI: Tighten RTTI manglingDavid Majnemer2014-05-13
* MS ABI: Preliminary RTTI manglingDavid Majnemer2014-05-13
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Make DiagnosticsEngine non-copyableAlp Toker2014-05-11
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-01
* MS ABI: Implement mangling for ref-qualifiers on methodsDavid Majnemer2014-04-23
* MS ABI: Use range-based for loops in the manglerDavid Majnemer2014-04-23
* MS ABI: Cleanup some egregious style violationsDavid Majnemer2014-04-23
* Mangle the vbptr offset into pointers to member functionsReid Kleckner2014-04-07
* MS ABI: Support mangling of return-types deducing to local typesDavid Majnemer2014-04-01
* MS ABI: Simplify MangleByte furtherDavid Majnemer2014-04-01
* MS ABI: Simplify endian swapping codeDavid Majnemer2014-03-31
* MS ABI: mangleStringLiteral shouldn't rely on the host's endiannessDavid Majnemer2014-03-31
* MS ABI: Document the '\xc1' to '\xda' manglingsDavid Majnemer2014-03-31
* MS ABI: Correct typo in mangleStringLiteralDavid Majnemer2014-03-30
* MS ABI: Simplify mangleTemplateArgsDavid Majnemer2014-03-30
* MS ABI: Simplify MangleByteDavid Majnemer2014-03-30
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-24
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-24
* MS ABI: Add tests, other cleanups for r204562David Majnemer2014-03-24
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-23
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [C++11] Replacing FunctionProtoType iterators param_type_begin() and param_ty...Aaron Ballman2014-03-17
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-11
* MS ABI: Disambiguate the manglings for global guard variablesDavid Majnemer2014-03-06
* MS ABI: Fix the initializer/finalizer mangling for static data membersDavid Majnemer2014-03-06
* MS ABI: Mangle lambdasDavid Majnemer2014-03-05
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-05
* MS ABI: Mangle variable templates properlyDavid Majnemer2014-03-04
* MS ABI: Refactor extended qualifiersDavid Majnemer2014-02-18
* MS ABI: Add support for mangling __restrictDavid Majnemer2014-02-18
* MS ABI: Use the most recent decl to check the inheritance modelReid Kleckner2014-02-08
* MS ABI: Handle indirect field decls in template argsDavid Majnemer2014-02-06
* MS ABI: Tweak pointer-to-member mangling/inheritance model selectionDavid Majnemer2014-02-06
* Fix -Wunused-variable 'FD' by using it instead of ND when they're equal but FDNick Lewycky2014-02-05
* MS ABI: Fix mangling of static methods and function referencesReid Kleckner2014-02-05
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-05
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* MSVC ABI: Support C++11's auto on variablesDavid Majnemer2014-01-21
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-20
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* [-cxx-abi microsoft] Remove trailing spaces from the manglerDavid Majnemer2013-12-13