User Details
- User Since
- Apr 5 2022, 1:29 PM (60 w, 23 h)
Mon, May 22
Thu, May 18
There is no change in UBSan.
Feedback fixes
Wed, May 10
There are two more calls to MaybeBuildIdToBuffer in the switch statement. I did not guard them with !SANITIZER_APPLE because they do not affect the codepath on Darwin. If we want, I can also guard them with !SANITIZER_APPLE, or just guard the function implementation itself rather than the call sites.
Mar 10 2023
This test is failing on ios arm64e. It seems like the function is not getting overridden on ios.
Mar 6 2023
Mar 3 2023
Mar 2 2023
use filter instead of remove
I have reverted the commit for now
Mar 1 2023
@dmaclach Can you please take a look and fix this? Thanks
Feb 28 2023
I was verifying that static versions of these libraries are not present on darwin. Sorry for the delay.
Feb 24 2023
Sorry for this. I need to confirm that asan and tsan are not supported on darwin. Please don't merge until then. Thanks
LGTM
Feb 23 2023
Feb 1 2023
Jan 24 2023
minor refactoring
fix typo
minor typo fix in comments
Minor bugfix
Jan 23 2023
The libcxx test failure seems unrelated and seems to be failing on master
https://buildkite.com/llvm-project/libcxx-ci/builds?branch=master
Jan 20 2023
Removing unnecessary code from test
Jan 17 2023
Closed by 4729f6e03a12b0f3613416dc6f65407afa7e8f19
Jan 11 2023
Addressing comments
Nov 17 2022
Nov 14 2022
Nov 11 2022
LGTM
Added a minor comment below. Apart from that looks good to me
Nov 6 2022
Fix commit message
Jun 3 2022
May 23 2022
- updated canResolveToExpr to accept both statements and expressions. Removed unnecessary code
Updating patch
Added a separate check for unevaluated statements. Updated InfiniteLoopCheck to use new check
May 19 2022
May 18 2022
Fixed clang-format issue
Updated tests