From fc2ae6a98b8815fb86285c6173e72f39b431b886 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Sun, 19 Oct 2014 19:58:33 +0000 Subject: [PATCH] Preprocessor.h: Suppress a warning in SkipMainFilePreamble. [-Wsign-compare] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220170 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Lex/Preprocessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clang/Lex/Preprocessor.h b/include/clang/Lex/Preprocessor.h index 4d2994feb3..849ba23560 100644 --- a/include/clang/Lex/Preprocessor.h +++ b/include/clang/Lex/Preprocessor.h @@ -254,7 +254,7 @@ class Preprocessor : public RefCountedBase { /// of bytes will place the lexer at the start of a line. /// /// This is used when loading a precompiled preamble. - std::pair SkipMainFilePreamble; + std::pair SkipMainFilePreamble; /// \brief The current top of the stack that we're lexing from if /// not expanding a macro and we are lexing directly from source code. -- 2.40.0