SergejSalnikov wrote: Because you can step through and put breakpoints in macro arguments. The huge benefit is when you have lambdas as part of macro argument.
Without that change the entire macro is expanded on a single line. https://github.com/llvm/llvm-project/pull/163982 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
