[PATCH] D42677: added support for -fdiagnostics-format option to SourceMgr class (PR36117)

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


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

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.


https://reviews.llvm.org/D42677

Files:
  include/llvm/Support/SourceMgr.h
  lib/Support/SourceMgr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42677.131916.patch
Type: text/x-patch
Size: 4486 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180130/a15543e3/attachment.bin>


More information about the llvm-commits mailing list