[all-commits] [llvm/llvm-project] fa0320: Add ParsedAttrInfo::handleDeclAttribute

john-brawn-arm via All-commits all-commits at lists.llvm.org
Mon Mar 23 06:25:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: fa0320dd8d5aa6ea920ac78224d5044398ba50b4
      https://github.com/llvm/llvm-project/commit/fa0320dd8d5aa6ea920ac78224d5044398ba50b4
  Author: John Brawn <john.brawn at arm.com>
  Date:   2020-03-23 (Mon, 23 Mar 2020)

  Changed paths:
    M clang/docs/ClangPlugins.rst
    M clang/docs/InternalsManual.rst
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp

  Log Message:
  -----------
  Add ParsedAttrInfo::handleDeclAttribute

This makes it possible for plugin attributes to actually do something, and also
removes a lot of boilerplate for simple attributes in SemaDeclAttr.cpp.

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




More information about the All-commits mailing list