[C++11] Replace LLVM-style type traits with C++11 standard ones.
[oota-llvm.git] / unittests / Support / DataExtractorTest.cpp
2012-08-20 Benjamin KramerDataExtractor: Fix integer truncation issues in LEB128...
2011-09-13 NAKAMURA Takumiunittests/Support/DataExtractorTest.cpp: Specify ULL...
2011-09-13 Benjamin KramerAdd the DataExtractor utility class.