llvm-project/clang/lib/Driver
Hans Wennborg 6164753e81 clang-cl: Allow /Fo without an argument (PR21589)
When it's used without an argument, the default file name is
used. The same goes for /Fe.

Also, allow using /Fo, /Fa and /Fe with multiple inputs if they
don't have an argument.

llvm-svn: 222164
2014-11-17 19:16:36 +00:00
..
Action.cpp unique_ptrify Driver Action handling 2014-08-29 07:25:23 +00:00
CMakeLists.txt Driver: add CrossWindowsToolChain 2014-10-24 03:13:37 +00:00
Compilation.cpp Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +00:00
CrossWindowsToolChain.cpp Driver: assume that all architectures are supported for libstc++ 2014-10-25 20:48:35 +00:00
Driver.cpp clang-cl: Allow /Fo without an argument (PR21589) 2014-11-17 19:16:36 +00:00
DriverOptions.cpp Remove the SUPPORT_ALIASARGS define 2013-08-01 00:12:13 +00:00
InputInfo.h Header guard canonicalization, clang part. 2014-08-13 16:25:19 +00:00
Job.cpp Driver: Quote the command in crash reproduction scripts. 2014-10-21 18:03:08 +00:00
MSVCToolChain.cpp Removing an unused variable; NFC. 2014-11-14 21:57:30 +00:00
Makefile
Multilib.cpp Driver: Simplify a use of the path API 2014-08-03 21:46:33 +00:00
Phases.cpp Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
SanitizerArgs.cpp [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs. 2014-11-16 20:53:53 +00:00
Tool.cpp Teach Clang how to use response files when calling other tools 2014-09-15 17:45:39 +00:00
ToolChain.cpp CFE Knob for: Add a thread-model knob for lowering atomics on baremetal & single threaded systems 2014-10-03 21:57:44 +00:00
ToolChains.cpp Fix clash of gcc toolchains in hexagon driver regression tests. 2014-11-07 17:48:03 +00:00
ToolChains.h Fix clash of gcc toolchains in hexagon driver regression tests. 2014-11-07 17:48:03 +00:00
Tools.cpp [Sanitizer] Parse and produce all sanitizer-relevant arguments in SanitizerArgs. 2014-11-16 20:53:53 +00:00
Tools.h Driver: add CrossWindowsToolChain 2014-10-24 03:13:37 +00:00
Types.cpp Recognize .lib files as linker input explicitly 2014-09-10 17:15:00 +00:00