forked from OSchip/llvm-project
Expose -fdiagnostics-parseable-fixits to clang-cl
Patch by Daniel Cheng! Differential Revision: http://reviews.llvm.org/D9175 llvm-svn: 235456
This commit is contained in:
parent
a0adf9fd41
commit
0260ee1205
|
|
@ -462,7 +462,7 @@ def fdebug_pass_arguments : Flag<["-"], "fdebug-pass-arguments">, Group<f_Group>
|
|||
def fdebug_pass_structure : Flag<["-"], "fdebug-pass-structure">, Group<f_Group>;
|
||||
def fdiagnostics_fixit_info : Flag<["-"], "fdiagnostics-fixit-info">, Group<f_clang_Group>;
|
||||
def fdiagnostics_parseable_fixits : Flag<["-"], "fdiagnostics-parseable-fixits">, Group<f_clang_Group>,
|
||||
Flags<[CC1Option]>, HelpText<"Print fix-its in machine parseable form">;
|
||||
Flags<[CoreOption, CC1Option]>, HelpText<"Print fix-its in machine parseable form">;
|
||||
def fdiagnostics_print_source_range_info : Flag<["-"], "fdiagnostics-print-source-range-info">,
|
||||
Group<f_clang_Group>, Flags<[CC1Option]>,
|
||||
HelpText<"Print source range spans in numeric form">;
|
||||
|
|
|
|||
|
|
@ -350,6 +350,7 @@
|
|||
// RUN: -fno-color-diagnostics \
|
||||
// RUN: -fdiagnostics-color \
|
||||
// RUN: -fno-diagnostics-color \
|
||||
// RUN: -fdiagnostics-parseable-fixits \
|
||||
// RUN: -ferror-limit=10 \
|
||||
// RUN: -fmsc-version=1800 \
|
||||
// RUN: -fno-strict-aliasing \
|
||||
|
|
|
|||
Loading…
Reference in New Issue