| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] Add a checker for swapped arguments. | Benjamin Kramer | 2014-07-14 | 1 | -0/+125 |
| 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 | |||||

