Deleted Added
full compact
MultipleIncludeOpt.h (276479) MultipleIncludeOpt.h (280031)
1//===--- MultipleIncludeOpt.h - Header Multiple-Include Optzn ---*- 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/// \file
11/// \brief Defines the MultipleIncludeOpt interface.
12//
13//===----------------------------------------------------------------------===//
14
1//===--- MultipleIncludeOpt.h - Header Multiple-Include Optzn ---*- 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/// \file
11/// \brief Defines the MultipleIncludeOpt interface.
12//
13//===----------------------------------------------------------------------===//
14
15#ifndef LLVM_CLANG_MULTIPLEINCLUDEOPT_H
16#define LLVM_CLANG_MULTIPLEINCLUDEOPT_H
15#ifndef LLVM_CLANG_LEX_MULTIPLEINCLUDEOPT_H
16#define LLVM_CLANG_LEX_MULTIPLEINCLUDEOPT_H
17
18#include "clang/Basic/SourceLocation.h"
19
20namespace clang {
21class IdentifierInfo;
22
23/// \brief Implements the simple state machine that the Lexer class uses to
24/// detect files subject to the 'multiple-include' optimization.

--- 157 unchanged lines hidden ---
17
18#include "clang/Basic/SourceLocation.h"
19
20namespace clang {
21class IdentifierInfo;
22
23/// \brief Implements the simple state machine that the Lexer class uses to
24/// detect files subject to the 'multiple-include' optimization.

--- 157 unchanged lines hidden ---