diff options
author | Cyndy Ishida <cyndy_ishida@apple.com> | 2023-02-17 15:58:04 -0800 |
---|---|---|
committer | Cyndy Ishida <cyndy_ishida@apple.com> | 2023-02-17 16:03:01 -0800 |
commit | b861b1225380175a5a724e2a677754f5f74e5b0d (patch) | |
tree | 971375059ea640b7f2268f4feb3b10ed4958b2f3 /llvm/lib/TextAPI/TextStubCommon.cpp | |
parent | b309bc04eebc9c736b6c34d73d520a6ef7baf302 (diff) | |
download | llvm-b861b1225380175a5a724e2a677754f5f74e5b0d.zip llvm-b861b1225380175a5a724e2a677754f5f74e5b0d.tar.gz llvm-b861b1225380175a5a724e2a677754f5f74e5b0d.tar.bz2 |
[TextAPI] Implement TBDv5 Reader
[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.
Reviewed By: pete
Differential Revision: https://reviews.llvm.org/D144156
Diffstat (limited to 'llvm/lib/TextAPI/TextStubCommon.cpp')
-rw-r--r-- | llvm/lib/TextAPI/TextStubCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/TextAPI/TextStubCommon.cpp b/llvm/lib/TextAPI/TextStubCommon.cpp index 01a9007..8959af4 100644 --- a/llvm/lib/TextAPI/TextStubCommon.cpp +++ b/llvm/lib/TextAPI/TextStubCommon.cpp @@ -6,7 +6,7 @@ // //===----------------------------------------------------------------------===// // -// Implememts common Text Stub YAML mappings. +// Implements common Text Stub YAML mappings. // //===----------------------------------------------------------------------===// |