forked from OSchip/llvm-project
parent
dbe9e174b6
commit
be80f6d901
|
@ -1487,7 +1487,7 @@ def _all_warnings : Flag<["--"], "all-warnings">, Alias<Wall>;
|
|||
def _analyze_auto : Flag<["--"], "analyze-auto">, Flags<[DriverOption]>;
|
||||
def _analyzer_no_default_checks : Flag<["--"], "analyzer-no-default-checks">, Flags<[DriverOption]>;
|
||||
def _analyzer_output : JoinedOrSeparate<["--"], "analyzer-output">, Flags<[DriverOption]>;
|
||||
def _analyze : Flag<["--"], "analyze">, Flags<[DriverOption]>,
|
||||
def _analyze : Flag<["--"], "analyze">, Flags<[DriverOption, CoreOption]>,
|
||||
HelpText<"Run the static analyzer">;
|
||||
def _assemble : Flag<["--"], "assemble">, Alias<S>;
|
||||
def _assert_EQ : Joined<["--"], "assert=">, Alias<A>;
|
||||
|
|
Loading…
Reference in New Issue