[all-commits] [llvm/llvm-project] 3ebfa3: Remove attribute handling code for simple attribut...

Aaron Ballman via All-commits all-commits at lists.llvm.org
Fri Apr 2 08:35:28 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ebfa363f356eff744b73885023cc1fc62fad973
      https://github.com/llvm/llvm-project/commit/3ebfa363f356eff744b73885023cc1fc62fad973
  Author: Aaron Ballman <aaron at aaronballman.com>
  Date:   2021-04-02 (Fri, 02 Apr 2021)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/lib/Sema/SemaDeclAttr.cpp

  Log Message:
  -----------
  Remove attribute handling code for simple attributes; NFC

Attributes that set the SimpleHandler flag in Attr.td don't need to be
explicitly handled in SemaDeclAttr.cpp.




More information about the All-commits mailing list