Use std::fill instead of memset to initialize an array to avoid hardcoded count and...
[oota-llvm.git] / include / llvm / IR / TrackingMDRef.h
2014-12-22 Adrian PrantlAdd a C++ marker to this header file.
2014-12-09 Hans WennborgTry fixing MSVC build after r223802
2014-12-09 Duncan P. N. Exon... Fix an MSVC failure from r223802
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value