This patch mechanically modifies existing DR status notation to incorporate //--- notation used by split-file utility.
This is a part of a bigger transition. Example could be seen in [[ a diff: https://gist.github.com/Endilll/1d8035d42bdf0dc73eaaf8a8c343bf8c/revisions. The idea is to split drNxx.cpp files into bunch of small files before feeding them into compiler. This would prevent cases like [[ https://godbolt.org/z/Pd88e1dr9 | this one ]], which is a reduced example of what I encountered while working on D148433.
I go into more details in the related Discourse thread.