Some files include their component name in the banner which is not what
most of the libc++ files do. So, let's be consistent and remove the
name in the banner for the few files that have it. Remove the C++ editor
comment too. It's obviously a C++ file given its extension.
Found with:
git grep "//===" libcxx/test | grep "\- "
Came up during discussion in https://reviews.llvm.org/D110503.
Note that several files in libcxx/test have the editor comment:
-*- C++ -*-
and we should get rid of that in a separate PR I'd argue.
Your description says you want to do that in a separate commit, or what do you exactly mean there?