================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to