Skip to content

Commit

Permalink
[libc++][NFC] Remove non-existant macros from the clang-format file
Browse files Browse the repository at this point in the history
These macros existed at some point in libc++, but have been removed now,
so we can also remove them from the clang-format file.
  • Loading branch information
philnik777 committed Oct 12, 2024
1 parent ba87515 commit 9f24c14
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libcxx/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,13 @@ 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',
'_LIBCPP_FALLTHROUGH',
'_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',
Expand Down

0 comments on commit 9f24c14

Please sign in to comment.