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
Differential D1835
Driver: Use the canonical command line arguments. majnemer on Oct 4 2013, 5:20 AM. Authored by
Details
Use the arguments given to the OS at process creation-time instead of Depends on D1834
Diff Detail Event Timeline
Comment Actions Ah, sorry, I thought that I was reviewing a LLD patch. This is for Clang. Please ignore the above comment. |
Naming convention in LLD is slightly different from LLVM. Local variables should start with lowercase and spelled as camel case.