[all-commits] [llvm/llvm-project] 3db5c0: Add Variadic 'dropAttrs' (#78476)

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Jan 17 15:02:06 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3db5c058ff595e7d2f3a9df8c3bf265e54332a07
      https://github.com/llvm/llvm-project/commit/3db5c058ff595e7d2f3a9df8c3bf265e54332a07
  Author: Erich Keane <ekeane at nvidia.com>
  Date:   2024-01-17 (Wed, 17 Jan 2024)

  Changed paths:
    M clang/include/clang/AST/DeclBase.h
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/lib/Sema/SemaTemplate.cpp

  Log Message:
  -----------
  Add Variadic 'dropAttrs' (#78476)

As suggested in https://github.com/llvm/llvm-project/pull/78200

This adds a variadic 'dropAttrs', which drops all attributes of any of
the types specified.




More information about the All-commits mailing list