This was already submitted as r284272.
Regarding the use of Attr as a local variable name, I would prefer to remain consistent with the existing code in CodeGenFunction.cpp which was not touched by this patch.
line 720: for (auto Attr : D->specific_attrs<NoSanitizeAttr>())
but I'm certainly not opposed to changing both places.
Should use const auto * (feel free to change the other use(s) in a separate commit, no review required).