CommandInterpreter::HandleCommands should take its commands as a "const...
CommandInterpreter::HandleCommands should take its commands as a "const StringList &" since it doesn't modify it... Also, don't turn on the immediate output in the temporary result, or you'll get doubled output. llvm-svn: 127452
Loading
Please register or sign in to comment