bkramer added inline comments.
================
Comment at: lib/Format/UsingDeclarationsSorter.cpp:115
+bool usingDeclarationsEqual(const UsingDeclaration &a,
+ const UsingDeclaration &b) {
----------------
I'd use a lambda instead.
https://reviews.llvm.org/D40435