-
Notifications
You must be signed in to change notification settings - Fork 778
Fix llorg/sycl-web pulldown issue #5448
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
Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
Signed-off-by: Zahira Ammarguellat <zahira.ammarguellat@intel.com>
Could you please add a test? Thanks |
@@ -1139,6 +1139,9 @@ class CXXRecordDecl : public RecordDecl { | |||
/// \note This does NOT include a check for union-ness. | |||
bool isEmpty() const { return data().Empty; } | |||
|
|||
void setInitMethod(bool Val) { data().HasInitMethod = Val; } |
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.
Could you please add a comment here?
Example: https://github.com/intel/llvm/blob/4d42a5c2c5eb3d77f720cb298691e165e768079e/clang/include/clang/AST/DeclCXX.h#L110-#L111
I'm sure that the check on |
I will make the change for NewFD->getIdentifier() in llorg and ask you to review it. To minimize the next pulldown "headaches" :) |
And the rest of the changes can just be committed here. Thanks. |
I see it's the best solution - to commit the fix as a part of #5427 and to upstream the needed fix to llorg to minimize next week's pulldown problems. Thanks! |
Signed-off-by: Zahira Ammarguellat zahira.ammarguellat@intel.com