DenseMap.h:capacity_in_bytes Don't mark header functions as file-scope static
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:11 +0000 (17:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:11 +0000 (17:29 +0000)
commit797ccba543bf9b8f77a807064086fcfc8b913ee2
treeaffc36284044ffe2667069ae67f8686b8b82432e
parent1303ccccd498bdad58920c91c0c41b6384627473
DenseMap.h:capacity_in_bytes Don't mark header functions as file-scope static

This creates ODR violations if the function is called from another inline
function in a header and also creates binary bloat from duplicate definitions.

llvm-svn: 316471
llvm/include/llvm/ADT/DenseMap.h