Page MenuHomePhabricator

ZarkoCA (Zarko Todorovski)
User

Projects

User does not belong to any projects.

User Details

User Since
Dec 11 2018, 9:51 AM (234 w, 2 d)

Recent Activity

Mon, Jun 5

ZarkoCA updated the diff for D106409: [PowerPC] Truncate exponent parameter for vec_cts,vec_ctf.

Rebase and fix test.

Mon, Jun 5, 10:08 AM · Restricted Project, Restricted Project

May 1 2023

ZarkoCA committed rG99fe4d38266e: Set EnableAIXExtendedAltivecABI in BackendUtils from LangOpts (authored by ZarkoCA).
Set EnableAIXExtendedAltivecABI in BackendUtils from LangOpts
May 1 2023, 8:26 AM · Restricted Project, Restricted Project

Apr 26 2023

ZarkoCA committed rG951919e5112c: [Clang][AIX] Add back error for -fprofile-sample-generate/use on AIX (authored by ZarkoCA).
[Clang][AIX] Add back error for -fprofile-sample-generate/use on AIX
Apr 26 2023, 11:56 AM · Restricted Project, Restricted Project
ZarkoCA closed D148960: [Clang][AIX] Add back error for -fprofile-sample-generate/use on AIX.
Apr 26 2023, 11:55 AM · Restricted Project, Restricted Project

Apr 21 2023

ZarkoCA requested review of D148960: [Clang][AIX] Add back error for -fprofile-sample-generate/use on AIX.
Apr 21 2023, 2:06 PM · Restricted Project, Restricted Project

Apr 20 2023

ZarkoCA committed rG8a39465d0015: [Clang][AIX] Remove error for -fprofile-instr-generate/use on AIX (authored by ZarkoCA).
[Clang][AIX] Remove error for -fprofile-instr-generate/use on AIX
Apr 20 2023, 8:08 AM · Restricted Project, Restricted Project
ZarkoCA closed D148177: [Clang][AIX] Remove error for -fprofile-instr-generate/use on AIX.
Apr 20 2023, 8:08 AM · Restricted Project, Restricted Project, Restricted Project

Apr 12 2023

ZarkoCA requested review of D148177: [Clang][AIX] Remove error for -fprofile-instr-generate/use on AIX.
Apr 12 2023, 3:24 PM · Restricted Project, Restricted Project, Restricted Project

Oct 18 2022

ZarkoCA accepted D135024: [PowerPC] Fix invalid cast for vector shuffles when lowering to the xxsplti32dx instruction..

Thanks for fixing this and for pre-comitting the test case.

Oct 18 2022, 11:11 AM · Restricted Project, Restricted Project, Restricted Project

Oct 13 2022

ZarkoCA added inline comments to D135024: [PowerPC] Fix invalid cast for vector shuffles when lowering to the xxsplti32dx instruction..
Oct 13 2022, 10:06 AM · Restricted Project, Restricted Project, Restricted Project

Sep 9 2022

ZarkoCA added inline comments to D133547: [PowerPC] Fix CSR_64_AllRegs_AIX_Dflt_VSX definition.
Sep 9 2022, 2:41 PM · Restricted Project, Restricted Project
ZarkoCA committed rT9075928d9b24: [test-suite] Set language level to c++14 to tests failing with gnu++17 (authored by ZarkoCA).
[test-suite] Set language level to c++14 to tests failing with gnu++17
Sep 9 2022, 11:40 AM · Restricted Project
ZarkoCA closed D133591: [test-suite] Set language level to c++14 to tests failing with gnu++17.
Sep 9 2022, 11:40 AM · Restricted Project
ZarkoCA requested review of D133591: [test-suite] Set language level to c++14 to tests failing with gnu++17.
Sep 9 2022, 10:25 AM · Restricted Project

Jul 26 2022

ZarkoCA abandoned D129701: [libc++][AIX][test] Remove XFAIL for libcpp_deallocate.sh.cpp.

