Skip to content

Commit e539eba

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

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
@@ -1909,7 +1909,7 @@ class Preprocessor {
19091909

19101910
/// Recompute the current lexer kind based on the CurLexer/
19111911
/// CurTokenLexer pointers.
1912-
void recomputeCurLexerKind();
1912+
void recomputeCurLexerKind();
19131913

19141914
/// Returns true if incremental processing is enabled
19151915
bool isIncrementalProcessingEnabled() const { return IncrementalProcessing; }

0 commit comments

Comments
 (0)