Typz added inline comments.
================ Comment at: lib/Format/UnwrappedLineParser.cpp:464 + for (const auto &i : PPStack) { + hash_combine(h, i.Kind); + hash_combine(h, i.Line); ---------------- krasimir wrote: > When I patch this, I get an `UnwrappedLineParser.cpp:457:16 error: implicit > instantiation of undefined template > 'std::hash<clang::format::UnwrappedLineParser::PPBranchKind>'`. Seems to work fine with latest Ubuntu, but not on macos. https://reviews.llvm.org/D35483 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits