[libcxx-commits] [libcxx] 9f24c14 - [libc++][NFC] Remove non-existant macros from the clang-format file

Nikolas Klauser via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 12 00:53:43 PDT 2024


Author: Nikolas Klauser
Date: 2024-10-12T09:52:36+02:00
New Revision: 9f24c145494ee238e65e25205a4dcb4451f009ae

URL: https://github.com/llvm/llvm-project/commit/9f24c145494ee238e65e25205a4dcb4451f009ae
DIFF: https://github.com/llvm/llvm-project/commit/9f24c145494ee238e65e25205a4dcb4451f009ae.diff

LOG: [libc++][NFC] Remove non-existant macros from the clang-format file

These macros existed at some point in libc++, but have been removed now,
so we can also remove them from the clang-format file.

Added: 
    

Modified: 
    libcxx/.clang-format

Removed: 
    


################################################################################
diff  --git a/libcxx/.clang-format b/libcxx/.clang-format
index 84a2afaf28f659..a6154c7c4a2bc0 100644
--- a/libcxx/.clang-format
+++ b/libcxx/.clang-format
@@ -30,7 +30,6 @@ AttributeMacros: [
                   '_LIBCPP_DEPRECATED_IN_CXX20',
                   '_LIBCPP_DEPRECATED_IN_CXX23',
                   '_LIBCPP_DEPRECATED',
-                  '_LIBCPP_DISABLE_EXTENTSION_WARNING',
                   '_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION',
                   '_LIBCPP_EXPORTED_FROM_ABI',
                   '_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS',
@@ -38,7 +37,6 @@ AttributeMacros: [
                   '_LIBCPP_HIDDEN',
                   '_LIBCPP_HIDE_FROM_ABI_AFTER_V1',
                   '_LIBCPP_HIDE_FROM_ABI',
-                  '_LIBCPP_INTERNAL_LINKAGE',
                   '_LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS',
                   '_LIBCPP_NO_SANITIZE',
                   '_LIBCPP_NO_UNIQUE_ADDRESS',


        


More information about the libcxx-commits mailing list