Skip to content

Commit dfa80ef

Browse files
fixup! [clang] Change representation of CurLexerKind
1 parent e539eba commit dfa80ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Lex/Preprocessor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ class Preprocessor {
762762
/// \#included, and macros currently being expanded from, not counting
763763
/// CurLexer/CurTokenLexer.
764764
struct IncludeStackInfo {
765-
LexerCallback CurLexerCallback;
765+
LexerCallback CurLexerCallback;
766766
Module *TheSubmodule;
767767
std::unique_ptr<Lexer> TheLexer;
768768
PreprocessorLexer *ThePPLexer;

0 commit comments

Comments
 (0)