Page MenuHomePhabricator

Please use GitHub pull requests for new patches. Avoid migrating existing patches. Phabricator shutdown timeline

zixuw (Zixu Wang)
User

Projects

User does not belong to any projects.

User Details

User Since
May 28 2020, 11:15 AM (184 w, 2 d)

Recent Activity

Aug 14 2023

zixuw added a comment to D150397: [darwin] Declare _availability_version_check as weak_import instead of looking it up at runtime using dlsym.

We are currently investigating this issue.

Thanks for taking a look!

Are you (Flutter) using your custom toolchain based on ToT instead of the current shipping Xcode toolchain to build the app?

Yes, we use our Clang toolchain that tracks tip-of-tree.

Aug 14 2023, 12:52 PM · Restricted Project, Restricted Project

Jul 27 2023

zixuw accepted D156487: [TextAPI] Make min-os deployment version optional in tbd-v5..

LGTM

Jul 27 2023, 2:18 PM · Restricted Project, Restricted Project

Jul 13 2023

zixuw added a comment to D152770: [clang][ExtractAPI] Add support for Objective-C categories.

Thanks for the patch!

Jul 13 2023, 11:19 AM · Restricted Project, Restricted Project

Jul 11 2023

zixuw accepted D149860: [TextAPI] Introduce SymbolSet.
Jul 11 2023, 1:24 PM · Restricted Project, Restricted Project

Jul 10 2023

zixuw accepted D153398: [TextAPI] Add functionality to manipulate over InterfaceFiles.
Jul 10 2023, 1:30 PM · Restricted Project, Restricted Project
zixuw added inline comments to D149860: [TextAPI] Introduce SymbolSet.
Jul 10 2023, 1:24 PM · Restricted Project, Restricted Project

Jul 7 2023

zixuw added inline comments to D149860: [TextAPI] Introduce SymbolSet.
Jul 7 2023, 2:01 PM · Restricted Project, Restricted Project
zixuw accepted D153045: [llvm][tapi-diff] Transition diff-tool to be more general purpose.
Jul 7 2023, 1:48 PM · Restricted Project, Restricted Project

Apr 4 2023

zixuw committed rG32b53cf9d0c8: [ExtractAPI] Remove extra attributes in property declaration fragments (authored by Unique_Usman).
[ExtractAPI] Remove extra attributes in property declaration fragments
Apr 4 2023, 10:02 AM · Restricted Project, Restricted Project
zixuw closed D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.
Apr 4 2023, 10:02 AM · Restricted Project, Restricted Project
zixuw accepted D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.
Apr 4 2023, 9:56 AM · Restricted Project, Restricted Project

Apr 3 2023

zixuw added a comment to D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.

Hi Usman! This is looking very good and complete now! Thanks for taking the time to learn and fix this.

Apr 3 2023, 1:08 PM · Restricted Project, Restricted Project

Mar 30 2023

zixuw accepted D147234: [clang][ExtractAPI] Reland ExtractAPI for libclang improvements.
Mar 30 2023, 10:13 AM · Restricted Project, Restricted Project

Mar 27 2023

zixuw added a comment to D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.

Thanks for your reply sir. Regarding the comment, I would remove it sir.

Sir, about updating/adding the test cases, I have never written any test case before sir, kindly guide me through that sir?

Mar 27 2023, 9:17 PM · Restricted Project, Restricted Project
zixuw requested changes to D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.

Please update/add test cases.

Mar 27 2023, 2:29 PM · Restricted Project, Restricted Project

Mar 24 2023

