1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include
Duncan P. N. Exon Smith 3d82520e8d LeakDetector: Simplify code and fix comments, NFC
Rather than requiring overloads in the wrapper and the impl, just
overload the impl and use templates in the wrapper.  This makes it less
error prone to add more overloads (`void *` defeats any chance the
compiler has at noticing bugs, so the easier the better).

At the same time, correct the comment that was lying about not changing
functionality for `Value`.

llvm-svn: 224058
2014-12-11 21:23:43 +00:00
..
llvm LeakDetector: Simplify code and fix comments, NFC 2014-12-11 21:23:43 +00:00
llvm-c IR: Split Metadata from Value 2014-12-09 18:38:53 +00:00