MyDeveloperDay added a comment. I'm not quite sure how I feel about adding functionality that doesn't actually do anything.
================ Comment at: clang/docs/tools/dump_format_style.py:174-175 return '* ``%s`` (in configuration: ``%s``)\n%s' % ( - self.name, - re.sub('.*_', '', self.config), + self.clean_name, + self.clean_config, doxygen2rst(indent(self.comment, 2))) ---------------- Feels like there is repetition here Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D120712/new/ https://reviews.llvm.org/D120712 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits