llvm-6502/include
Duncan P. N. Exon Smith 966942da9e 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`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224058 91177308-0d34-0410-b5e6-96231b3b80d8
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