[libcxx-commits] [PATCH] D145508: [libc++] Reject standard attributes which are extensions in libcpp-uglify-attributes

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Mar 7 08:02:41 PST 2023


philnik created this revision.
philnik added reviewers: ldionne, Mordante.
Herald added a subscriber: jdoerfert.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This adds a list of attributes which can be pretty to be able to reject attributes which were introduced in a later C++ standard.
Fixes #61196


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D145508

Files:
  libcxx/include/__config
  libcxx/include/barrier
  libcxx/test/tools/clang_tidy_checks/uglify_attributes.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145508.503047.patch
Type: text/x-patch
Size: 4201 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230307/c4ff8cdb/attachment-0001.bin>


More information about the libcxx-commits mailing list