[PATCH] D144156: commit dca28ccb3218330e9c6fb7c93453fb84e5cf129c Author: Cyndy Ishida <cyndy_ishida at apple.com> Date: Tue Feb 14 20:50:46 2023 -0800

Cyndy Ishida via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 18:47:49 PST 2023


cishida created this revision.
cishida added reviewers: pete, ributzka, steven_wu.
Herald added subscribers: mgrang, hiraditya.
Herald added a project: All.
cishida requested review of this revision.
Herald added a project: LLVM.

  [TextAPI] Implement TBDv5 Reader
  
  Introduce initial reader for TBDv5 which is in JSON. This captures all
  the currently understood fields within the internal structure
  `InterfaceFile`.
  
  New fields & follow up tests will be followed up in future PRs.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144156

Files:
  llvm/include/llvm/TextAPI/InterfaceFile.h
  llvm/lib/TextAPI/CMakeLists.txt
  llvm/lib/TextAPI/TextStub.cpp
  llvm/lib/TextAPI/TextStubCommon.h
  llvm/lib/TextAPI/TextStubV5.cpp
  llvm/unittests/TextAPI/CMakeLists.txt
  llvm/unittests/TextAPI/TextStubHelpers.h
  llvm/unittests/TextAPI/TextStubV4Tests.cpp
  llvm/unittests/TextAPI/TextStubV5Tests.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144156.497864.patch
Type: text/x-patch
Size: 38565 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230216/e7d18b53/attachment.bin>


More information about the llvm-commits mailing list