Go to file
George Rimar e36d7a6d68 [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

llvm-svn: 309549
2017-07-31 09:26:50 +00:00
clang Added `applyAtomicChanges` function. 2017-07-31 09:22:34 +00:00
clang-tools-extra [clang-reorder-fields] Emit warning when reordering breaks member init list dependencies 2017-07-30 06:43:03 +00:00
compiler-rt [XRay][compiler-rt] Fix test to not be too strict with output order. 2017-07-31 06:58:09 +00:00
debuginfo-tests Add a test for PR33166. 2017-05-25 19:33:16 +00:00
libclc add __kernel_exec macros 2017-07-28 03:39:03 +00:00
libcxx Mark LWG 2942 as complete 2017-07-30 22:28:08 +00:00
libcxxabi [demangler] Fix some bugs in r309340 found by oss-fuzz 2017-07-30 20:09:55 +00:00
libunwind Partial fix for PR33858 2017-07-26 18:13:57 +00:00
lld Fix the order of section that are not on an order file. 2017-07-28 15:36:15 +00:00
lldb [CMake] Add SharingPtr.h to the Framework header list 2017-07-28 20:27:38 +00:00
llgo irgen: Create functions instead of global variables for builtin hash and equal algorithms. 2017-06-04 22:11:28 +00:00
llvm [Support/GlobPattern] - Do not crash when pattern has characters with int value < 0. 2017-07-31 09:26:50 +00:00
openmp Fix comments and build messages concerning TSX 2017-07-28 19:05:17 +00:00
parallel-libs [Axccel] Remove -Wno-missing-braces in build 2016-12-19 21:34:07 +00:00
polly [IslNodeBuilder] Remove unused instruction 2017-07-31 01:59:23 +00:00