[PATCH] D42678: added passing -fdiagnostics-format option from clang driver to cc1as (PR36117)

Konstantin Belochapka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 29 20:37:27 PST 2018


kbelochapka created this revision.
kbelochapka added a reviewer: ddunbar.

in order to facilitate uniform diagnostic message format between clang and llvm,
clang driver now passes the following options:  -fdiagnostics-format, -fshow-column, -fms-compatibility-version to cc1as.

this fix consists of two parts, first one for llvm and the second part for clang.
this code review takes care of clang part, llvm part is here: https://reviews.llvm.org/D42677


https://reviews.llvm.org/D42678

Files:
  include/clang/Driver/Options.td
  lib/Driver/ToolChains/Clang.cpp
  tools/driver/cc1as_main.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42678.131919.patch
Type: text/x-patch
Size: 6809 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/78d0ac7d/attachment.bin>


More information about the llvm-commits mailing list