llvm-project/clang/lib/Driver
Justin Bogner 2fd95f6b92 Driver: Fix a -Wshadow issue from r237091
The MachO toolchain has an isTargetIOSBased method, but it isn't
virtual so it isn't very meaningful to call it. After thinking about
this, I guess that putting this logic in the MachO class is a bit of a
layering violation anyway. Do this more like how we handle
AddLinkRuntimeLibArgs instead.

llvm-svn: 237095
2015-05-12 06:30:48 +00:00
..
Action.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +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 Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
Driver.cpp clang-cl: Don't look up absolute paths in %LIB%. 2015-04-24 22:16:53 +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: Keep -isysroot flags in crash scripts if we're dumping a VFS 2015-03-12 00:52:56 +00:00
MSVCToolChain.cpp Remove many superfluous SmallString::str() calls. 2015-03-18 10:17:07 +00:00
Makefile
Multilib.cpp [multilib] Turn virtual functor into functin_ref 2015-03-22 15:56:12 +00:00
Phases.cpp Reapply "Change -save-temps to emit unoptimized bitcode files." 2014-12-21 07:00:00 +00:00
SanitizerArgs.cpp Move sanitizer parser and group expander from Driver to Basic. 2015-05-11 21:39:20 +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 Don't claim exception related arguments when looking at RTTIMode 2015-03-20 23:33:23 +00:00
ToolChains.cpp Driver: Fix a -Wshadow issue from r237091 2015-05-12 06:30:48 +00:00
ToolChains.h Driver: Fix a -Wshadow issue from r237091 2015-05-12 06:30:48 +00:00
Tools.cpp Re-apply "Driver: Make profiling flags work with -nostdlib on Darwin" 2015-05-12 05:44:36 +00:00
Tools.h [driver] Cosmetic change to use Input instead of Inputs[0]. 2015-05-06 18:20:23 +00:00
Types.cpp Ensure that we still parse preprocessed CUDA files as CUDA when we use 2015-03-19 17:32:06 +00:00