[PATCH] D75621: [clang-tidy] Use ; as separator for HeaderFileExtensions

Nathan James via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 4 10:05:54 PST 2020


njames93 added a comment.

The `llvm::StringRef::split` function can take multiple split characters, So it would be best to split on both for the time being but mark cases where `,` is used as deprecated. This way we keep the options in line with other clang-tidy checks but keep some backwards compatibility but in future change it to just using `;`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75621/new/

https://reviews.llvm.org/D75621





More information about the cfe-commits mailing list