Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Lex/LiteralSupport.cpp | ||
---|---|---|
266 | Maybe the comment should be more specific such as "one of the top three bits are set" or something similar. |
Comment Actions
I wonder if a better fix would be change ResultChar to be a 64 bits integer, although I think it might be over killed (ie, i'm not aware of a good use case for wanting to store values that large in a 32 bits wide char, so this looks fine.
Thanks for the fix :)
Maybe the comment should be more specific such as "one of the top three bits are set" or something similar.