]> granicus.if.org Git - clang/commit
Add machine-parseable Fix-It output as part of diagnostics, under the
authorDouglas Gregor <dgregor@apple.com>
Thu, 19 Aug 2010 20:24:43 +0000 (20:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 19 Aug 2010 20:24:43 +0000 (20:24 +0000)
commit4786c15f4977c7cee98fde3ebdee213dba23848b
tree52faf7befb7a831cd58682ea60713d7414081550
parentc1cf1586f7bbdf8a955a3be79309834ebc25c3af
Add machine-parseable Fix-It output as part of diagnostics, under the
flag -fdiagnostics-parseable-fixits, from Eelis van der Weegen!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111557 91177308-0d34-0410-b5e6-96231b3b80d8
docs/UsersManual.html
docs/tools/clang.pod
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