clang-cl: accept the /C option with /P (PR19978)
authorHans Wennborg <hans@hanshq.net>
Wed, 11 Jun 2014 19:44:53 +0000 (19:44 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 11 Jun 2014 19:44:53 +0000 (19:44 +0000)
commit8f0083711019ea0e4e360bdc6156073525fed44a
treeda5be3f693bf7684d171edc3c594ad89f9eca088
parent5235803e678f2374225439664cf5ea0176fcc454
clang-cl: accept the /C option with /P (PR19978)

(It's also allowed with /EP, but we haven't implemented that option yet.)

llvm-svn: 210695
clang/lib/Driver/Tools.cpp
clang/test/Driver/cl-options.c