This is an archive of the discontinued LLVM Phabricator instance.

added support for -fdiagnostics-format option to SourceMgr class (PR36117)
Needs ReviewPublic

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

Details

Reviewers
arphaman
Summary

in order to facilitate uniform diagnostic message format between clang and llvm,
support was added for -fdiagnostics-format, -fshow-column, -fms-compatibility-version option to SourceMgr class.

this fix consists of two parts, first one for llvm and the second part for clang.
this code review takes care of llvm part, i will create a separate code review for clang.

Diff Detail

Event Timeline

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