summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/diagnostics/diag-cross-file-boundaries.c
blob: 270163e85607b14f31348de808251f8fc2fa5311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// RUN: %clang_cc1 -analyze -analyzer-checker=core -verify %s
// RUN: %clang_cc1 -analyze -analyzer-checker=core -analyzer-output=html -o PR12421.html %s 2>&1 | FileCheck %s

// Test for PR12421
#include "diag-cross-file-boundaries.h"

int main(){
  f();
  return 0;
}

// CHECK: warning: Path diagnostic report is not generated.
OpenPOWER on IntegriCloud