phosek added inline comments.
================ Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2694 + +void Generic_GCC::AddGCCMultilibPaths(const Driver &D, + const std::string &SysRoot, ---------------- The class already has `GCC` in the name, so there's no need to repeat `GCC` in the name of the method, i.e. this can be just `Generic_GCC::AddMultilibPaths`. The same for other new methods. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D73845/new/ https://reviews.llvm.org/D73845 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits