summaryrefslogtreecommitdiff
path: root/src/vm/typestring.h
AgeCommit message (Collapse)AuthorFilesLines
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park1-15/+15
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-2/+0
The FEATURE_HOSTED_BINDER is always on so remove it from all the sources.
2016-01-27Update license headersdotnet-bot1-4/+3
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+2
This change changes destructors to be virtual or adds virtual ones where they were missing based on the clang warnings.
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+268
[tfs-changeset: 1407945]