llvm-project/clang/tools
David Blaikie 9260ed6c06 Don't forward all assembler arguments untouched to -cc1as
Use the same filtering for assembly arguments to -cc1as as we do for
-cc1, this allows a consistent (& more useful) diagnostic experience for
users (rather than getting an error from -cc1as (which a user shouldn't
really be thinking about) about --foo, they get an error from clang
about --foo in -Wa,)

I'm sort of surprised by the separation of -cc1as & the separate
argument handling, etc, but at least this removes a little bit of the
duplication.

llvm-svn: 187156
2013-07-25 21:19:01 +00:00
..
arcmt-test Remove dead include. 2013-06-26 12:49:58 +00:00
c-arcmt-test [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
c-index-test Revert commit 186833 (no longer needed after the fix in 186859). 2013-07-22 20:58:30 +00:00
clang-check [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
clang-format Fix bug in clang-format's vim integration cause by r186789. 2013-07-22 16:22:13 +00:00
diag-build Add new tool 'diag-build' for showing enabled warnings in a project. 2012-06-18 21:31:37 +00:00
diagtool [Driver] Refactor clang driver to use LLVM's Option library 2013-06-14 17:17:23 +00:00
driver Don't forward all assembler arguments untouched to -cc1as 2013-07-25 21:19:01 +00:00
libclang [libclang] Expose the rest of the array types. 2013-07-23 17:36:21 +00:00
scan-build [scan-build] Add missing comma to ccc-analyzer. 2013-07-12 16:07:33 +00:00
scan-view [analyzer] scan-view: don't ever serve absolute paths. 2013-04-29 17:23:06 +00:00
CMakeLists.txt With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. 2013-07-03 16:20:29 +00:00
Makefile With CLANG_ENABLE_STATIC_ANALYZER=0, link clang properly and skip clang-check. 2013-07-03 16:20:29 +00:00