aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/PreprocessorLexer.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-11-22 06:20:42 +0000
committerChris Lattner <sabre@nondot.org>2008-11-22 06:20:42 +0000
commit306fda76b0818eb7c215094123f2e16729a44aed (patch)
tree886e5abe190a6bb3b4f44faffc0415539ed6046f /include/clang/Lex/PreprocessorLexer.h
parentbcf6225ad69ea388e287f952981fd076636991b2 (diff)
remove a sneaky version of Diag hiding in PreprocessorLexer.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59858 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/PreprocessorLexer.h')
-rw-r--r--include/clang/Lex/PreprocessorLexer.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/clang/Lex/PreprocessorLexer.h b/include/clang/Lex/PreprocessorLexer.h
index 6275e01328..1bf60bbdbe 100644
--- a/include/clang/Lex/PreprocessorLexer.h
+++ b/include/clang/Lex/PreprocessorLexer.h
@@ -79,11 +79,6 @@ protected:
virtual void IndirectLex(Token& Result) = 0;
- /// Diag - Forwarding function for diagnostics. This translate a source
- /// position in the current buffer into a SourceLocation object for rendering.
- void Diag(SourceLocation Loc, unsigned DiagID,
- const std::string &Msg = std::string()) const;
-
//===--------------------------------------------------------------------===//
// #if directive handling.