aboutsummaryrefslogtreecommitdiffstats
path: root/tools/llvm-diff/DifferenceEngine.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-3/+2
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-061-3/+2
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-1/+3
* This patch is a big refactoring of llvm-diff. It doesn't add new features, bu...Renato Golin2011-03-141-92/+4
* Quiesce warning about non-virtual d'tor in virtual class.Bill Wendling2010-09-031-2/+2
* Fix the msvs 2010 build.Michael J. Spencer2010-08-271-2/+8
* Make the header self-contained and follow #include guidelines.John McCall2010-07-291-4/+6
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-291-0/+171