Looks like I was beat to committing this by https://github.com/llvm/llvm-project/commit/9566c4a682065105a653c4c148325671755faace. Abandoning since the change is already in.

Jul 26 2022, 6:53 AM · Restricted Project, Restricted Project

Jul 13 2022

ZarkoCA requested review of D129701: [libc++][AIX][test] Remove XFAIL for libcpp_deallocate.sh.cpp.
Jul 13 2022, 3:56 PM · Restricted Project, Restricted Project
ZarkoCA committed rGa61b202d4e3b: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is… (authored by ZarkoCA).
[Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is…
Jul 13 2022, 12:33 PM · Restricted Project, Restricted Project
ZarkoCA closed D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Jul 13 2022, 12:32 PM · Restricted Project, Restricted Project, Restricted Project

Jul 11 2022

ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Rebase and add FDecl check before calling checkAIXMemberAlignment()
Jul 11 2022, 6:37 PM · Restricted Project, Restricted Project, Restricted Project

Jun 14 2022

ZarkoCA added inline comments to D127439: [PowerPC] Fix combine step for shufflevector..
Jun 14 2022, 7:38 AM · Restricted Project, Restricted Project

Jun 13 2022

ZarkoCA accepted D127439: [PowerPC] Fix combine step for shufflevector..
Jun 13 2022, 2:47 PM · Restricted Project, Restricted Project

Jun 10 2022

ZarkoCA added inline comments to D127439: [PowerPC] Fix combine step for shufflevector..
Jun 10 2022, 1:11 PM · Restricted Project, Restricted Project

May 9 2022

ZarkoCA committed rGd35bff8bc41f: [LLVM][sancov] Inclusive language: Add -ignorelist option (authored by ZarkoCA).
[LLVM][sancov] Inclusive language: Add -ignorelist option
May 9 2022, 8:06 AM · Restricted Project, Restricted Project
ZarkoCA closed D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option.
May 9 2022, 8:06 AM · Restricted Project, Restricted Project

May 5 2022

ZarkoCA updated the diff for D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option.
  • Fixed double use of ClUseDefaultBlacklist
May 5 2022, 10:07 AM · Restricted Project, Restricted Project
ZarkoCA updated the diff for D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option.

Rebase and fix formatting

May 5 2022, 5:28 AM · Restricted Project, Restricted Project

Apr 18 2022

ZarkoCA committed rGce8713312068: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and… (authored by ZarkoCA).
[llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and…
Apr 18 2022, 8:50 AM · Restricted Project, Restricted Project
ZarkoCA closed D114374: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp.
Apr 18 2022, 8:50 AM · Restricted Project, Restricted Project

Apr 7 2022

ZarkoCA retitled D114374: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp from [llvm]{NFC][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp to [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp.
Apr 7 2022, 8:58 AM · Restricted Project, Restricted Project

Apr 6 2022

ZarkoCA added a comment to D114374: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp.

Ping

Apr 6 2022, 7:42 AM · Restricted Project, Restricted Project
ZarkoCA added a comment to D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option.

Ping

Apr 6 2022, 7:42 AM · Restricted Project, Restricted Project

Mar 22 2022

Herald added a project to D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option: Restricted Project.

ping

Mar 22 2022, 11:08 AM · Restricted Project, Restricted Project
Herald added a project to D114374: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp: Restricted Project.

ping

Mar 22 2022, 11:08 AM · Restricted Project, Restricted Project

Mar 21 2022

ZarkoCA committed rG0f0520003af4: [libc++][AIX] AIX allows for changing permissions of symlinks (authored by ZarkoCA).
[libc++][AIX] AIX allows for changing permissions of symlinks
Mar 21 2022, 11:39 AM · Restricted Project
ZarkoCA closed D121140: [libc++][AIX] AIX allows for changing permissions of symlinks.
Mar 21 2022, 11:39 AM · Restricted Project, Restricted Project

Mar 10 2022

ZarkoCA added a comment to D121140: [libc++][AIX] AIX allows for changing permissions of symlinks.

Pinging this for the libc++ group

Mar 10 2022, 5:21 AM · Restricted Project, Restricted Project

Mar 8 2022

ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Mar 8 2022, 8:31 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Restructured checks
  • fixed comment
  • removed unnecessary parameter passed to function
  • slightly reworded summary of patch
Mar 8 2022, 8:29 AM · Restricted Project, Restricted Project, Restricted Project

Mar 7 2022

ZarkoCA added a reviewer for D121140: [libc++][AIX] AIX allows for changing permissions of symlinks: Jake-Egan.
Mar 7 2022, 11:26 AM · Restricted Project, Restricted Project
ZarkoCA requested review of D121140: [libc++][AIX] AIX allows for changing permissions of symlinks.
Mar 7 2022, 11:23 AM · Restricted Project, Restricted Project

Mar 3 2022

ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Mar 3 2022, 2:33 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Remove formatting changes to unrelated code
Mar 3 2022, 2:29 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Try to remove deeply nested ifs by using early returns
  • Fix note so it refers to struct
  • Add a struct that isn't called byval in test case to make it clearer that

warning isn't emitted on every declaration

Mar 3 2022, 1:27 PM · Restricted Project, Restricted Project, Restricted Project

Feb 28 2022

ZarkoCA requested review of D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Feb 28 2022, 3:33 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.

Reworked implementation so the diagnosis is more correct:

  • Warn when the struct is passed that contains the member
  • Warn when alignment is 16 and not 16 and greater
Feb 28 2022, 3:33 PM · Restricted Project, Restricted Project, Restricted Project

Feb 22 2022

ZarkoCA committed rG7fb02d2752c0: [libc++][AIX] Add AIX error message as expected output (authored by ZarkoCA).
[libc++][AIX] Add AIX error message as expected output
Feb 22 2022, 11:35 AM
ZarkoCA closed D119982: [libc++][AIX] Add AIX error message as expected output.
Feb 22 2022, 11:34 AM · Restricted Project

Feb 16 2022

ZarkoCA requested review of D119982: [libc++][AIX] Add AIX error message as expected output.
Feb 16 2022, 3:02 PM · Restricted Project
ZarkoCA planned changes to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Feb 16 2022, 2:52 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA added a comment to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.

After offline discussion with @sfertile , the warning should occur only when the struct member is passed on the stack. I will be updating the patch shortly.

Feb 16 2022, 2:52 PM · Restricted Project, Restricted Project, Restricted Project

Feb 8 2022

ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Feb 8 2022, 8:31 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Shorten warning message
  • Add new note
Feb 8 2022, 8:26 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Feb 8 2022, 7:39 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Warn on declaration of struct member and add note for call
Feb 8 2022, 7:32 AM · Restricted Project, Restricted Project, Restricted Project

Feb 7 2022

ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Feb 7 2022, 2:55 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Add note for diagnostic pointing to declaration of the struct member
  • cleaned up use of unneeded variable
Feb 7 2022, 2:44 PM · Restricted Project, Restricted Project, Restricted Project

Feb 4 2022

ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Feb 4 2022, 1:02 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Moved AIX check to its own function to hopefully avoid Arg and ArgTy getting out of sync
  • Rebased and removed LIT test cases workaround
Feb 4 2022, 12:58 PM · Restricted Project, Restricted Project, Restricted Project

Feb 1 2022

ZarkoCA accepted D118710: [clang-ppc64-aix] Set OBJECT_MODE an a builder wide env.

I don't know whether it's an issue that the patch is missing context but the change is good, Thanks @daltenty

Feb 1 2022, 9:27 AM
ZarkoCA added inline comments to D118670: [NFC][AIX]Disable failed tests due to aggressive byval alignment warning on AIX.
Feb 1 2022, 4:42 AM · Restricted Project

Jan 31 2022

ZarkoCA added a comment to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.

Would it make sense (and would it be possible) to check the linkage of the callee? Presumably calling something like
static void localfunc(int *)
with an over-aligned member shouldn't be a problem.

Jan 31 2022, 10:26 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Warning shouldn't apply to functions that have internal linkage
Jan 31 2022, 10:24 AM · Restricted Project, Restricted Project, Restricted Project

Jan 28 2022

ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Jan 28 2022, 4:27 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.

Addressed some of the comments:

Jan 28 2022, 4:08 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA added inline comments to D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Jan 28 2022, 1:29 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.

Addressing comments:

Jan 28 2022, 10:33 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA committed rZORGff6d1e0bef12: [AIX] Limit parallel link jobs to 2 for AIX buildbot (authored by ZarkoCA).
[AIX] Limit parallel link jobs to 2 for AIX buildbot
Jan 28 2022, 4:01 AM
ZarkoCA closed D118410: [AIX] Limit parallel link jobs to 2 for AIX buildbot.
Jan 28 2022, 4:01 AM

Jan 27 2022

ZarkoCA updated the diff for D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
  • Fixed formatting
  • Fixed test case
  • Check for when Arg is nullptr
Jan 27 2022, 7:01 PM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA requested review of D118410: [AIX] Limit parallel link jobs to 2 for AIX buildbot.
Jan 27 2022, 2:51 PM
ZarkoCA retitled D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function from [AIX][PowerPC] Emit byval alignment warning only when struct member is passed to a function to [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct member is passed to a function.
Jan 27 2022, 4:22 AM · Restricted Project, Restricted Project, Restricted Project
ZarkoCA requested review of D118350: [Clang][Sema][AIX][PowerPC] Emit byval alignment warning only when struct is passed to a function.
Jan 27 2022, 4:21 AM · Restricted Project, Restricted Project, Restricted Project

Jan 25 2022

ZarkoCA added a comment to D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option.

Ping.

Jan 25 2022, 6:55 AM · Restricted Project, Restricted Project
ZarkoCA added a comment to D114374: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp.

Ping.

Jan 25 2022, 6:55 AM · Restricted Project, Restricted Project

Jan 18 2022

ZarkoCA closed D116752: [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite.
Jan 18 2022, 4:50 AM · Restricted Project
ZarkoCA committed rZORG8201011aefd8: [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test… (authored by ZarkoCA).
[AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test…
Jan 18 2022, 4:50 AM
ZarkoCA accepted D117505: Disable Go binding test on AIX.

LGTM, thanks

Jan 18 2022, 4:39 AM · Restricted Project

Jan 13 2022

ZarkoCA updated the diff for D116752: [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite.
  • Address comments (removed settings that are already default)
Jan 13 2022, 10:53 AM · Restricted Project

Jan 6 2022

ZarkoCA updated the diff for D116752: [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite.

Enabled test-suite.

Jan 6 2022, 10:25 AM · Restricted Project
ZarkoCA planned changes to D116752: [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite.
Jan 6 2022, 9:50 AM · Restricted Project
ZarkoCA requested review of D116752: [AIX][PowerPC] Have AIX buildbot build compiler-rt and build and test llvm-test-suite.
Jan 6 2022, 8:32 AM · Restricted Project

Dec 20 2021

ZarkoCA added a comment to D115305: [AIX][PowerPC] Change AIX buildbot to target native AIX build.

Hi Zarko,

This patch has broken llvm-zorg.

There is no worker with the name "aix-ppc64" in the workers.py.

Did you forget to rename "aix-ppc64-ppc64le" to "aix-ppc64"?

If so, I have fixed that for you in https://github.com/llvm/llvm-zorg/commit/d4d8bac3d9d02ad73201dd2d5156724a7e421db0. Don't forget to rename you worker in the buildbot.tac file and restart.

Otherwise, you would need to propose a patch for workers.py.

Dec 20 2021, 5:20 AM

Dec 13 2021

ZarkoCA committed rZORG8ea632e3d0ee: [AIX][PowerPC] Change AIX buildbot to target native AIX build (authored by ZarkoCA).
[AIX][PowerPC] Change AIX buildbot to target native AIX build
Dec 13 2021, 6:58 AM
ZarkoCA closed D115305: [AIX][PowerPC] Change AIX buildbot to target native AIX build.
Dec 13 2021, 6:58 AM

Dec 10 2021

ZarkoCA accepted D115285: [test-suite][AIX] Disable SingleSource/UnitTests/2007-04-25-weak on AIX..

Thanks, LGTM.

Dec 10 2021, 1:14 PM · Restricted Project
ZarkoCA added inline comments to D115305: [AIX][PowerPC] Change AIX buildbot to target native AIX build.
Dec 10 2021, 4:22 AM
ZarkoCA updated the diff for D115305: [AIX][PowerPC] Change AIX buildbot to target native AIX build.
  • Add OBJECT_MODE
Dec 10 2021, 4:22 AM

Dec 9 2021

ZarkoCA added inline comments to D115305: [AIX][PowerPC] Change AIX buildbot to target native AIX build.
Dec 9 2021, 6:48 AM

Dec 8 2021

ZarkoCA added a comment to D115285: [test-suite][AIX] Disable SingleSource/UnitTests/2007-04-25-weak on AIX..

The change seems fine but would you mind adding the reason why this test is not expected to pass on AIX in the description?

Dec 8 2021, 1:14 PM · Restricted Project

Dec 7 2021

ZarkoCA requested review of D115305: [AIX][PowerPC] Change AIX buildbot to target native AIX build.
Dec 7 2021, 4:29 PM

Dec 2 2021

ZarkoCA added a comment to D114374: [llvm][IPO] Inclusive language: Rename mergefunc-sanity to mergefunc-verify and remove other instances of sanity in MergeFunctions.cpp.

Ping.

Dec 2 2021, 11:18 AM · Restricted Project, Restricted Project

Dec 1 2021

ZarkoCA added a comment to D113514: [LLVM][sancov] Inclusive language: Add -ignorelist option.

Ping

Dec 1 2021, 2:01 PM · Restricted Project, Restricted Project
ZarkoCA added a comment to D114025: [clang][NFC] Inclusive terms: replace some uses of sanity in clang.

Those all look good, thanks.

Dec 1 2021, 10:51 AM · Restricted Project, Restricted Project
ZarkoCA committed rG3ee685f98abf: [NFC][Clang] Fix some comments in clang (authored by ZarkoCA).
[NFC][Clang] Fix some comments in clang
Dec 1 2021, 10:37 AM

Nov 30 2021

ZarkoCA committed rGf5ad6fa279cc: [clang][docs] Inclusive language: remove use of sanity check in option… (authored by ZarkoCA).
[clang][docs] Inclusive language: remove use of sanity check in option…
Nov 30 2021, 12:08 PM
ZarkoCA closed D114562: [clang][docs] Inclusive language: remove use of sanity check in option description.
Nov 30 2021, 12:07 PM · Restricted Project
ZarkoCA committed rGc379911a94c1: [NFC][Clang]Inclusive language: Replace uses of whitelist in clang/test (authored by ZarkoCA).
[NFC][Clang]Inclusive language: Replace uses of whitelist in clang/test
Nov 30 2021, 12:06 PM
ZarkoCA added a comment to D114025: [clang][NFC] Inclusive terms: replace some uses of sanity in clang.

@rjmccall These are the proposed changes which address some of your comments. I am planning on waiting for further clarification on some of the others.

Nov 30 2021, 10:52 AM · Restricted Project, Restricted Project

Nov 26 2021

ZarkoCA added a comment to D112816: [LLVM][llvm-cov] Inclusive language: rename option -name-whitelist to -name-allowlist.

Pushed 715d2dc126ee4aaf0cb1df8826c3f1072c952e66 to fix the docs buildbot break.

Nov 26 2021, 8:58 AM · Restricted Project
ZarkoCA committed rG715d2dc126ee: [llvm-cov][NFC] Add missing character to fix docs buildbot break. (authored by ZarkoCA).
[llvm-cov][NFC] Add missing character to fix docs buildbot break.
Nov 26 2021, 8:58 AM