User Details
User Details
- User Since
- Nov 26 2019, 8:48 AM (66 w, 4 d)
Mar 13 2020
Mar 13 2020
ilya added a comment to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
One last kind ping
Mar 13 2020, 7:58 PM · Restricted Project
Feb 17 2020
Feb 17 2020
ilya added a comment to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Ping
Feb 17 2020, 6:25 AM · Restricted Project
Jan 21 2020
Jan 21 2020
ilya added inline comments to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Jan 21 2020, 10:10 AM · Restricted Project
Jan 14 2020
Jan 14 2020
ilya added inline comments to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Jan 14 2020, 2:55 PM · Restricted Project
ilya updated the diff for D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Address rsmith's comments.
Jan 14 2020, 2:45 PM · Restricted Project
Jan 6 2020
Jan 6 2020
ilya added a comment to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Kind ping
Jan 6 2020, 10:06 AM · Restricted Project
Dec 23 2019
Dec 23 2019
ilya added a comment to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Implemented @riccibruno's and @rsmith's comments.
While I agree with the general notion about the flaws with the current implementation, I feel that the more major refactoring proposed in this review is out of the scope of this minor fix.
Dec 23 2019, 4:41 PM · Restricted Project
ilya updated the diff for D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
- Refactor CheckArrayAccess() to take AllowPastTheEnd parameter to avoid a false positive array out-of-bounds warning for &(cond ? arr1[N] : arr2[N]).
- Use IgnoreParenCasts() instead of IgnoreParenImpCasts() in CheckArrayAccess() to avoid false negatives when explicit cast is involved.
Dec 23 2019, 4:32 PM · Restricted Project
ilya added a comment to D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Dec 23 2019, 1:19 PM · Restricted Project
ilya updated the diff for D71666: [clang-tidy] Fix readability-const-return-type identifying the wrong `const` token.
Doxygen format the documentation.
ilya added a comment to D71666: [clang-tidy] Fix readability-const-return-type identifying the wrong `const` token.
@aaron.ballman, thanks for reviewing. Do you mind submitting this, as I don't have commit access?
ilya updated the diff for D71666: [clang-tidy] Fix readability-const-return-type identifying the wrong `const` token.
Update LexerUtils.h documentation.
Dec 19 2019
Dec 19 2019
ilya retitled D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item from [Sema] NFC: Remove trailing spaces and fix a typo in a test file to [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Dec 19 2019, 9:33 AM · Restricted Project
ilya created D71714: [Sema] Fix -Warray-bounds false negative when casting an out-of-bounds array item.
Dec 19 2019, 9:23 AM · Restricted Project
Dec 18 2019
Dec 18 2019
ilya updated the diff for D71666: [clang-tidy] Fix readability-const-return-type identifying the wrong `const` token.
Fix documentation in LexerUtils.h
Dec 10 2019
Dec 10 2019
ilya added a comment to D69764: [clang-format] Add East/West Const fixer capability.
I think this would likely make everything much more complicated, but perhaps we should think about this for the configuration at least now so we future proof ourselves.
Dec 9 2019
Dec 9 2019
ilya added a comment to D69764: [clang-format] Add East/West Const fixer capability.
ilya added a comment to D69764: [clang-format] Add East/West Const fixer capability.