diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-17 07:12:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-17 07:12:42 +0000 |
commit | a95880d6513c617bb96634bcc1f16c6bdb80dedc (patch) | |
tree | 04fcb18efeae294caf936079333a258d164b281e /include/clang/Lex/Preprocessor.h | |
parent | 7ef5c27eb6e8ebe58b52013246c06753c3613263 (diff) |
push the preprocessor out of EncodeUCNEscape
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119475 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/Preprocessor.h')
-rw-r--r-- | include/clang/Lex/Preprocessor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h index c45a75fc62..174234357b 100644 --- a/include/clang/Lex/Preprocessor.h +++ b/include/clang/Lex/Preprocessor.h @@ -734,7 +734,6 @@ public: return Lexer::AdvanceToTokenCharacter(TokStart, Char, SourceMgr, Features); } - /// IncrementPasteCounter - Increment the counters for the number of token /// paste operations performed. If fast was specified, this is a 'fast paste' /// case we handled. |