]> granicus.if.org Git - clang/commit
Driver: Use the canonical command line arguments.
authorDavid Majnemer <david.majnemer@gmail.com>
Mon, 7 Oct 2013 07:33:27 +0000 (07:33 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Mon, 7 Oct 2013 07:33:27 +0000 (07:33 +0000)
commitfcb448a70d796c1cfabeb6f9456526c594848568
tree4559f77ef6910d42192646cd248415bf9193db7a
parent02d831c7e7dc1517abed9cc96abdfb937af954eb
Driver: Use the canonical command line arguments.

Summary:
Use the arguments given to the OS at process creation-time instead of
the arguments passed into main() by the C runtime environment.  The ones
that main() received may not be suitable (e.g. not Unicode).

Depends on D1834

CC: cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D1835

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192091 91177308-0d34-0410-b5e6-96231b3b80d8
tools/driver/driver.cpp