aboutsummaryrefslogtreecommitdiff
path: root/tools/llvm-diff/DiffConsumer.h
AgeCommit message (Expand)Author
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-03-14Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later...Francois Pichet
2011-03-14This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin