llvm-6502/include
Chandler Carruth eb19b8f58b [Allocator] Constrain the Deallocate templated overloads to only apply
to types which we can compute the size of. The comparison with zero
isn't actually interesting here, it's mostly about putting sizeof into
a sfinae context.

This is particular important for Deallocate as otherwise the void*
overload can quickly become ambiguous.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206251 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-15 06:29:04 +00:00
..
llvm [Allocator] Constrain the Deallocate templated overloads to only apply 2014-04-15 06:29:04 +00:00
llvm-c Teach llvm-lto to respect the given RelocModel. 2014-04-14 13:54:16 +00:00