diff --git a/clang/include/clang/Lex/Preprocessor.h b/clang/include/clang/Lex/Preprocessor.h index 4d2994feb331..849ba2356000 100644 --- a/clang/include/clang/Lex/Preprocessor.h +++ b/clang/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.