We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4dfeb3 commit b68df87Copy full SHA for b68df87
llvm/lib/TableGen/TGLexer.cpp
@@ -644,7 +644,7 @@ tgtok::TokKind TGLexer::prepIsDirective() const {
644
for (const auto [Kind, Word] : PreprocessorDirs) {
645
if (StringRef(CurPtr, Word.size()) != Word)
646
continue;
647
- char NextChar = peekNextChar(Word.size());
+ int NextChar = peekNextChar(Word.size());
648
649
// Check for whitespace after the directive. If there is no whitespace,
650
// then we do not recognize it as a preprocessing directive.
0 commit comments