summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaChecking.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-01-27 18:30:58 +0000
committerChris Lattner <sabre@nondot.org>2009-01-27 18:30:58 +0000
commit7368d581c1be44b0081851a356f0771ae7b77c60 (patch)
tree3bc78a5d2d9f1945ebb7a7a20233c4ad02b438fd /clang/lib/Sema/SemaChecking.cpp
parent422d81dcd4b0c5fd4538a2feaf0ec4df5f5bf7b1 (diff)
downloadbcm5719-llvm-7368d581c1be44b0081851a356f0771ae7b77c60.tar.gz
bcm5719-llvm-7368d581c1be44b0081851a356f0771ae7b77c60.zip
Split the single monolithic DiagnosticKinds.def file into one
.def file for each library. This means that adding a diagnostic to sema doesn't require all the other libraries to be rebuilt. Patch by Anders Johnsen! llvm-svn: 63111
Diffstat (limited to 'clang/lib/Sema/SemaChecking.cpp')
-rw-r--r--clang/lib/Sema/SemaChecking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaChecking.cpp b/clang/lib/Sema/SemaChecking.cpp
index 9a60861bc28..5b15a1a5be5 100644
--- a/clang/lib/Sema/SemaChecking.cpp
+++ b/clang/lib/Sema/SemaChecking.cpp
@@ -18,7 +18,7 @@
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
#include "clang/Lex/Preprocessor.h"
-#include "clang/Basic/Diagnostic.h"
+#include "clang/Basic/DiagnosticSema.h"
#include "SemaUtil.h"
using namespace clang;
OpenPOWER on IntegriCloud