summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/parse-progname.c
Commit message (Collapse)AuthorAgeFilesLines
* Try to fix parse-progname.c test on DarwinHans Wennborg2014-10-171-5/+7
| | | | llvm-svn: 220086
* Driver: support detecting driver mode when clang has a version suffix ↵Hans Wennborg2014-10-171-0/+56
without dash (PR21094) 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 a little clearer. Differential Revision: http://reviews.llvm.org/D5833 llvm-svn: 220052
OpenPOWER on IntegriCloud