blob: 46dc0e60a7eb5c3394cd5a46ff814ee61d39e3e5 [file] [log] [blame]
//==--- 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">;
}