User Details
User Details
- User Since
- Dec 23 2022, 3:40 AM (12 w, 4 d)
Jan 24 2023
Jan 24 2023
KKoovalsky added a comment to D140619: ExtractFunction: support extracting expressions and selected part of it.
@nridge I have fixed the issues. Thank you for supporting.
Jan 23 2023
Jan 23 2023
KKoovalsky updated the diff for D140619: ExtractFunction: support extracting expressions and selected part of it.
Fixed nullptr dereferencing and missing ASTMatchers lib linking
KKoovalsky updated the diff for D140619: ExtractFunction: support extracting expressions and selected part of it.
- Fixed lit fail: dereferencing a null pointer when calling ignoreImplicit() on CommonAncestor being nullptr - fixed with sanitization of CommonAncestor being nullptr.
- Fixed link error: missing ASTMatchers lib.
KKoovalsky updated the diff for D140619: ExtractFunction: support extracting expressions and selected part of it.
- Fixed lit fail: dereferencing a null pointer when calling ignoreImplicit() on CommonAncestor being nullptr - fixed with sanitization of CommonAncestor being nullptr.
- Fixed link error: missing ASTMatchers lib.+
Jan 17 2023
Jan 17 2023
KKoovalsky added a comment to D140619: ExtractFunction: support extracting expressions and selected part of it.
Hey! I can see that the build: https://reviews.llvm.org/harbormaster/build/311598/ failed, but I am not sure whether this is related to my change. Could someone take a look?
Dec 23 2022
Dec 23 2022
KKoovalsky added a reviewer for D140619: ExtractFunction: support extracting expressions and selected part of it: sammccall.