zixuw accepted D146656: [clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensible.
Mar 24 2023, 10:49 AM · Restricted Project, Restricted Project
zixuw added a comment to D146656: [clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensible.

LGTM for the ExtractAPIVisitor part.
Remaining:

  • update test with @LINE
  • the libclang side
Mar 24 2023, 10:22 AM · Restricted Project, Restricted Project

Mar 23 2023

zixuw added a comment to D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.

Also, if there is a manual/README.md file to better understand the DeclarationFragments.cpp/ExtractAPI, kindly point it out so, I can go through it, thank you.

Mar 23 2023, 3:34 PM · Restricted Project, Restricted Project
zixuw requested changes to D146759: [ExtractAPI] Remove extra attributes in property declaration fragments.

Thanks for creating the review!

Mar 23 2023, 2:30 PM · Restricted Project, Restricted Project

Mar 22 2023

zixuw added inline comments to D146656: [clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensible.
Mar 22 2023, 1:18 PM · Restricted Project, Restricted Project
zixuw added a comment to D146656: [clang][ExtractAPI] Refactor ExtractAPIVisitor to make it more extensible.

Good to see refactoring to make ExtractAPI easier to extend and use. Thanks Daniel!
Some comments on the ExtractAPIVisitor part. I'll leave the libclang part to the experts.

Mar 22 2023, 1:15 PM · Restricted Project, Restricted Project

Mar 6 2023

zixuw accepted D145371: [AArch64TargetParser] reinstate assert for optional.
Mar 6 2023, 9:31 AM · Restricted Project, Restricted Project

Mar 3 2023

zixuw added a comment to D145206: [NFC] Properly handle optional minor value for ArchInfo::Version.

I'm not sure that this is the right fix. The exception indicates that this is being called with ArchInfo objects with invalid VersionTuples, how is that happening? Also could you explain what the issue is with bad_optional_access on older macOS?

Mar 3 2023, 10:03 AM · Restricted Project, Restricted Project

Mar 2 2023

zixuw committed rGd7623507ac25: [NFC] Properly handle optional minor value for ArchInfo::Version (authored by zixuw).
[NFC] Properly handle optional minor value for ArchInfo::Version
Mar 2 2023, 5:29 PM · Restricted Project, Restricted Project
zixuw closed D145206: [NFC] Properly handle optional minor value for ArchInfo::Version.
Mar 2 2023, 5:28 PM · Restricted Project, Restricted Project
zixuw added a comment to D145206: [NFC] Properly handle optional minor value for ArchInfo::Version.

This fixes the checking logic, and also works around a build failure with clang/unittest/Interpreter/ExceptionTests which enables exceptions. std::optional::value() throws std::bad_optional_access, which won't build if targeting older versions of macOS

Mar 2 2023, 4:50 PM · Restricted Project, Restricted Project
zixuw added a reviewer for D145206: [NFC] Properly handle optional minor value for ArchInfo::Version: tmatheson.
Mar 2 2023, 4:46 PM · Restricted Project, Restricted Project
zixuw requested review of D145206: [NFC] Properly handle optional minor value for ArchInfo::Version.
Mar 2 2023, 4:45 PM · Restricted Project, Restricted Project
zixuw added inline comments to D144672: [Sanitizers] Error when attempting to use `static-lsan` with `TSan` or `Asan` on darwin.
Mar 2 2023, 3:34 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Mar 1 2023

zixuw added a comment to D144672: [Sanitizers] Error when attempting to use `static-lsan` with `TSan` or `Asan` on darwin.

Hi! This broke the asan replaceable_new_delete.cpp test on Darwin because it has a run line using -static-libsan. Could you take a look? Probably need to separate that check out and mark as unsupported on Darwin

Mar 1 2023, 3:26 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Dec 15 2022

zixuw accepted D140010: [clang][ExtractAPI] Fix naming of typedef'd anonymous enums.
Dec 15 2022, 11:24 AM · Restricted Project, Restricted Project

Dec 14 2022

zixuw added inline comments to D140010: [clang][ExtractAPI] Fix naming of typedef'd anonymous enums.
Dec 14 2022, 11:23 AM · Restricted Project, Restricted Project
zixuw added inline comments to D140010: [clang][ExtractAPI] Fix naming of typedef'd anonymous enums.
Dec 14 2022, 10:30 AM · Restricted Project, Restricted Project

Dec 12 2022

zixuw accepted D139115: [clang][ExtractAPI] Add support for single symbol SGF.
Dec 12 2022, 10:41 AM · Restricted Project, Restricted Project

Dec 8 2022

zixuw added a reviewer for D139115: [clang][ExtractAPI] Add support for single symbol SGF: cishida.
Dec 8 2022, 11:03 AM · Restricted Project, Restricted Project

Dec 6 2022

zixuw added inline comments to D139115: [clang][ExtractAPI] Add support for single symbol SGF.
Dec 6 2022, 4:31 PM · Restricted Project, Restricted Project

Oct 25 2022

zixuw accepted D136455: [clang][ExtractAPI] Add targetFallback to relationships in symbol graph.
Oct 25 2022, 10:14 AM · Restricted Project, Restricted Project

Oct 24 2022

zixuw added a comment to D136455: [clang][ExtractAPI] Add targetFallback to relationships in symbol graph.

Is it easy to/worth checking if the target is actually outside of the current module to keep the output smaller and concise?

Oct 24 2022, 9:56 AM · Restricted Project, Restricted Project
zixuw accepted D136450: [clang][ExtractAPI] Allow users to specify a list of symbols to ignore.
Oct 24 2022, 9:53 AM · Restricted Project, Restricted Project

Oct 5 2022

zixuw committed rG5301826fa86a: [clang][ExtractAPI] Don't print locations for anonymous tags (authored by zixuw).
[clang][ExtractAPI] Don't print locations for anonymous tags
Oct 5 2022, 1:11 PM · Restricted Project, Restricted Project
zixuw closed D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.
Oct 5 2022, 1:11 PM · Restricted Project, Restricted Project
zixuw added a comment to D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.

This doesn't affect any tests?

Just finished building locally, running tests to verify now

Doesn't affect any test for this patch as expected. Still need to see how does it interacts with https://reviews.llvm.org/D134813.

Oct 5 2022, 1:09 PM · Restricted Project, Restricted Project
zixuw added a comment to D134813: Properly print unnamed TagDecl objects in diagnostics.

With the PrintingPolicy fix in https://reviews.llvm.org/D135295 and landed USR fix, the diff within ExtractAPI tests is only the wording with anonymous enums, and we can drop the lit change:

658c658
<             "spelling": "(anonymous)"
---
>             "spelling": "enum (unnamed)"
661c661
<         "title": "(anonymous)"
---
>         "title": "enum (unnamed)"
664c664
<         "(anonymous)"
---
>         "enum (unnamed)"
706c706
<         "(anonymous)",
---
>         "enum (unnamed)",
746c746
<             "spelling": "(anonymous)"
---
>             "spelling": "enum (unnamed)"
749c749
<         "title": "(anonymous)"
---
>         "title": "enum (unnamed)"
752c752
<         "(anonymous)"
---
>         "enum (unnamed)"
794c794
<         "(anonymous)",
---
>         "enum (unnamed)",

@dang @QuietMisdreavus for this change.

Oct 5 2022, 1:08 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
zixuw added a comment to D134813: Properly print unnamed TagDecl objects in diagnostics.

I'm pulling this on top of https://reviews.llvm.org/D135295 to try locally now.

Oct 5 2022, 12:47 PM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
zixuw added a comment to D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.

This doesn't affect any tests?

Just finished building locally, running tests to verify now

Oct 5 2022, 12:30 PM · Restricted Project, Restricted Project
zixuw updated the diff for D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.

Update on top of the existing PrintingPolicy in the ASTContext instead of creating a new default one.

Oct 5 2022, 12:28 PM · Restricted Project, Restricted Project
zixuw added inline comments to D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.
Oct 5 2022, 12:24 PM · Restricted Project, Restricted Project
zixuw added a comment to D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.

This doesn't affect any tests?

Oct 5 2022, 12:20 PM · Restricted Project, Restricted Project
zixuw updated the diff for D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.

Set PrintingPolicy properly

Oct 5 2022, 11:37 AM · Restricted Project, Restricted Project
zixuw added a comment to D134813: Properly print unnamed TagDecl objects in diagnostics.

Setting PrintingPolicy::AnonymousTagLocations to false in https://reviews.llvm.org/D135295

Oct 5 2022, 11:18 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
zixuw added reviewers for D135295: [clang][ExtractAPI] Don't print locations for anonymous tags: sammccall, aaron.ballman.
Oct 5 2022, 11:15 AM · Restricted Project, Restricted Project
zixuw requested review of D135295: [clang][ExtractAPI] Don't print locations for anonymous tags.
Oct 5 2022, 11:14 AM · Restricted Project, Restricted Project
zixuw added a comment to D134813: Properly print unnamed TagDecl objects in diagnostics.

Ah sorry I just finished reading the discussions. IIUC 20c9ac29250493f5e0a3791dc1e5e9114ff0dc6e should have already fixed the USR generation part, and all of the USR updates in the test cases should be gone now?

Oct 5 2022, 10:45 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
zixuw added inline comments to D134813: Properly print unnamed TagDecl objects in diagnostics.
Oct 5 2022, 10:26 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project
zixuw updated subscribers of D134813: Properly print unnamed TagDecl objects in diagnostics.

I'd guess we need some kind of change to CommentXML and ExtractAPI, but I don't know enough to be sure what it should be.

Ping @dang @zixuw and @dexonsmith for questions about how to handle ExtractAPI changes, and @gribozavr for questions about CommentXML

Oct 5 2022, 10:18 AM · Restricted Project, Restricted Project, Restricted Project, Restricted Project

Aug 2 2022

zixuw accepted D130918: [clang][ExtractAPI] Record availability information on all platforms.

LGTM!

Aug 2 2022, 9:24 AM · Restricted Project, Restricted Project

Aug 1 2022

zixuw added a comment to D130918: [clang][ExtractAPI] Record availability information on all platforms.

Thanks Daniel!

Aug 1 2022, 11:24 AM · Restricted Project, Restricted Project

Jul 26 2022

zixuw accepted D130583: [clang][ExtractAPI] Add a space between type and name in property declaration fragments.

Awesome! Thanks Daniel!

Jul 26 2022, 11:44 AM · Restricted Project, Restricted Project
zixuw accepted D130581: [clang][ExtractAPI] Ensure that class properties have a kind of "Type Property".

LGTM. Thanks Daniel!

Jul 26 2022, 11:42 AM · Restricted Project, Restricted Project

May 16 2022

zixuw accepted D125678: [clang][extract-api] Don't emit symbols prefixed with an underscore.

clang-format failed:

---  clang-format

changed files:

    clang/test/ExtractAPI/underscored.c
May 16 2022, 2:04 PM · Restricted Project, Restricted Project

May 5 2022

zixuw added a comment to D125061: [clang] A more robust way to attach comments.

Well, apparently there are still some corner-case bugs in the logic. ExtractAPI and a few other tests failed. Will look into it tomorrow.

May 5 2022, 7:12 PM · Restricted Project, Restricted Project
zixuw added reviewers for D125061: [clang] A more robust way to attach comments: ributzka, akyrtzi, doug.gregor, gribozavr.
May 5 2022, 5:27 PM · Restricted Project, Restricted Project
zixuw requested review of D125061: [clang] A more robust way to attach comments.
May 5 2022, 5:20 PM · Restricted Project, Restricted Project

May 4 2022

zixuw added a reverting change for rG2966f0fa5052: Revert "[clang][extract-api] Use relative includes": rGcb5bb28511f2: Revert "Revert "[clang][extract-api] Use relative includes"".
May 4 2022, 2:53 PM · Restricted Project, Restricted Project
zixuw committed rGcb5bb28511f2: Revert "Revert "[clang][extract-api] Use relative includes"" (authored by zixuw).
Revert "Revert "[clang][extract-api] Use relative includes""
May 4 2022, 2:53 PM · Restricted Project, Restricted Project
zixuw closed D124964: Revert "Revert "[clang][extract-api] Use relative includes"".
May 4 2022, 2:53 PM · Restricted Project, Restricted Project
zixuw added a comment to D124964: Revert "Revert "[clang][extract-api] Use relative includes"".

LGTM! If I understand the issue correctly we gave llvm::Regex::match a string temporary to match against before and now we store it for long enough to process the match results?

May 4 2022, 2:51 PM · Restricted Project, Restricted Project
zixuw updated the diff for D124964: Revert "Revert "[clang][extract-api] Use relative includes"".

Whitespace change: clang-format removed an empty line

May 4 2022, 2:36 PM · Restricted Project, Restricted Project
zixuw added a reverting change for rG2966f0fa5052: Revert "[clang][extract-api] Use relative includes": D124964: Revert "Revert "[clang][extract-api] Use relative includes"".
May 4 2022, 2:27 PM · Restricted Project, Restricted Project
zixuw requested review of D124964: Revert "Revert "[clang][extract-api] Use relative includes"".
May 4 2022, 2:26 PM · Restricted Project, Restricted Project
zixuw committed rG2966f0fa5052: Revert "[clang][extract-api] Use relative includes" (authored by zixuw).
Revert "[clang][extract-api] Use relative includes"
May 4 2022, 12:28 PM · Restricted Project, Restricted Project
zixuw added a reverting change for rG4c262fee08b5: [clang][extract-api] Use relative includes: rG2966f0fa5052: Revert "[clang][extract-api] Use relative includes".
May 4 2022, 12:28 PM · Restricted Project, Restricted Project
zixuw added a reverting change for D123831: [clang][extract-api] Use relative includes: rG2966f0fa5052: Revert "[clang][extract-api] Use relative includes".
May 4 2022, 12:28 PM · Restricted Project, Restricted Project
zixuw added a comment to D123831: [clang][extract-api] Use relative includes.

Accidentally added another test case in my local workspace. Removed in 5f841c71fc2cc77c92f526791cd7a938bcac69aa

May 4 2022, 10:45 AM · Restricted Project, Restricted Project
zixuw committed rG5f841c71fc2c: [NFC] Remove unfinished test case (authored by zixuw).
[NFC] Remove unfinished test case
May 4 2022, 10:42 AM · Restricted Project, Restricted Project
zixuw committed rG4c262fee08b5: [clang][extract-api] Use relative includes (authored by zixuw).
[clang][extract-api] Use relative includes
May 4 2022, 10:28 AM · Restricted Project, Restricted Project
zixuw closed D123831: [clang][extract-api] Use relative includes.
May 4 2022, 10:28 AM · Restricted Project, Restricted Project
zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.

Update test case to use cc1 instead of driver

May 4 2022, 10:27 AM · Restricted Project, Restricted Project
zixuw added a comment to D123831: [clang][extract-api] Use relative includes.

Since this is a new test can we use the approach in https://reviews.llvm.org/D124634 to check for diagnostics output.

May 4 2022, 10:00 AM · Restricted Project, Restricted Project

May 3 2022

zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.
  • Capture whether the include is quoted in KnownFiles
  • Misc: use getInputBufferName() instead of string literal
May 3 2022, 12:24 PM · Restricted Project, Restricted Project

May 2 2022

zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.

Convert file path to use slashes for headermap reverse lookup

May 2 2022, 5:29 PM · Restricted Project, Restricted Project
zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.
  • Delete test known_files_only_hmap
  • Handle quoted includes
  • Attempt to fix Windows fails by converting backslashes before matching the framework regex
  • Update test relative_include
May 2 2022, 4:15 PM · Restricted Project, Restricted Project

Apr 28 2022

zixuw accepted D124638: [clang] Track how headers get included generally during lookup time.

LGTM!

Apr 28 2022, 2:38 PM · Restricted Project, Restricted Project

Apr 25 2022

zixuw retitled D123831: [clang][extract-api] Use relative includes from [POC][WIP] Use relative include in extract-api to [clang][extract-api] Use relative includes.
Apr 25 2022, 5:51 PM · Restricted Project, Restricted Project
zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.
  • Rewrite commit message for preparation
  • Remove shortening paths based on the current working directory: it does not work with angled includes, and unnecessary for our use
  • XFAIL test known_files_only_hmap.c, as it is not a valid setup with a questionable headermap. Need to determine how to fix that test case or just discard it, as the new relative_include.m test also checks that symbols from external files are dropped
Apr 25 2022, 5:48 PM · Restricted Project, Restricted Project
zixuw added inline comments to D123831: [clang][extract-api] Use relative includes.
Apr 25 2022, 5:25 PM · Restricted Project, Restricted Project
zixuw added inline comments to D123831: [clang][extract-api] Use relative includes.
Apr 25 2022, 3:39 PM · Restricted Project, Restricted Project
zixuw added inline comments to D123831: [clang][extract-api] Use relative includes.
Apr 25 2022, 3:33 PM · Restricted Project, Restricted Project
zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.
  • Create FileManager in PrepareToExecuteAction
  • Use FileManager to load headermaps and reverse lookup mappings
  • Use FileSystem to correctly get working directory and make absolute paths
Apr 25 2022, 1:28 PM · Restricted Project, Restricted Project
zixuw added a comment to D123831: [clang][extract-api] Use relative includes.

The problem is that we are trying to shorten the input file paths in PrepareToExecuteAction, where the CompilerInstance is still primal and doesn't even have a FileManager that we could use. That makes it hard (if possible at all) to reverse lookup headermaps and use the spelled names if we failed to find a search path prefix.
The impact is that we won't be able to get an angled include name for cases where an input doesn't reside in any of the normal search paths, but a headermap entry maps some name to that path. Or we might get the wrong include name where there are both headermap entries and search paths that match the input path and the ordering matters.

Apr 25 2022, 12:09 PM · Restricted Project, Restricted Project
zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.
  • Use first match in getRelativeIncludeName
  • Try to get Preprocessor and reverse lookup headermaps in getRelativeIncludeName
  • Use getRelativeIncludeName to check for known files in LocationFileChecker
  • Misc fixes & adjustments
Apr 25 2022, 10:37 AM · Restricted Project, Restricted Project

Apr 14 2022

zixuw updated the diff for D123831: [clang][extract-api] Use relative includes.

Add test case to demonstrate the framework case.

Apr 14 2022, 9:00 PM · Restricted Project, Restricted Project
zixuw added inline comments to D123831: [clang][extract-api] Use relative includes.
Apr 14 2022, 8:25 PM · Restricted Project, Restricted Project
zixuw requested review of D123831: [clang][extract-api] Use relative includes.
Apr 14 2022, 7:52 PM · Restricted Project, Restricted Project

Apr 12 2022

zixuw accepted D123533: [clang][extract-api] Add support for true anonymous enums.

LGTM

Apr 12 2022, 10:55 AM · Restricted Project, Restricted Project
zixuw committed rGe08c435401bc: [clang][ExtractAPI][NFC] Fix sed delimiter in test (authored by zixuw).
[clang][ExtractAPI][NFC] Fix sed delimiter in test
Apr 12 2022, 10:04 AM · Restricted Project, Restricted Project
zixuw closed D123526: [clang][ExtractAPI][NFC] Fix sed delimiter in test.
Apr 12 2022, 10:04 AM · Restricted Project, Restricted Project
zixuw added inline comments to D123533: [clang][extract-api] Add support for true anonymous enums.
Apr 12 2022, 9:00 AM · Restricted Project, Restricted Project

Apr 11 2022

zixuw added inline comments to D123533: [clang][extract-api] Add support for true anonymous enums.
Apr 11 2022, 12:04 PM · Restricted Project, Restricted Project
zixuw added a reviewer for D123526: [clang][ExtractAPI][NFC] Fix sed delimiter in test: michele.scandale.
Apr 11 2022, 11:02 AM · Restricted Project, Restricted Project