[all-commits] [llvm/llvm-project] 3b99ac: [Attributes]: refactor to expose ParsedAttrInfo::a...

Sam McCall via All-commits all-commits at lists.llvm.org
Thu Aug 12 14:47:57 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3b99acbff2504d9f056c6bb76974286322e60382
      https://github.com/llvm/llvm-project/commit/3b99acbff2504d9f056c6bb76974286322e60382
  Author: Sam McCall <sam.mccall at gmail.com>
  Date:   2021-08-12 (Thu, 12 Aug 2021)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Sema/ParsedAttr.h
    M clang/lib/Sema/ParsedAttr.cpp
    M clang/utils/TableGen/ClangAttrEmitter.cpp

  Log Message:
  -----------
  [Attributes]: refactor to expose ParsedAttrInfo::acceptsLangOpts. NFC

We will use this function to filter code completion of attributes.

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




More information about the All-commits mailing list