llvm-project/clang/lib/Driver
Filipe Cabecinhas 136f35e1cb Silence the driver warnings, if we see "-w" on the Driver.
Summary:
We can enable warnings after that -w, so the patch might not be 100%
correct.

The problem that triggered this is: we have some amount of tests that
expect 0 warnings (including unit tests for -w), but -w ends up not fully
silencing everything.

Reviewers: echristo, chandlerc

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D11322

llvm-svn: 242606
2015-07-18 06:35:24 +00:00
..
Action.cpp Driver: Delete dead code 2015-07-14 22:36:22 +00:00
CMakeLists.txt Support mingw-w64 and mingw.org toolchains at any install location. 2015-07-02 04:45:27 +00:00
Compilation.cpp Driver: Remove the Job class. NFC 2015-07-02 22:52:08 +00:00
CrossWindowsToolChain.cpp Pedantically rename all Tool subclasses to be nouns, not verbs. NFC 2015-06-23 20:42:09 +00:00
Driver.cpp Silence the driver warnings, if we see "-w" on the Driver. 2015-07-18 06:35:24 +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: Determine file names for crash reports more reliably 2015-07-17 03:35:54 +00:00
MSVCToolChain.cpp Driver: enable support for -fsanitize=cfi on Windows. 2015-07-08 21:08:05 +00:00
Makefile
MinGWToolChain.cpp Support mingw-w64 toolchain on openSUSE and likely other Linuxes 2015-07-14 15:02:09 +00:00
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 CodeGen: Improve CFI type blacklisting mechanism. 2015-07-15 12:15:56 +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 [cuda] Driver changes to compile and stitch together host and device-side CUDA code. 2015-07-13 23:27:56 +00:00
ToolChains.cpp Driver: Add AMDGPU toolchain 2015-07-18 01:49:05 +00:00
ToolChains.h Driver: Add AMDGPU toolchain 2015-07-18 01:49:05 +00:00
Tools.cpp Driver/ToolChain/AMDGPU: Attempt to fix buildbots after r242601 2015-07-18 02:11:07 +00:00
Tools.h Driver: Add AMDGPU toolchain 2015-07-18 01:49:05 +00:00
Types.cpp [cuda] Driver changes to compile and stitch together host and device-side CUDA code. 2015-07-13 23:27:56 +00:00