[PATCH] D135439: Keep configuration file search directories in ExpansionContext. NFC

Michał Górny via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 14 10:43:06 PDT 2022


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



More information about the cfe-commits mailing list