[clang] [clang] Delay normalization of `-fmodules-cache-path` (PR #150123)
Ben Langmuir via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 10 09:56:42 PDT 2025
================
@@ -547,10 +547,25 @@ void CompilerInstance::createPreprocessor(TranslationUnitKind TUKind) {
PP->setDependencyDirectivesGetter(*GetDependencyDirectives);
}
+SmallString<256>
----------------
benlangmuir wrote:
It's usually preferable to use a `SmallVectorImpl<char> &` out parameter so the caller can decide the inline storage size
https://github.com/llvm/llvm-project/pull/150123
More information about the cfe-commits
mailing list