Make helper function static.

llvm-svn: 191615
This commit is contained in:
Benjamin Kramer 2013-09-28 15:08:41 +00:00
parent 20c28bebf9
commit 602623f9ae
1 changed files with 1 additions and 1 deletions

View File

@ -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()];
}