User Details
- User Since
- Nov 25 2021, 4:22 AM (62 w, 4 d)
Sat, Feb 4
Update
Fri, Jan 27
Update
Thu, Jan 12
Introduce Value class
Wed, Jan 11
Let's try a better approach to determine whether we should pretty print the expression.
Make build bots happy
Jan 7 2023
Dec 29 2022
Fix typos
Update patch according to @ymandel 's suggestion. Thanks!
Dec 2 2022
Forgot about the tests :)
This is caused by https://reviews.llvm.org/D139013 I should mention.
Nov 5 2022
Oct 18 2022
Oct 17 2022
Add the original mailformed test case, thanks Shafik!
Address Aaron's comments, thanks!
Oct 15 2022
Sep 27 2022
Sep 26 2022
Sorry for missing the conversation, I was in sleeping mode at that time ;D
Sep 24 2022
Sep 23 2022
Address comments.
Add &(*p) test case in dr1xx.c. (Previous seperate test is removed as it mostly duplicate with the DR test)
So I thought 'isAddressOfOperand' might be good enough for this, is this not the case?
Address comments from reviewers.
Sep 22 2022
I'd admit that passing a boolean between these functions is ugly but surprisingly it works! even for `&(void_ptr)! But yeah, please suggest if you have better solutions ;D
Sep 18 2022
Sep 17 2022
I bet now it rendered correctly.
Sep 15 2022
Do you think std::is_same_v will be even better?
Sep 12 2022
Sep 11 2022
Rebase, adjust commit message and release note.
Sep 10 2022
Try to address Aaron's comments.
Sep 9 2022
gentle ping :)
Sep 4 2022
Rebase
Sep 1 2022
Update the existing diagnostic and its tests.
Aug 31 2022
Simpify code a little bit.
Aug 27 2022
Aug 13 2022
gentle ping :)
Aug 11 2022
Aug 9 2022
Aug 8 2022
I wonder what's the difference between this patch and https://reviews.llvm.org/D124434 ? Also add some reviewers that get involved in the previous discussion.
Aug 7 2022
Thanks!
git clang-format HEAD~1 can't format code that not been touched, format by hand.
I'm not if this patch is worth to continue...
Aug 6 2022
Clang-format
Fix the build
Aug 5 2022
Aug 4 2022
Jul 31 2022
@v.g.vassilev if you can take another look at the wording of the FIXME, and make sure you're happy about it, that will be awesome.
Fix some typos
Rebase and add a FIXME