summaryrefslogtreecommitdiff
path: root/tools/llvm-diff/DifferenceEngine.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-28[C++] Use 'nullptr'.Craig Topper1-1/+1
2012-12-04Sort the #include lines for tools/...Chandler Carruth1-3/+2
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer1-3/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-1/+3
2011-03-14This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin1-92/+4
2010-09-03Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling1-2/+2
2010-08-27Fix the msvs 2010 build.Michael J. Spencer1-2/+8
2010-07-29Make the header self-contained and follow #include guidelines.John McCall1-4/+6
2010-07-29Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall1-0/+171