Skip to content
GitLab
Explore
Sign in
llvm-bpevl
lld
ELF
Driver.cpp
Find file
Blame
History
Permalink
Provide a convenient function to allocate and initialize objects.
· d52adb39
Rui Ueyama
authored
Nov 01, 2016
You can now write make<T>(Args) instead of new (alloc<T>()) T(Args). llvm-svn: 285760
d52adb39
Loading