StringExtras.h Don't mark header functions as file-scope static
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:12 +0000 (17:29 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 24 Oct 2017 17:29:12 +0000 (17:29 +0000)
commitbbef4d6c081683eb43aab5f838c75aaad6f25476
treed388ae16f96a6699470e07a693a78551ef242a63
parentaedf1537c67b0fe0a496f1052829ca10c3e58d69
StringExtras.h 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: 316473
llvm/include/llvm/ADT/StringExtras.h