]> granicus.if.org Git - clang/commit
Consolidate single void paramter checking
authorAlp Toker <alp@nuanti.com>
Sun, 11 May 2014 16:05:55 +0000 (16:05 +0000)
committerAlp Toker <alp@nuanti.com>
Sun, 11 May 2014 16:05:55 +0000 (16:05 +0000)
commit3cfefded998dbe28f88a8afac5bccb22e43326fe
tree36bed66b1cbcddc877e1d907c202935d53ae8517
parente62085c7e21c42894de0fde3c4fdb83b6b935d70
Consolidate single void paramter checking

Also correct argument/parameter terminology.

No change in functionality.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208498 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/SemaInternal.h
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLambda.cpp
lib/Sema/SemaType.cpp