User Details
- User Since
- Nov 21 2022, 6:38 AM (43 w, 6 d)
Jun 1 2023
Edits in comments.
Simplifying the test case.
LGTM
Rebasing to latest main.
May 31 2023
Passing -L <toolchain-install>/bin/../lib/ unconditionally to the linker.
May 30 2023
Rebasing to main.
May 25 2023
Adding 1 more test chage.
Apr 18 2023
Fixing some more regression test errors.
Apr 17 2023
Fixed regression error in clang-tidy test.
Apr 16 2023
Added test case. Now checking the existence of libc++ headers in the toolchain when including the libc++.dylib form toolchain and vice versa. Also checking the absence of -nostdinc, -nostdinc++ or -nostdlib
arguments before linking with libc++.dylib from the toolchain.
Apr 14 2023
Apr 13 2023
Jan 20 2023
Jan 19 2023
Added release notes and changed a normal for-loop to range-based for-loop.
Jan 18 2023
Jan 17 2023
@aaron.ballman do you think that we should call `CheckImplicitConversion``` only for arithemetic compound assignment operators like +=, -=, /=, *= and %= ?
Jan 16 2023
Jan 13 2023
Jan 12 2023
Refactoring.
Correction.
Removed space.
Jan 11 2023
Moved the libunwind change to this separate patch: https://reviews.llvm.org/D141515
Moving the libunwind change to a separate patch and some refactoring.
Jan 10 2023
Rebasing on main.
Jan 6 2023
Added summary in clang release notes.
Fixed libcxx failure and added test case for expected warning for shift assigsn operator.
Dec 19 2022
Dec 12 2022
Added forward declare for CheckImplicitConversion to make the diff look clean.
Dec 2 2022
Fixing clang-format error.