]> granicus.if.org Git - clang/commit
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
authorTed Kremenek <kremenek@apple.com>
Thu, 20 Nov 2008 01:29:45 +0000 (01:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Thu, 20 Nov 2008 01:29:45 +0000 (01:29 +0000)
commit452e37837a48b2f0ced144784277fd4d28cbede9
tree6c53176393b527ab5656def9eb71104b898cfcb4
parent4d35da2e41941965bbee8ed7e8c30e7c21000d71
- Default initialize ParsingPreprocessorDirective, ParsingFilename, and
  LexingRawMode in the ctor of PreprocessorLexer.

- PTHLexer: Use "LastToken" instead of "NumToken"

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