Clang would previously not get into C++ mode when invoked as 'clang++3.6' (though clang++-3.6 would work).
I found the previous loop logic in this function confusing; hopefully this makes it clearer.
Differential D5833
Driver: support detecting driver mode when clang has a version suffix without dash (PR21094) hans on Oct 16 2014, 1:46 PM. Authored by
Details
Clang would previously not get into C++ mode when invoked as 'clang++3.6' (though clang++-3.6 would work). I found the previous loop logic in this function confusing; hopefully this makes it clearer.
Diff Detail Event TimelineComment Actions Just some thoughts - mostly quite optional.
Comment Actions Thanks for the review!
Comment Actions Looks good
|
Yay tests!
Is "REQUIRES: shell" sufficient to get ln? I would wonder if we'd get a shell on Windows (mingw, perhaps) where symlinks weren't possible - but I guess maybe mingw fakes it somehow.