summaryrefslogtreecommitdiffstats
path: root/clang/lib/Lex/PTHLexer.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2008-11-19 22:42:26 +0000
committerTed Kremenek <kremenek@apple.com>2008-11-19 22:42:26 +0000
commit11cfbb473eaf1bf14080e79487c016bbc553d310 (patch)
tree235967703c5fe51c4dd163f060467cdebd318ded /clang/lib/Lex/PTHLexer.cpp
parentc9a67fa201d6086ae3c4c3f47a6dc6b31790f650 (diff)
downloadbcm5719-llvm-11cfbb473eaf1bf14080e79487c016bbc553d310.tar.gz
bcm5719-llvm-11cfbb473eaf1bf14080e79487c016bbc553d310.zip
Add stub for PTHLexer::isNextPPTokenLParen().
llvm-svn: 59670
Diffstat (limited to 'clang/lib/Lex/PTHLexer.cpp')
-rw-r--r--clang/lib/Lex/PTHLexer.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/clang/lib/Lex/PTHLexer.cpp b/clang/lib/Lex/PTHLexer.cpp
index 15d56039692..e9d6d4794f9 100644
--- a/clang/lib/Lex/PTHLexer.cpp
+++ b/clang/lib/Lex/PTHLexer.cpp
@@ -80,6 +80,11 @@ void PTHLexer::setEOF(Token& Tok) {
void PTHLexer::DiscardToEndOfLine() {
assert(ParsingPreprocessorDirective && ParsingFilename == false &&
"Must be in a preprocessing directive!");
-
assert (0 && "Not implemented.");
}
+
+unsigned PTHLexer::isNextPPTokenLParen() {
+ assert (0 && "Not implemented.");
+ return 0;
+}
+
OpenPOWER on IntegriCloud