[PATCH] D150990: [split-file] Add flags to support comments and adding extension to output files

Vlad Serebrennikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 24 09:01:57 PDT 2023


Endill added a comment.

In D150990#4368703 <https://reviews.llvm.org/D150990#4368703>, @MaskRay wrote:

> I think this paragraph can be made clearer without being overly verbose:
>
> We will change some tests under `clang/test/CXX/drs` to use `//--- dr164: 16` instead of `// dr164`.
> With `--add-file-extension=.cpp --allow-comments`, split-file will create a file named `dr164.cpp` instead of `dr164: 16`.

Used it for description with minor edits. Thank you!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150990



More information about the llvm-commits mailing list