diff options
author | Rui Ueyama <ruiu@google.com> | 2016-11-01 22:53:18 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2016-11-01 22:53:18 +0000 |
commit | d52adb3917397a70b2e0e3d98e719d1b4f263690 (patch) | |
tree | 0a50da8da348e5173be9c5b33586f82a0e1ede57 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 05c03845e7655656ec0f4d3338b722db74120998 (diff) | |
download | llvm-d52adb3917397a70b2e0e3d98e719d1b4f263690.zip llvm-d52adb3917397a70b2e0e3d98e719d1b4f263690.tar.gz llvm-d52adb3917397a70b2e0e3d98e719d1b4f263690.tar.bz2 |
Provide a convenient function to allocate and initialize objects.
You can now write make<T>(Args) instead of new (alloc<T>()) T(Args).
llvm-svn: 285760
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions