[libcxx-commits] [libcxx] 2e93453 - [libc++][NFC] Remove header name from <version>

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Mon Oct 4 10:34:47 PDT 2021


Author: Louis Dionne
Date: 2021-10-04T13:34:26-04:00
New Revision: 2e934531149997c9cb122155d642423b34e3dfe7

URL: https://github.com/llvm/llvm-project/commit/2e934531149997c9cb122155d642423b34e3dfe7
DIFF: https://github.com/llvm/llvm-project/commit/2e934531149997c9cb122155d642423b34e3dfe7.diff

LOG: [libc++][NFC] Remove header name from <version>

Added: 
    

Modified: 
    libcxx/include/version
    libcxx/utils/generate_feature_test_macro_components.py

Removed: 
    


################################################################################
diff  --git a/libcxx/include/version b/libcxx/include/version
index 8aa5fd4e7f0f8..a2007e83740a3 100644
--- a/libcxx/include/version
+++ b/libcxx/include/version
@@ -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.

diff  --git a/libcxx/utils/generate_feature_test_macro_components.py b/libcxx/utils/generate_feature_test_macro_components.py
index f6527a97c6be9..e52b757bc8099 100755
--- a/libcxx/utils/generate_feature_test_macro_components.py
+++ b/libcxx/utils/generate_feature_test_macro_components.py
@@ -822,7 +822,7 @@ def indent_to(s, val):
 
 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.


        


More information about the libcxx-commits mailing list