summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-19 05:27:50 +0000
committerChris Lattner <sabre@nondot.org>2008-11-19 05:27:50 +0000
commitf490e15729331cd99dcc470754a3ce2fa534415c (patch)
treeed0168bea34bc358b90ef99df76e97845f65b66d /clang/lib/Sema/Sema.h
parent3b05413e9dc471ea4f809b7ff26e0d8e0f068b23 (diff)
downloadbcm5719-llvm-f490e15729331cd99dcc470754a3ce2fa534415c.tar.gz
bcm5719-llvm-f490e15729331cd99dcc470754a3ce2fa534415c.zip
remove one more old-style Diag method.
llvm-svn: 59589
Diffstat (limited to 'clang/lib/Sema/Sema.h')
-rw-r--r--clang/lib/Sema/Sema.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.h b/clang/lib/Sema/Sema.h
index c3df6bae7d0..4fc06f8a3f1 100644
--- a/clang/lib/Sema/Sema.h
+++ b/clang/lib/Sema/Sema.h
@@ -244,7 +244,6 @@ public:
const std::string &Msg2);
/// More expressive diagnostic helpers for expressions (say that 6 times:-)
- bool Diag(SourceLocation Loc, unsigned DiagID, const SourceRange& R1);
bool Diag(SourceLocation Loc, unsigned DiagID, const std::string &Msg,
const SourceRange& R1);
OpenPOWER on IntegriCloud