llvm-project/clang/lib/Driver
Justin Bogner aab9792b6c Driver: Use pointee_iterator rather than iterating over unique_ptrs
There's probably never a good reason to iterate over unique_ptrs. This
lets us use range-for and say Job.foo instead of (*it)->foo in a few
places.

llvm-svn: 218938
2014-10-03 01:04:53 +00:00
..
Action.cpp unique_ptrify Driver Action handling 2014-08-29 07:25:23 +00:00
CMakeLists.txt Decouple llvm::SpecialCaseList text representation and its LLVM IR semantics. 2014-07-09 19:40:08 +00:00
Compilation.cpp Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +00:00
Driver.cpp Driver: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04: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: Use pointee_iterator rather than iterating over unique_ptrs 2014-10-03 01:04:53 +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 Add -link-cxx-sanitizer driver flag. 2014-08-08 22:47:17 +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 Return a StringRef in getDefaultUniversalArchName. 2014-07-25 19:22:51 +00:00
ToolChains.cpp [ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP 2014-10-01 09:03:02 +00:00
ToolChains.h Adds 'override' to overriding methods. NFC. 2014-10-01 16:56:40 +00:00
Tools.cpp [ARM] Handle conflicts between -mfpu and -mfloat-abi options. 2014-10-02 09:56:07 +00:00
Tools.h [ARM] Handle conflicts between -mfpu and -mfloat-abi options. 2014-10-02 09:56:07 +00:00
Types.cpp Recognize .lib files as linker input explicitly 2014-09-10 17:15:00 +00:00
WindowsToolChain.cpp Win64: Add the uwtable attribute by default on Win64 2014-09-04 18:13:12 +00:00