mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Make helper function static.
llvm-svn: 191615
This commit is contained in:
@@ -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()];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user