Remove unnecessary/erroneous "static" from function templates in headers
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 9 Jul 2020 22:33:09 +0000 (15:33 -0700)
committerDavid Blaikie <dblaikie@gmail.com>
Fri, 10 Jul 2020 23:23:33 +0000 (16:23 -0700)
commit854e8f88e96bd6a75844d2af061cacc61fb0defe
tree023dc67fd414ee78b360339173319995fe57fc79
parent41d2813a5faea1c18b7d329109e0287c5cd9ffea
Remove unnecessary/erroneous "static" from function templates in headers

This risks ODR violations in inline functions that call these functions
(if they remain static) & otherwise just causes some object size
increase, potentially, by these functions not being deduplicated by the
linker.
llvm/include/llvm/ADT/STLExtras.h