[all-commits] [llvm/llvm-project] 77d21e: [APINotes] Upstream dependencies of Sema logic to ...

Egor Zhdan via All-commits all-commits at lists.llvm.org
Wed Jan 17 05:13:23 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 77d21e758ea9665631b211abc0e424d7a7c44989
      https://github.com/llvm/llvm-project/commit/77d21e758ea9665631b211abc0e424d7a7c44989
  Author: Egor Zhdan <e_zhdan at apple.com>
  Date:   2024-01-17 (Wed, 17 Jan 2024)

  Changed paths:
    M clang/include/clang/Basic/Attr.td
    M clang/include/clang/Basic/DiagnosticParseKinds.td
    M clang/include/clang/Lex/Lexer.h
    M clang/include/clang/Parse/Parser.h
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Parse/ParseDecl.cpp
    M clang/lib/Parse/Parser.cpp
    M clang/lib/Sema/SemaDecl.cpp
    M clang/lib/Sema/SemaDeclAttr.cpp
    M clang/lib/Sema/SemaType.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/test/Sema/ns_error_enum.m
    M clang/utils/TableGen/ClangAttrEmitter.cpp

  Log Message:
  -----------
  [APINotes] Upstream dependencies of Sema logic to apply API Notes to decls

This upstreams more of the Clang API Notes functionality that is
currently implemented in the Apple fork:
https://github.com/apple/llvm-project/tree/next/clang/lib/APINotes

This is the largest chunk of the API Notes functionality in the
upstreaming process. I will soon submit a follow-up patch to actually
enable usage of this functionality by having a Clang driver flag that
enables API Notes, along with tests.




More information about the All-commits mailing list