]> granicus.if.org Git - clang/commit
Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of
authorTed Kremenek <kremenek@apple.com>
Thu, 20 Nov 2008 01:49:44 +0000 (01:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 20 Nov 2008 01:49:44 +0000 (01:49 +0000)
commit68e48e4a81767997ef0231e47eca4f665102c95e
treed9f40900556ed1e908dc4ec32c116a76a78c634c
parent35c10c25ddec4effbd26dead23ea5b04ee32f45a
Preprocessor::getCurrentFileLexer() now returns a PreprocessorLexer* instead of
a Lexer*. This means it will either return the current (normal) file Lexer or a
PTHLexer.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59694 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Lex/Preprocessor.h
lib/Lex/PPLexerChange.cpp