llvm-project/llvm/tools/llvm-diff
Fangrui Song 4d4bd40b57 Use std::is_trivially_copyable
GCC<5 did not support std::is_trivially_copyable. Now LLVM builds require 5.1
we can migrate to std::is_trivially_copyable.
2020-12-02 09:58:07 -08:00
..
CMakeLists.txt
DiffConsumer.cpp [IR] Replace all uses of CallBase::getCalledValue() with getCalledOperand(). 2020-04-27 22:17:03 -07:00
DiffConsumer.h
DiffLog.cpp
DiffLog.h
DifferenceEngine.cpp Use std::is_trivially_copyable 2020-12-02 09:58:07 -08:00
DifferenceEngine.h
llvm-diff.cpp