Files
clang-p2996/llvm/lib/TableGen/TGLexer.cpp
Rahul Joshi b68df879c6 [TableGen] Fix build failure by using int type for NextChar (#103000)
Fixes an issue in https://github.com/llvm/llvm-project/pull/102967, 
which inddvertently changed the type of `NextChar` from int to char,
causing ppc64le build failures.
2024-08-13 07:47:30 +03:00

32 KiB