[PATCH] D69758: [Gnu toolchain] Look at standard GCC paths for libstdcxx by default

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 12 19:15:41 PST 2019


kristina added reviewers: mclow.lists, ldionne, EricWF, rsmith.
kristina added a comment.
Herald added a subscriber: dexonsmith.

Added libcxx maintainers, would like one of them to sign off on this. I presume this is NFCI for Linux so it should be covered by existing regression tests?



================
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2623
+  int MaxVersion = 0;
+  std::string MaxVersionString = "";
+  for (llvm::vfs::directory_iterator LI = vfs.dir_begin(base, EC), LE;
----------------
No need for `= ""` here.


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69758/new/

https://reviews.llvm.org/D69758





More information about the cfe-commits mailing list