Go to file
Manuel Klimek f0c95b32ec Fix crash in clang-format.
The following example used to crash clang-format.
 #define a\
  /**/}

Adjusting the indentation level cache for the line starting with the
comment would lead to an out-of-bounds array read.

llvm-svn: 239521
2015-06-11 10:14:13 +00:00
clang Fix crash in clang-format. 2015-06-11 10:14:13 +00:00
clang-tools-extra Fixed modularize to warn about missing headers referenced in a module map. 2015-06-04 23:35:19 +00:00
compiler-rt [CMake] Cleanup add_compiler_rt_object_library to be platform-agnostic 2015-06-10 23:55:07 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Fix PR#23767. Add tests for iterator invalidation for deque::erase/pop_front/pop_back 2015-06-05 22:34:19 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld COFF: De-virtualize and inline garbage collector functions. 2015-06-10 04:21:47 +00:00
lldb [LLDB][MIPS] Getting correct signals for MIPS Host 2015-06-10 10:02:21 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm [mips] Change existing uimm10 operand to restrict the accepted immediates 2015-06-11 09:51:58 +00:00
openmp Remove unused variables '__kmp_build_check_*' 2015-06-08 20:18:10 +00:00
polly Revert "Add NVIDIA vprintf printing to RuntimeDebugBuilder" 2015-06-08 16:24:49 +00:00