summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-06-27 17:24:55 +0000
committerChris Lattner <sabre@nondot.org>2007-06-27 17:24:55 +0000
commita092b149bf34e699646ef4492b9ab91f6203065e (patch)
tree1c48e617a4e2719ce2b4e2ed5cb5729d8762169a
parenta5b3bb11dfaa6685d4fd6981f407328d12df918e (diff)
downloadbcm5719-llvm-a092b149bf34e699646ef4492b9ab91f6203065e.tar.gz
bcm5719-llvm-a092b149bf34e699646ef4492b9ab91f6203065e.zip
rename LLVMDiagChecker.* -> DiagChecker.*
llvm-svn: 39690
-rw-r--r--clang/Driver/DiagChecker.cpp4
-rw-r--r--clang/Driver/DiagChecker.h7
-rw-r--r--clang/Driver/clang.cpp2
3 files changed, 6 insertions, 7 deletions
diff --git a/clang/Driver/DiagChecker.cpp b/clang/Driver/DiagChecker.cpp
index b8333c1fbfb..449d07c508f 100644
--- a/clang/Driver/DiagChecker.cpp
+++ b/clang/Driver/DiagChecker.cpp
@@ -1,4 +1,4 @@
-//===--- LLVMDiagChecker.cpp - Diagnostic Checking Functions --------------===//
+//===--- DiagChecker.cpp - Diagnostic Checking Functions ------------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -11,7 +11,7 @@
//
//===----------------------------------------------------------------------===//
-#include "LLVMDiagChecker.h"
+#include "DiagChecker.h"
#include "ASTStreamers.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Lex/Preprocessor.h"
diff --git a/clang/Driver/DiagChecker.h b/clang/Driver/DiagChecker.h
index 8285fc84112..c62387f8ff8 100644
--- a/clang/Driver/DiagChecker.h
+++ b/clang/Driver/DiagChecker.h
@@ -1,4 +1,4 @@
-//===--- LLVMDiagChecker.h - Diagnostic Checking Functions ------*- C++ -*-===//
+//===--- DiagChecker.h - Diagnostic Checking Functions ----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -11,12 +11,11 @@
//
//===----------------------------------------------------------------------===//
-#ifndef DRIVER_LLVM_DIAG_CHECKER_H_
-#define DRIVER_LLVM_DIAG_CHECKER_H_
+#ifndef DRIVER_DIAG_CHECKER_H_
+#define DRIVER_DIAG_CHECKER_H_
#include "TextDiagnosticBuffer.h"
#include <string>
-#include <vector>
namespace clang {
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index d9730c72ffa..c049cf104f0 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/Driver/clang.cpp
@@ -24,7 +24,7 @@
#include "clang.h"
#include "ASTStreamers.h"
-#include "LLVMDiagChecker.h"
+#include "DiagChecker.h"
#include "TextDiagnosticPrinter.h"
#include "clang/Parse/Parser.h"
#include "clang/Lex/HeaderSearch.h"
OpenPOWER on IntegriCloud