aboutsummaryrefslogtreecommitdiff
path: root/llvm/tools/llvm-diff/DiffConsumer.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+1
2016-01-27Make more headers self-contained.Benjamin Kramer1-0/+1
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer1-2/+2
2014-03-08[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-5/+5
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-4/+2
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+1
2011-03-14Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later...Francois Pichet1-1/+2
2011-03-14This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin1-0/+91