diff options
author | Douglas Gregor <dgregor@apple.com> | 2010-08-19 20:24:43 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2010-08-19 20:24:43 +0000 |
commit | eec975ce5aee18013abc477c63f75e7060996ea5 (patch) | |
tree | 63d10358110bfa927d8d38ede09bc0cba7aa4856 /clang/docs/tools | |
parent | b2ca0d19f2d43b2b64eb5a6f3c5edbe1532757db (diff) | |
download | bcm5719-llvm-eec975ce5aee18013abc477c63f75e7060996ea5.tar.gz bcm5719-llvm-eec975ce5aee18013abc477c63f75e7060996ea5.zip |
Add machine-parseable Fix-It output as part of diagnostics, under the
flag -fdiagnostics-parseable-fixits, from Eelis van der Weegen!
llvm-svn: 111557
Diffstat (limited to 'clang/docs/tools')
-rw-r--r-- | clang/docs/tools/clang.pod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/docs/tools/clang.pod b/clang/docs/tools/clang.pod index 94f6b767a88..bcf84b7049f 100644 --- a/clang/docs/tools/clang.pod +++ b/clang/docs/tools/clang.pod @@ -395,6 +395,7 @@ Show commands to run and use verbose output. B<-fshow-source-location> B<-fcaret-diagnostics> B<-fdiagnostics-fixit-info> +B<-fdiagnostics-parseable-fixits> B<-fdiagnostics-print-source-range-info> B<-fprint-source-range-info> B<-fdiagnostics-show-option> |