]> granicus.if.org Git - clang/commit
Introduce the -fdiagnostics-format=xxx option to control how Clang
authorDouglas Gregor <dgregor@apple.com>
Sat, 21 May 2011 17:07:29 +0000 (17:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 21 May 2011 17:07:29 +0000 (17:07 +0000)
commitc9471b0ff1815ed0149dbfcad0f385ed8648eeb0
tree9fa17d862e53092ef56f8bc946dd944c80b0d516
parent5e9ebb3c0fb554d9285aa99c470abdf283272bd9
Introduce the -fdiagnostics-format=xxx option to control how Clang
prints the file, line, and column of a diagnostic. We currently
support Clang's normal format, MSVC, and Vi formats.

Note that we no longer change the diagnostic format based on
-fms-extensions.

Patch by Andrew Fish!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131794 91177308-0d34-0410-b5e6-96231b3b80d8
docs/UsersManual.html
include/clang/Driver/CC1Options.td
include/clang/Driver/Options.td
include/clang/Frontend/DiagnosticOptions.h
lib/Driver/Tools.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/TextDiagnosticPrinter.cpp
test/Misc/diag-format.c [new file with mode: 0644]