Deleted Added
full compact
Utils.h (198092) Utils.h (198954)
1//===--- Utils.h - Misc utilities for the front-end------------------------===//
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//===----------------------------------------------------------------------===//

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

25namespace clang {
26class Preprocessor;
27class MinimalAction;
28class TargetInfo;
29class Diagnostic;
30class ASTConsumer;
31class IdentifierTable;
32class SourceManager;
1//===--- Utils.h - Misc utilities for the front-end------------------------===//
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//===----------------------------------------------------------------------===//

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

25namespace clang {
26class Preprocessor;
27class MinimalAction;
28class TargetInfo;
29class Diagnostic;
30class ASTConsumer;
31class IdentifierTable;
32class SourceManager;
33class PreprocessorFactory;
34class LangOptions;
35class Decl;
36class Stmt;
37
38/// ProcessWarningOptions - Initialize the diagnostic client and process the
39/// warning options specified on the command line.
40bool ProcessWarningOptions(Diagnostic &Diags,
41 std::vector<std::string> &Warnings,

--- 40 unchanged lines hidden ---
33class LangOptions;
34class Decl;
35class Stmt;
36
37/// ProcessWarningOptions - Initialize the diagnostic client and process the
38/// warning options specified on the command line.
39bool ProcessWarningOptions(Diagnostic &Diags,
40 std::vector<std::string> &Warnings,

--- 40 unchanged lines hidden ---