KKoovalsky added a comment.
@nridge I have fixed the issues. Thank you for supporting.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140619/new/
https://reviews.llvm.org/D140619
___
cfe-commits mailing l
KKoovalsky updated this revision to Diff 491347.
KKoovalsky added a comment.
Fixed nullptr dereferencing and missing ASTMatchers lib linking
1. Fixed lit fail: dereferencing a null pointer when calling ignoreImplicit()
on CommonAncestor being nullptr - fixed with sanitization of CommonAncestor
KKoovalsky updated this revision to Diff 491331.
KKoovalsky added a comment.
1. Fixed lit fail: dereferencing a null pointer when calling `ignoreImplicit()`
on `CommonAncestor` being `nullptr` - fixed with sanitization of
`CommonAncestor` being `nullptr`.
2. Fixed link error: missing `ASTMatcher
KKoovalsky updated this revision to Diff 491324.
KKoovalsky added a comment.
1. Fixed lit fail: dereferencing a null pointer when calling `ignoreImplicit()`
on `CommonAncestor` being `nullptr` - fixed with sanitization of
`CommonAncestor` being `nullptr`.
2. Fixed link error: missing `ASTMatcher
KKoovalsky added a comment.
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?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/
KKoovalsky created this revision.
Herald added subscribers: kadircet, arphaman, mgrang.
Herald added a project: All.
KKoovalsky requested review of this revision.
Herald added subscribers: cfe-commits, ilya-biryukov.
Herald added a project: clang-tools-extra.
This is mainly insipred by ExtractVari