-
Notifications
You must be signed in to change notification settings - Fork 798
[NFC][SYCL] Initialize class member pointer to nullptr. #10313
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@tahonermann - could you please take a look at this? Thank you! |
@schittir, this looks like something unrelated to SYCL and should go to directly to review.llvm.org. Am I right? |
Hi @bader https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Analysis/CallGraph.h doesn't contain ASTContext *Ctx member, therefore that change belongs with intel/llvm. However, it does contain https://github.com/llvm/llvm-project/blob/main/clang/include/clang/Analysis/CallGraph.h#L52 CallGraphNode *Root, so, I will move that change to llorg. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. Thanks for shuffling these changes through all the systems, Sindhu!
@bader @AaronBallman can this be merged? |
@intel/llvm-gatekeepers - could you please merge this? |
The testing is more than month-old! Please merge in |
That change belongs with llorg.
I accidentally did a git --rebase instead of a merge (habit from committing to llorg), so I had to force push to update this branch. Sorry about that. Nevertheless, this triggered running the tests again. Hope that helps! |
No description provided.