Go to file
Benjamin Kramer 806bcabcda [clang-tidy] As a simple heuristic don't emit a swap fixit that would create
negative-sized memsets.

memset(x, -1, 0) is still useless but swapping makes no sense here. Just emit
a warning.

llvm-svn: 213157
2014-07-16 14:52:07 +00:00
clang [ASTMatchers] Add a usingDirectiveDecl matcher. 2014-07-16 14:14:51 +00:00
clang-tools-extra [clang-tidy] As a simple heuristic don't emit a swap fixit that would create 2014-07-16 14:52:07 +00:00
compiler-rt [ASan/Win] Handle situations when the client app has used DbgHelp before 2014-07-16 14:11:02 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc prepare-builtins: Fix broken build due to recent LLVM API change 2014-07-07 17:46:45 +00:00
libcxx Change Windows decoration on some base classes 2014-07-16 01:00:26 +00:00
libcxxabi Fix for libc++abi when using -Wl,--as-needed. 2014-07-14 17:00:29 +00:00
lld [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script command. 2014-07-15 17:17:30 +00:00
lldb Fixed the an objective C test case so it passes correctly. 2014-07-16 00:42:06 +00:00
llvm [X86] Add a check for 'isMOVHLPSMask' within method 'isShuffleMaskLegal'. 2014-07-16 11:29:39 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly [Refactor] Use attributes to mark function as invalid for polly 2014-07-15 21:06:48 +00:00