Deleted Added
full compact
Compilation.h (212904) Compilation.h (224145)
1//===--- Compilation.h - Compilation Task Data Structure --------*- 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//===----------------------------------------------------------------------===//
9
10#ifndef CLANG_DRIVER_COMPILATION_H_
11#define CLANG_DRIVER_COMPILATION_H_
12
13#include "clang/Driver/Job.h"
14#include "clang/Driver/Util.h"
15
16#include "llvm/ADT/DenseMap.h"
1//===--- Compilation.h - Compilation Task Data Structure --------*- 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//===----------------------------------------------------------------------===//
9
10#ifndef CLANG_DRIVER_COMPILATION_H_
11#define CLANG_DRIVER_COMPILATION_H_
12
13#include "clang/Driver/Job.h"
14#include "clang/Driver/Util.h"
15
16#include "llvm/ADT/DenseMap.h"
17#include "llvm/ADT/SmallVector.h"
18
19namespace llvm {
20 class raw_ostream;
21}
22
23namespace clang {
24namespace driver {
25 class DerivedArgList;

--- 120 unchanged lines hidden ---
17
18namespace llvm {
19 class raw_ostream;
20}
21
22namespace clang {
23namespace driver {
24 class DerivedArgList;

--- 120 unchanged lines hidden ---