summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/debug-info-codeview-heapallocsite.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the metadata for heapallocsite calls when the type is cast.Amy Huang2019-05-021-16/+12
| | | | llvm-svn: 359823
* Relanding r357928 with fixed debuginfo check.Amy Huang2019-04-121-0/+27
| | | | | | | | | | | | | [MS] Add metadata for __declspec(allocator) Original summary: Emit !heapallocsite in the metadata for calls to functions marked with __declspec(allocator). Eventually this will be emitted as S_HEAPALLOCSITE debug info in codeview. Differential Revision: https://reviews.llvm.org/D60237 llvm-svn: 358307
* Revert "[MS] Add metadata for __declspec(allocator)"Amy Huang2019-04-081-27/+0
| | | | | | | This reverts commit e7bd735bb03a7b8141e32f7d6cb98e8914d8799e. Reverting because of buildbot failure. llvm-svn: 357952
* [MS] Add metadata for __declspec(allocator)Amy Huang2019-04-081-0/+27
Summary: Emit !heapallocsite in the metadata for calls to functions marked with __declspec(allocator). Eventually this will be emitted as S_HEAPALLOCSITE debug info in codeview. Reviewers: rnk Subscribers: jfb, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60237 llvm-svn: 357928
OpenPOWER on IntegriCloud