summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/decl-microsoft-call-conv.cpp
Commit message (Expand)AuthorAgeFilesLines
* Renamed and changed the wording of warn_cconv_ignoredSunil Srivastava2019-07-171-1/+1
* Revert "Append new attributes to the end of an AttributeList."Michael Kruse2018-06-251-1/+1
* Append new attributes to the end of an AttributeList.Michael Kruse2018-06-191-1/+1
* PR24595: Ignore calling convention modifiers for structors in MS ABI.Andrey Bokhanko2015-09-141-1/+6
* Re-land "MS ABI: lambda call operators are instance methods and should use th...Reid Kleckner2015-04-011-3/+19
* Reverting r233023 -- it caused test failures on Windows with MSVC x86.Aaron Ballman2015-03-241-19/+3
* MS ABI: lambda call operators are instance methods and should use thiscallReid Kleckner2015-03-231-3/+19
* Add frontend support for __vectorcallReid Kleckner2014-10-241-1/+12
* MinGW: Define __stdcall&co when -fms-extensions is disabledReid Kleckner2014-04-211-0/+2
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Take into consideration calling convention when processing specializations.Rafael Espindola2013-12-101-0/+26
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-051-0/+12
* Handle CC and NoReturn when instantiating members of class templates.Rafael Espindola2013-12-011-0/+8
* Further fixes when thiscall is the default for methods.Rafael Espindola2013-11-191-0/+7
* The attached patch is a follow up from my previous one. The existingRafael Espindola2013-11-181-0/+9
* Use the default method CC in GetFullTypeForDeclarator.Rafael Espindola2013-11-181-0/+7
* Ignore calling conventions when checking function template specializationsReid Kleckner2013-09-101-0/+16
* Delete CC_Default and use the target default CC everywhereReid Kleckner2013-08-271-28/+62
* Fix declaring class template methods with an attributed typedefReid Kleckner2013-07-311-1/+27
* Fix MergeFunctionDecl implicit CC for static methods.Timur Iskhodzhanov2013-02-221-0/+86
OpenPOWER on IntegriCloud