[all-commits] [llvm/llvm-project] 64d06e: [clang][parse][NFC] Remove dead ProhibitAttributes...

tbaederr via All-commits all-commits at lists.llvm.org
Tue Feb 23 04:56:35 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 64d06ed9c9e0389cd27545d2f6e20455a91d89b1
      https://github.com/llvm/llvm-project/commit/64d06ed9c9e0389cd27545d2f6e20455a91d89b1
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2021-02-23 (Tue, 23 Feb 2021)

  Changed paths:
    M clang/lib/Parse/ParseDecl.cpp

  Log Message:
  -----------
  [clang][parse][NFC] Remove dead ProhibitAttributes() call

GNU-style attribute in enum bodies are allowed (and used by several
tests), and this call to ProhibitAttributes() was dead code.

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




More information about the All-commits mailing list