================
@@ -233,6 +233,10 @@ MacroExpander::expand(FormatToken *ID,
if (Result.size() > 1) {
++Result[0]->MacroCtx->StartOfExpansion;
++Result[Result.size() - 2]->MacroCtx->EndOfExpansion;
+ } else {
+ // If the macro expansion is empty, mark the start and end
----------------
HazardyKnusperkeks wrote:
```suggestion
// If the macro expansion is empty, mark the start and end.
```
https://github.com/llvm/llvm-project/pull/119428
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits