[Sema] Do not show unused parameter warnings when body is skipped
authorIlya Biryukov <ibiryukov@google.com>
Wed, 24 Oct 2018 08:29:24 +0000 (08:29 +0000)
committerIlya Biryukov <ibiryukov@google.com>
Wed, 24 Oct 2018 08:29:24 +0000 (08:29 +0000)
commit47e06bb81f9f8a70d6eb09c944861eaac10f7002
treef117868ab8a1ad35c02c37f33a816e131dce7dc1
parentdf9c7e3001377d6da7098fdd4fc5c54293620d37
[Sema] Do not show unused parameter warnings when body is skipped

Summary: Without the function body, we cannot determine is parameter was used.

Reviewers: ioeric, sammccall

Reviewed By: sammccall

Subscribers: arphaman, cfe-commits

Differential Revision: https://reviews.llvm.org/D53456

llvm-svn: 345122
clang/lib/Sema/SemaDecl.cpp
clang/test/Index/skipped-bodies-unused.cpp [new file with mode: 0644]