HomeSort by: relevance | last modified time | path
    Searched refs:sarif (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/usr.bin/common/
defs.mk 5 G_OBJS-libcommon=diagnostic-spec.o diagnostic.o diagnostic-color.o diagnostic-format-json.o diagnostic-format-sarif.o diagnostic-show-locus.o edit-context.o pretty-print.o intl.o json.o sbitmap.o vec.o input.o hash-table.o ggc-none.o memory-block.o selftest.o selftest-diagnostic.o sort.o text-art/box-drawing.o text-art/canvas.o text-art/ruler.o text-art/selftests.o text-art/style.o text-art/styled-string.o text-art/table.o text-art/theme.o text-art/widget.o
  /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/
report.py 29 html_reports_available = args.output_format in {'html', 'plist-html', 'sarif-html'}
30 sarif_reports_available = args.output_format in {'sarif', 'sarif-html'}
63 logging.debug('merging sarif files')
287 """ Reads and merges all .sarif files in the given output directory.
289 Each sarif file in the output directory is understood as a single run
299 Given a SARIF object, checks its dictionary entries for a 'message' property.
326 Given a SARIF message object, checks if the text property contains an embedded link and
333 pattern = re.compile(r'sarif:/runs/(\d+)')
350 sarif_files = (file for file in glob.iglob(os.path.join(output_dir, '*.sarif')) if not empty(file)
    [all...]
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
scan-build 959 $Options{OutputFormat} =~ /sarif/) {
961 ($Options{OutputFormat} =~ /plist/ ? "plist" : "sarif") .
1235 -sarif
1238 outputs the results in SARIF format.
1762 if ($arg eq "-sarif") {
1764 $Options{OutputFormat} = "sarif";
  /src/external/apache2/llvm/dist/clang/tools/scan-build/libexec/
ccc-analyzer 751 if ($OutputFormat =~ /plist/ || $OutputFormat =~ /sarif/) {
753 my $Suffix = $OutputFormat =~ /plist/ ? ".plist" : ".sarif";

Completed in 14 milliseconds