llvm with tablegen backend for capstone disassembler
Go to file
Alexander Kornienko 11d4d6446e [clang-tidy] Add inconsistent declaration parameter name check
This is first of series of patches, porting code from my project colobot-lint,
as I mentioned recently in cfe-dev mailing list.

This patch adds a new check in readability module:
readability-inconsistent-declaration-parameter-name. I also added appropriate
testcases and documentation.

I chose readability module, as it seems it is the best place for it.

I think I followed the rules of LLVM coding guideline, but I may have missed
something, as I usually use other code formatting style.

http://reviews.llvm.org/D12462

Patch by Piotr Dziwinski!

llvm-svn: 247261
2015-09-10 10:07:11 +00:00
clang [OPENMP] Propagate alignment from original variables to the private copies. 2015-09-10 09:48:30 +00:00
clang-tools-extra [clang-tidy] Add inconsistent declaration parameter name check 2015-09-10 10:07:11 +00:00
compiler-rt CFI: Add diagnostic handler and tests for indirect call checker. 2015-09-10 02:18:02 +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 Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx Implementation of Boyer-Moore and Boyer-Moore-Horspool searchers for the LFTS. 2015-09-08 17:59:09 +00:00
libcxxabi Convert LIBCXXABI_BUILD_32_BITS to LLVM_BUILD_32_BITS. 2015-09-01 01:02:06 +00:00
libunwind unwind: cleanup -Wunused-parameter 2015-09-01 04:29:03 +00:00
lld Change the load addr into something that works on linux x86_64. 2015-09-09 22:53:55 +00:00
lldb Fix an AttributeError in dotest.py if --executable points to a wrong place 2015-09-10 09:24:43 +00:00
llgo [llgo] drop debug/DIBuilder.Declare 2015-09-01 11:52:37 +00:00
llvm [ADT] Force inline several super boring and unusually hot methods on 2015-09-10 09:46:47 +00:00
openmp Remove duplicate of num_threads assignment. 2015-09-02 20:28:50 +00:00
polly [PM] Update Polly for the new AA infrastructure landed in r247167. 2015-09-09 22:13:56 +00:00