Deleted Added
full compact
Lint.h (208954) Lint.h (221345)
1//===-- llvm/Analysis/Lint.h - LLVM IR Lint ---------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 6 unchanged lines hidden (view full) ---

15//
16// To see what specifically is checked, look at Lint.cpp
17//
18//===----------------------------------------------------------------------===//
19
20#ifndef LLVM_ANALYSIS_LINT_H
21#define LLVM_ANALYSIS_LINT_H
22
1//===-- llvm/Analysis/Lint.h - LLVM IR Lint ---------------------*- C++ -*-===//
2//
3// The LLVM Compiler Infrastructure
4//
5// This file is distributed under the University of Illinois Open Source
6// License. See LICENSE.TXT for details.
7//
8//===----------------------------------------------------------------------===//

--- 6 unchanged lines hidden (view full) ---

15//
16// To see what specifically is checked, look at Lint.cpp
17//
18//===----------------------------------------------------------------------===//
19
20#ifndef LLVM_ANALYSIS_LINT_H
21#define LLVM_ANALYSIS_LINT_H
22
23#include <string>
24
25namespace llvm {
26
27class FunctionPass;
28class Module;
29class Function;
30
31/// @brief Create a lint pass.
32///

--- 19 unchanged lines hidden ---
23namespace llvm {
24
25class FunctionPass;
26class Module;
27class Function;
28
29/// @brief Create a lint pass.
30///

--- 19 unchanged lines hidden ---