[all-commits] [llvm/llvm-project] c6afed: [libc++] Reject standard attributes which are exte...

philnik777 via All-commits all-commits at lists.llvm.org
Fri Apr 7 12:11:09 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c6afeda866bf7ad6e1148e18c1bb1423ff4b2811
      https://github.com/llvm/llvm-project/commit/c6afeda866bf7ad6e1148e18c1bb1423ff4b2811
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-04-07 (Fri, 07 Apr 2023)

  Changed paths:
    M libcxx/include/__config
    M libcxx/include/barrier
    M libcxx/test/tools/clang_tidy_checks/uglify_attributes.cpp

  Log Message:
  -----------
  [libc++] Reject standard attributes which are extensions in libcpp-uglify-attributes

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

Reviewed By: Mordante, #libc

Spies: mikhail.ramalho, jdoerfert, libcxx-commits

Differential Revision: https://reviews.llvm.org/D145508




More information about the All-commits mailing list