smanna12

Results 3 issues of smanna12

> I suppose intel_reqd_group_size will also be renamed? In a separate patch maybe? `intel_reqd_group_size` is not new to the optional device features design so the renaming should happen separately. _Originally...

compiler
confirmed

Currently we allow FPGA memory attributes on const variables. This patch relaxes the restriction that permits the attributes when applied on non-const device_global variables and updates the error message to...

This patch fixes two possible null pointer dereferences issues: 1. In CodeGenModule::Release(): Dereferencing a pointer that might be nullptr RD->getAttr() when calling getAspectsMD(). 2. In Sema::ActOnFinishFunctionBody(): Passing null pointer FD...