[llvm-branch-commits] [clang] release/19.x: [clang][modules] Built-in modules are not correctly enabled for Mac Catalyst (#104872) (PR #105093)

2024-08-20 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida approved this pull request. https://github.com/llvm/llvm-project/pull/105093 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] release/19.x: [clang][modules] Enable built-in modules for the upcoming Apple releases (#102239) (PR #102517)

2024-08-08 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida approved this pull request. Thanks for applying the code cleanup! https://github.com/llvm/llvm-project/pull/102517 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/ma

[llvm-branch-commits] [clang] release/19.x: [clang][modules] Enable built-in modules for the upcoming Apple releases (#102239) (PR #102335)

2024-08-07 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida approved this pull request. LGTM We definitely need this for any clients with newer apple sdks using llvm-19 toolchain. https://github.com/llvm/llvm-project/pull/102335 ___ llvm-branch-commits mailing list llvm-branch-c

[llvm-branch-commits] [clang] [InstallAPI] Verify that declarations in headers map to exports found in dylib (PR #85348)

2024-03-14 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/85348 * This completes support for verifying every declaration found in a header is discovered in the dylib. Diagnostics are reported for each class for differences that are representable in TBD files. * This pat

[llvm-branch-commits] [clang] [llvm] [InstallAPI] Introduce Basic Verifier (PR #85106)

2024-03-14 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida updated https://github.com/llvm/llvm-project/pull/85106 >From 192f306f8d693af77e267e1caa52799a353f4064 Mon Sep 17 00:00:00 2001 From: Cyndy Ishida Date: Tue, 12 Mar 2024 20:56:23 -0700 Subject: [PATCH] [InstallAPI] Introduce Basic Verifier This adds basic support

[llvm-branch-commits] [clang] [llvm] [InstallAPI] Introduce Basic Verifier (PR #85106)

2024-03-14 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida updated https://github.com/llvm/llvm-project/pull/85106 >From 192f306f8d693af77e267e1caa52799a353f4064 Mon Sep 17 00:00:00 2001 From: Cyndy Ishida Date: Tue, 12 Mar 2024 20:56:23 -0700 Subject: [PATCH 1/3] [InstallAPI] Introduce Basic Verifier This adds basic sup

[llvm-branch-commits] [clang] [llvm] [InstallAPI] Introduce Basic Verifier (PR #85106)

2024-03-13 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/85106 _NOTE:_ This PR is part of a stack, please review https://github.com/llvm/llvm-project/pull/85100 first. This adds basic support for calling the verifier on global declarations that are expected to represen

[llvm-branch-commits] [InstallAPI] Introduce Basic Verifier (PR #85101)

2024-03-13 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida updated https://github.com/llvm/llvm-project/pull/85101 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [InstallAPI] Introduce Basic Verifier (PR #85101)

2024-03-13 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida closed https://github.com/llvm/llvm-project/pull/85101 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [llvm] [InstallAPI] Introduce Basic Verifier (PR #85101)

2024-03-13 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/85101 _NOTE:_ This PR is part of a stack, please review https://github.com/llvm/llvm-project/pull/85100 first. This adds basic support for calling the verifier on global declarations that are expected to represe

[llvm-branch-commits] [clang] [InstallAPI] Capture C++ Decls (PR #83953)

2024-03-07 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida closed https://github.com/llvm/llvm-project/pull/83953 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [clang] [InstallAPI] Capture C++ Decls (PR #83953)

2024-03-05 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida updated https://github.com/llvm/llvm-project/pull/83953 >From d73efd9fc4d4b3100fe902bbb6b690144acd51da Mon Sep 17 00:00:00 2001 From: Cyndy Ishida Date: Mon, 4 Mar 2024 14:44:56 -0800 Subject: [PATCH] [InstallAPI] Add support for C++ headers This includes capturi

[llvm-branch-commits] [clang] [InstallAPI] Capture C++ Decls (PR #83953)

2024-03-04 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/83953 This includes capturing symbols for global variables, functions, classes, and templated definitions. As pre-determining what symbols are generated from C++ declarations can be non-trivial, InstallAPI only p

[llvm-branch-commits] [llvm] [readtapi] Setup simple stubify support (PR #75008)

2023-12-20 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida closed https://github.com/llvm/llvm-project/pull/75008 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] [TextAPI] Add support to convert RecordSlices -> InterfaceFile (PR #75007)

2023-12-11 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida updated https://github.com/llvm/llvm-project/pull/75007 >From d5e97577651b558b56de64f9ed74cd7893cea7ec Mon Sep 17 00:00:00 2001 From: Cyndy Ishida Date: Thu, 7 Dec 2023 13:57:17 -0800 Subject: [PATCH 1/2] [TextAPI] Add support to convert RecordSlices -> Interface

[llvm-branch-commits] [llvm] [TextAPI] Add support to convert RecordSlices -> InterfaceFile (PR #75007)

2023-12-10 Thread Cyndy Ishida via llvm-branch-commits
https://github.com/cyndyishida created https://github.com/llvm/llvm-project/pull/75007 *Note*: This is a part of a stack. Please review https://github.com/llvm/llvm-project/pull/75006 first. Introduce RecordVisitor. This is used for different clients that want to extract information out of

[llvm-branch-commits] [llvm] 7f25460 - [text] WIP writerf

2023-02-16 Thread Cyndy Ishida via llvm-branch-commits
Author: Cyndy Ishida Date: 2023-02-16T13:53:38-08:00 New Revision: 7f254605c66e0260f8b169cd62b094e8a56ddb70 URL: https://github.com/llvm/llvm-project/commit/7f254605c66e0260f8b169cd62b094e8a56ddb70 DIFF: https://github.com/llvm/llvm-project/commit/7f254605c66e0260f8b169cd62b094e8a56ddb70.diff

[llvm-branch-commits] [llvm] 79aeef6 - [TextAPI] Capture new properties from TBD to InterfaceFile

2023-02-16 Thread Cyndy Ishida via llvm-branch-commits
Author: Cyndy Ishida Date: 2023-02-16T13:52:12-08:00 New Revision: 79aeef6900dbdf683f44499e9cc83f683f3bfbf7 URL: https://github.com/llvm/llvm-project/commit/79aeef6900dbdf683f44499e9cc83f683f3bfbf7 DIFF: https://github.com/llvm/llvm-project/commit/79aeef6900dbdf683f44499e9cc83f683f3bfbf7.diff

[llvm-branch-commits] [lld] e6c034b - [TextAPI] Implement TBDv5 Reader

2023-02-16 Thread Cyndy Ishida via llvm-branch-commits
Author: Cyndy Ishida Date: 2023-02-16T13:51:08-08:00 New Revision: e6c034b0e43a062274e5bfefb47bd95201ec5899 URL: https://github.com/llvm/llvm-project/commit/e6c034b0e43a062274e5bfefb47bd95201ec5899 DIFF: https://github.com/llvm/llvm-project/commit/e6c034b0e43a062274e5bfefb47bd95201ec5899.diff

[llvm-branch-commits] [llvm] c3d171f - [llvm][TextAPI] add simulators to output

2020-02-11 Thread Cyndy Ishida via llvm-branch-commits
Author: Cyndy Ishida Date: 2020-02-11T10:32:48-08:00 New Revision: c3d171f8828eb4fe0a32df3119d7ac69af948285 URL: https://github.com/llvm/llvm-project/commit/c3d171f8828eb4fe0a32df3119d7ac69af948285 DIFF: https://github.com/llvm/llvm-project/commit/c3d171f8828eb4fe0a32df3119d7ac69af948285.diff