- --allow-comments cuts part name at the colon if one is present
- --add-file-extension adds specified extension to output files
We will change tests under clang/test/CXX/drs to use //--- dr164: 16 instead of // dr164: 16.
With --add-file-extension=.cpp --allow-comments, split-file will create a file named dr164.cpp instead of dr164: 16.
I go into more details on motivation in Discourse thread.