History log of /llvm-project/llvm/lib/TextAPI/TextAPIError.cpp (Results 1 – 3 of 3)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6
# ec64af59 15-Nov-2023 Cyndy Ishida <cyndy_ishida@apple.com>

[readtapi] Use OptParser.td for options (#72183)

This includes revamping how --compare was handled and adds `-o` ontop of
tablegen approach.

This will be used to add more complex options.


Revision tags: llvmorg-17.0.5
# d8a4011f 09-Nov-2023 Cyndy Ishida <cyndy_ishida@apple.com>

[TextAPI] Add error code for invalid input formats (#71824)


Revision tags: llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1
# 16c1f436 25-Jul-2023 Cyndy Ishida <cyndy_ishida@apple.com>

[TextAPI] Add functionality to manipulate over InterfaceFiles

InterfaceFile is the in-memory representation for tbd files. Add APIs to
merge, extract, remove, and inline reexported libraries.

Revie

[TextAPI] Add functionality to manipulate over InterfaceFiles

InterfaceFile is the in-memory representation for tbd files. Add APIs to
merge, extract, remove, and inline reexported libraries.

Reviewed By: zixuw

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

show more ...