[PATCH] D68914: [clang-format] Remove duplciate code from Invalid BOM detection

Owen Pan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 15 21:39:16 PDT 2019


owenpan added a comment.

I did a quick search of the LLVM code base and found dozens of `const StringRef &`, including the `Twine` API <https://github.com/llvm/llvm-project/blob/master/llvm/include/llvm/ADT/Twine.h#L524>.


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

https://reviews.llvm.org/D68914





More information about the cfe-commits mailing list