-Wdeprecated clean by making LogBuilder move constructible so it can be returned...
[oota-llvm.git] / tools / llvm-diff / DifferenceEngine.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-06-06 Benjamin KramerRemove unused private fields found by clang's new ...
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-03-14 Renato GolinThis patch is a big refactoring of llvm-diff. It doesn...
2010-09-03 Bill WendlingQuiesce warning about non-virtual d'tor in virtual...
2010-08-27 Michael J. SpencerFix the msvs 2010 build.
2010-07-29 John McCallMake the header self-contained and follow #include...
2010-07-29 John McCallAdd the llvm-diff tool, which performs a relatively...