[PATCH] D49265: [Tooling] Add operator== to CompileCommand
David Blaikie via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 16 14:11:02 PDT 2018
dblaikie accepted this revision.
dblaikie added a comment.
This revision is now accepted and ready to land.
In theory you'd need separate tests for op== and op!= returning false (currently all the tests would pass if both implementations returned true in all cases), but not the biggest deal.
Repository:
rC Clang
https://reviews.llvm.org/D49265
More information about the cfe-commits
mailing list