[cfe-dev] llvm::cl::ExpandReponseFiles always returns false

Juraj Ivančić juraj.ivancic at gmail.com
Tue Dec 3 05:44:09 PST 2013


I stumbled upon a minor bug in llvm/lib/CommandLine.cpp.
Due to incorrect return value initialization,
llvm::cl::ExpandResponseFiles() always returns false,
even if all rsp files get expanded correctly.

All callers (llvm/clang) ignore this return value, but I'd
appreciate if someone would fix that anyway.

Thanks!




More information about the cfe-dev mailing list