This revision was automatically updated to reflect the committed changes.
Closed by commit rC345122: [Sema] Do not show unused parameter warnings when
body is skipped (authored by ibiryukov, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D53456?vs=170268&id=170827#toc
Reposi
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
Haha, fun!
Repository:
rC Clang
https://reviews.llvm.org/D53456
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llv
ilya-biryukov created this revision.
ilya-biryukov added reviewers: ioeric, sammccall.
Herald added a subscriber: arphaman.
Without the function body, we cannot determine is parameter was used.
Repository:
rC Clang
https://reviews.llvm.org/D53456
Files:
lib/Sema/SemaDecl.cpp
test/Index/s