commit | e7bd735bb03a7b8141e32f7d6cb98e8914d8799e | [log] [tgz] |
---|---|---|
author | Amy Huang <akhuang@google.com> | Mon Apr 08 17:58:29 2019 +0000 |
committer | Amy Huang <akhuang@google.com> | Mon Apr 08 17:58:29 2019 +0000 |
tree | 6a170781af883dedd0ba142c83af6fcc576c2aff | |
parent | feac33ebb01ae71cd45e410954510f1dfa21c06a [diff] |
[MS] Add metadata for __declspec(allocator) 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