bkramer added inline comments.

================
Comment at: include-fixer/find-all-symbols/SymbolInfo.cpp:95
@@ -98,1 +94,3 @@
+  auto RHS = std::tie(Symbol.Name, Symbol.FilePath, Symbol.LineNumber);
+  return LHS != RHS ? LHS < RHS : Contexts < Symbol.Contexts;
 }
----------------
Does folding Contexts into the tie not work?


Repository:
  rL LLVM

http://reviews.llvm.org/D20095



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to