[libc++][NFC] Remove header name from <version>
authorLouis Dionne <ldionne.2@gmail.com>
Mon, 4 Oct 2021 17:34:26 +0000 (13:34 -0400)
committerLouis Dionne <ldionne.2@gmail.com>
Mon, 4 Oct 2021 17:34:26 +0000 (13:34 -0400)
libcxx/include/version
libcxx/utils/generate_feature_test_macro_components.py

index 8aa5fd4..a2007e8 100644 (file)
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===--------------------------- version ----------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.
index f6527a9..e52b757 100755 (executable)
@@ -822,7 +822,7 @@ def produce_version_synopsis():
 
 def produce_version_header():
   template="""// -*- C++ -*-
-//===--------------------------- version ----------------------------------===//
+//===----------------------------------------------------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.