Go to file
Benjamin Kramer 082bf7f637 [clang-tidy] Add a checker for swapped arguments.
This looks for swapped arguments by looking at implicit conversions of arguments

void Foo(int, double);
Foo(1.0, 3); // Most likely a bug

llvm-svn: 212942
2014-07-14 14:24:30 +00:00
clang [ASTMatchers] Make hasOverloadedOperatorName also match freestanding overloads. 2014-07-14 14:05:02 +00:00
clang-tools-extra [clang-tidy] Add a checker for swapped arguments. 2014-07-14 14:24:30 +00:00
compiler-rt [sanitizer] Intercept getpass. 2014-07-14 13:07:51 +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 Support the built-in type-trait support in gcc 4.7 and later. Thanks to Albert Wong for the patch. 2014-07-10 15:38:20 +00:00
libcxxabi Support LLVM_LIBDIR_SUFFIX. 2014-07-11 15:52:58 +00:00
lld [Mips] Remove unused test input file. 2014-07-14 08:54:40 +00:00
lldb Modified gdb-remote tests to run with automatically-chosen ports. 2014-07-14 06:24:44 +00:00
llvm [mips] Correct section alignments and EntrySizes for .bss, .text, .data, .reginfo, .MIPS.options, and .MIPS.abiflags 2014-07-14 14:02:14 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly DeadCodeElimination: Fix liveout computation 2014-07-14 08:32:01 +00:00