mgorny added inline comments.

================
Comment at: clang/lib/Driver/Driver.cpp:1007
   // Then load configuration files specified explicitly.
-  llvm::SmallString<128> CfgFilePath;
+  std::string CfgFilePath;
   if (CLOptions) {
----------------
I don't really understand the purpose of this change, or how it's related to 
moving search dirs.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135439

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

Reply via email to