The generated code does not need to check for a null Decl; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Sat, 21 Mar 2020 19:46:40 +0000 (15:46 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Sat, 21 Mar 2020 19:48:28 +0000 (15:48 -0400)
commit920d90f9663f796c4797f7078684f13c96688069
treef4182b639302e327299ce61e69daff8fcbce8a7a
parent2d712fb75584ca8a6427199ca144407155e4b9b5
The generated code does not need to check for a null Decl; NFC.

It is already assumed to be nonnull by the code calling diagAppertainsToDecl.
clang/utils/TableGen/ClangAttrEmitter.cpp