Skip to content

Commit 9f24c14

Browse files
committed
[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.
1 parent ba87515 commit 9f24c14

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libcxx/.clang-format

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,13 @@ AttributeMacros: [
3030
'_LIBCPP_DEPRECATED_IN_CXX20',
3131
'_LIBCPP_DEPRECATED_IN_CXX23',
3232
'_LIBCPP_DEPRECATED',
33-
'_LIBCPP_DISABLE_EXTENTSION_WARNING',
3433
'_LIBCPP_EXCLUDE_FROM_EXPLICIT_INSTANTIATION',
3534
'_LIBCPP_EXPORTED_FROM_ABI',
3635
'_LIBCPP_EXTERN_TEMPLATE_TYPE_VIS',
3736
'_LIBCPP_FALLTHROUGH',
3837
'_LIBCPP_HIDDEN',
3938
'_LIBCPP_HIDE_FROM_ABI_AFTER_V1',
4039
'_LIBCPP_HIDE_FROM_ABI',
41-
'_LIBCPP_INTERNAL_LINKAGE',
4240
'_LIBCPP_METHOD_TEMPLATE_IMPLICIT_INSTANTIATION_VIS',
4341
'_LIBCPP_NO_SANITIZE',
4442
'_LIBCPP_NO_UNIQUE_ADDRESS',

0 commit comments

Comments
 (0)