elsteveogrande added a comment.

Thanks -- will do one more pass



> majnemer wrote in PrintPreprocessedOutput.cpp:409-411
> Why not have sanitizePath return a `std::vector<char>`?

Hmm, good idea.  Better than caller-passed vectors, and it be whatever size is 
needed (in the called method I'd `CharVector.reserve` anyway).  The return of 
that vector should get elided.

https://reviews.llvm.org/D25153



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

Reply via email to