This is an archive of the discontinued LLVM Phabricator instance.

added passing -fdiagnostics-format option from clang driver to cc1as (PR36117)
Needs ReviewPublic

Authored by kbelochapka on Jan 29 2018, 8:36 PM.

Details

Reviewers
ddunbar
Summary

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

Diff Detail

Event Timeline

kbelochapka created this revision.Jan 29 2018, 8:36 PM