aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/Preprocessor.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-11-17 07:12:42 +0000
committerChris Lattner <sabre@nondot.org>2010-11-17 07:12:42 +0000
commita95880d6513c617bb96634bcc1f16c6bdb80dedc (patch)
tree04fcb18efeae294caf936079333a258d164b281e /include/clang/Lex/Preprocessor.h
parent7ef5c27eb6e8ebe58b52013246c06753c3613263 (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.h1
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.