[clang] [clang] Fix alias declaration fix-it location for token-split '>>' (PR #184555)
via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 11 04:03:03 PDT 2026
================
@@ -862,8 +862,17 @@ SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
return {};
if (Loc.isMacroID()) {
----------------
luoliwoshang wrote:
Thank you ! I have submit the comment update at https://github.com/llvm/llvm-project/pull/184555/commits/d07c8cd2222e61596e685a006fec6e3c3a559190
https://github.com/llvm/llvm-project/pull/184555
More information about the cfe-commits
mailing list