Files
llvm/unittests/Support
George Rimar a29bdba93e [Support/GlobPattern] - Do not crash when pattern has characters with int value < 0.
Found it during work on LLD, it would crash on following 
linker script:

SECTIONS { .foo : { *("*®") } }
That happens because ® has int value -82. And chars are used as
array index in code, and are signed by default.

Differential revision: https://reviews.llvm.org/D35891

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309549 91177308-0d34-0410-b5e6-96231b3b80d8
2017-07-31 09:26:50 +00:00
..
2016-04-18 09:17:29 +00:00
2016-12-27 11:07:53 +00:00
2017-07-11 06:04:59 +00:00
2014-12-04 16:59:36 +00:00
2016-09-27 15:45:57 +00:00