summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Mangle.h
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fix header issues.Richard Trieu2019-01-111-0/+1
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocationReid Kleckner2018-04-021-1/+3
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-311-3/+1
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-291-1/+3
* [NFC] Header cleanupMehdi Amini2016-07-181-4/+4
* [MS ABI] Support throwing/catching __unaligned typesDavid Majnemer2016-07-121-1/+2
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-0/+1
* Make the remaining headers self-contained.Benjamin Kramer2016-02-021-0/+1
* [MS ABI] Remove mangleCXXCatchHandlerTypeDavid Majnemer2015-12-311-3/+0
* Roll-back r250822.Angel Garcia Gomez2015-10-201-1/+1
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-201-1/+1
* CFI: Introduce -fsanitize=cfi-icall flag.Peter Collingbourne2015-09-101-3/+0
* [MS ABI] Rework member pointer conversionDavid Majnemer2015-06-231-0/+4
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* [MS ABI] Implement thread-safe initialization using the MSVC 2015 ABIDavid Majnemer2015-05-071-0/+4
* Reland r234613 (and follow-ups 234614, 234616, 234618)Reid Kleckner2015-04-141-0/+3
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-3/+0
* Revert r234786, it contained a bunch of stuff I did not mean to commit.Nico Weber2015-04-131-0/+3
* Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216.Nico Weber2015-04-131-3/+0
* [SEH] Re-land r234532, but use internal linkage for all SEH helpersReid Kleckner2015-04-101-0/+3
* Revert r234532 for a bit, it very likely caused http://crbug.com/475768Nico Weber2015-04-101-3/+0
* [SEH] Outline finally blocks using the new variable capture supportReid Kleckner2015-04-091-0/+3
* [MS ABI] Rework .xdata HandlerType emissionDavid Majnemer2015-03-291-3/+2
* MS ABI: Emit HandlerMap entries for C++ catchDavid Majnemer2015-03-171-0/+4
* MS ABI: Implement copy-ctor closures, finish implementing throwDavid Majnemer2015-03-111-3/+3
* MS ABI: Mangle the location of the catchable type into it's nameDavid Majnemer2015-03-101-1/+3
* MS ABI: Insert copy-constructors into the CatchableTypeDavid Majnemer2015-03-061-2/+2
* MS ABI: Implement support for throwing a C++ exceptionDavid Majnemer2015-03-051-0/+9
* Implement Control Flow Integrity for virtual calls.Peter Collingbourne2015-02-201-0/+3
* Initial support for Win64 SEH IR emissionReid Kleckner2015-01-221-0/+3
* Add support for putting constructors and destructos in explicit comdats.Rafael Espindola2014-09-161-0/+5
* Eliminate redundant MangleBuffer classAlp Toker2014-06-031-27/+0
* [MS-ABI] Implements MS-compatible RTTIWarren Hunt2014-05-231-1/+1
* MS ABI: Tighten RTTI manglingDavid Majnemer2014-05-131-8/+6
* MS ABI: Preliminary RTTI manglingDavid Majnemer2014-05-131-0/+17
* AST: Mangle reference temporaries reliablyDavid Majnemer2014-05-011-0/+1
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-241-1/+4
* Revert r204562,204566,204586,204587 as they broke ASan on WindowsTimur Iskhodzhanov2014-03-241-4/+1
* MS ABI: Eliminate Duplicate StringsDavid Majnemer2014-03-231-1/+4
* [-cxx-abi microsoft] Implement local manglings accuratelyDavid Majnemer2014-03-051-1/+8
* MS ABI: Mangle member pointer template argumentsReid Kleckner2014-02-051-1/+0
* [-cxx-abi microsoft] Mangle large integral constants correctlyDavid Majnemer2013-12-091-1/+2
* Add a mangler entry point for TBAA rather than using RTTI directlyReid Kleckner2013-11-191-0/+6
* [-cxx-abi microsoft] Emit thunks for pointers to virtual member functionsHans Wennborg2013-11-151-0/+3
* On 32 bit windows, mangle stdcall and fastcall decls in clang.Rafael Espindola2013-10-161-2/+4
* Extract ABI-specific parts of MangleContext into separate classesTimur Iskhodzhanov2013-10-031-42/+67