================ @@ -145,6 +145,11 @@ New checks Finds places where structured bindings could be used to decompose pairs and suggests replacing them. +- New :doc:`modernize-use-va-opt + <clang-tidy/checks/modernize/use-va-opt>` check. + + Use __VA_OPT__ instead of ##__VA_ARGS__ GNU extension. ---------------- EugeneZelenko wrote:
Please make this text same as first statement in documentation. https://github.com/llvm/llvm-project/pull/188474 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
