Without the function body, we cannot determine is parameter was used.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
Paths
| Differential D53456
[Sema] Do not show unused parameter warnings when body is skipped ClosedPublic Authored by ilya-biryukov on Oct 19 2018, 3:41 PM.
Details Summary Without the function body, we cannot determine is parameter was used.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 19 2018, 9:49 PM Closed by commit rC345122: [Sema] Do not show unused parameter warnings when body is skipped (authored by ibiryukov). · Explain WhyOct 24 2018, 1:31 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 170827 lib/Sema/SemaDecl.cpp
test/Index/skipped-bodies-unused.cpp
|