summaryrefslogtreecommitdiffstats
path: root/include/clang/Basic/DiagnosticAnalysisKinds.td
blob: 46dc0e60a7eb5c3394cd5a46ff814ee61d39e3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//==--- DiagnosticAnalysisKinds.td - libanalysis diagnostics --------------===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//

let Component = "Analysis" in {

// CHECK: use of uninitialized values
def warn_uninit_val : Warning<"use of uninitialized variable">;

}
OpenPOWER on IntegriCloud