nickdesaulniers added inline comments.
================ Comment at: clang/lib/Driver/Driver.cpp:4730 + return std::string(P.str()); + } } else { ---------------- style nit: are the `{}` on the `for` necessary? ================ Comment at: clang/test/Driver/program-path-priority.c:3 +// Names and locations are usually in this order: +// <triple>-tool, tool, <defaul triple>-tool +// program path, PATH ---------------- s/defaul/default/ Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D79842/new/ https://reviews.llvm.org/D79842 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits