forked from OSchip/llvm-project
parent
20c28bebf9
commit
602623f9ae
|
@ -155,7 +155,7 @@ namespace {
|
|||
#include "clang/Sema/AttrParsedAttrImpl.inc"
|
||||
}
|
||||
|
||||
const ParsedAttrInfo& getInfo(const AttributeList& A) {
|
||||
static const ParsedAttrInfo &getInfo(const AttributeList &A) {
|
||||
return AttrInfoMap[A.getKind()];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue