[all-commits] [llvm/llvm-project] 11f328: [clang] Add aliasee field to AliasAttr json AST dump

serge-sans-paille via All-commits all-commits at lists.llvm.org
Mon Aug 14 14:00:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11f3286585ce86df8107617536226dea24e74d94
      https://github.com/llvm/llvm-project/commit/11f3286585ce86df8107617536226dea24e74d94
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    A clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  [clang] Add aliasee field to AliasAttr json AST dump

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


  Commit: 903e530bb8980a3c30ea5eb98d2ec1cd61d94b57
      https://github.com/llvm/llvm-project/commit/903e530bb8980a3c30ea5eb98d2ec1cd61d94b57
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  [clang] Add cleanup_function field to CleanupAttr json AST dump

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


  Commit: 3dadc290b21018d528bd6e46d8d596e1dbb68f3d
      https://github.com/llvm/llvm-project/commit/3dadc290b21018d528bd6e46d8d596e1dbb68f3d
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  [clang] Add missing fields to DeprecatedAttr and Unavailable json AST dump

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


  Commit: 4cf7666b8f0962a21ab06769254391f633f07d1d
      https://github.com/llvm/llvm-project/commit/4cf7666b8f0962a21ab06769254391f633f07d1d
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  [clang] Add missing field to SectionAttr json AST dump

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


  Commit: 2107d87c5a9103ffc4c0f76fc00ab203603f9df1
      https://github.com/llvm/llvm-project/commit/2107d87c5a9103ffc4c0f76fc00ab203603f9df1
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  [clang] Add missing field to VisibilityAttr json AST dump

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


  Commit: 2105c32b32bf3360f524f1f3a1e5af605821eff8
      https://github.com/llvm/llvm-project/commit/2105c32b32bf3360f524f1f3a1e5af605821eff8
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-08-14 (Mon, 14 Aug 2023)

  Changed paths:
    M clang/include/clang/AST/JSONNodeDumper.h
    M clang/lib/AST/JSONNodeDumper.cpp
    M clang/test/AST/ast-dump-attr-json.cpp

  Log Message:
  -----------
  [clang] Add missing field to TLSModelAttr json AST dump

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


Compare: https://github.com/llvm/llvm-project/compare/88968f9a73bc...2105c32b32bf


More information about the All-commits mailing list