aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenFunction.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-08-25 22:15:06 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-08-25 22:15:06 +0000
commitf7c3a1d25652efb02e73f5fb708788678540a776 (patch)
tree5c31ba0cc08924f72fcf899a74f8d05c7985d467 /clang/lib/CodeGen/CodeGenFunction.cpp
parent525bf650ccc50b4b574f48875ea0429ec6ed1175 (diff)
downloadllvm-f7c3a1d25652efb02e73f5fb708788678540a776.zip
llvm-f7c3a1d25652efb02e73f5fb708788678540a776.tar.gz
llvm-f7c3a1d25652efb02e73f5fb708788678540a776.tar.bz2
Refactor argument serialization logic when executing process. NFC.
This patch refactors the argument serialization logic used in the Execute function, used to launch new Windows processes. There is a critical step that joins char** arguments into a single string, building the command line used to launch the new process, and the readability of this code is improved if this part is refactored in its own helper function. Patch by Rafael Auler! llvm-svn: 216411
Diffstat (limited to 'clang/lib/CodeGen/CodeGenFunction.cpp')
0 files changed, 0 insertions, 0 deletions