Deleted Added
full compact
InputInfo.h (261991) InputInfo.h (280031)
1//===--- InputInfo.h - Input Source & Type Information ----------*- 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
1//===--- InputInfo.h - Input Source & Type Information ----------*- 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_LIB_DRIVER_INPUTINFO_H_
11#define CLANG_LIB_DRIVER_INPUTINFO_H_
10#ifndef LLVM_CLANG_LIB_DRIVER_INPUTINFO_H
11#define LLVM_CLANG_LIB_DRIVER_INPUTINFO_H
12
13#include "clang/Driver/Types.h"
14#include "llvm/Option/Arg.h"
15#include <cassert>
16#include <string>
17
18namespace clang {
19namespace driver {

--- 70 unchanged lines hidden ---
12
13#include "clang/Driver/Types.h"
14#include "llvm/Option/Arg.h"
15#include <cassert>
16#include <string>
17
18namespace clang {
19namespace driver {

--- 70 unchanged lines hidden ---