]> granicus.if.org Git - clang/commit
Fix PR8841 by checking for both semantic and lecical dependent
authorChandler Carruth <chandlerc@gmail.com>
Mon, 3 Jan 2011 19:27:19 +0000 (19:27 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 3 Jan 2011 19:27:19 +0000 (19:27 +0000)
commitef9d09c4699a2a61d6f28b59b7583b2b28c0a531
treefde31652f8f2000b67810a0b7fdbafacf222cea4
parentf96bdf409fc9e5570e35aaf8a9167265e63d58d8
Fix PR8841 by checking for  both semantic and lecical dependent
contexts. This prevents -Wunused-function from firing on friend function
definitions inside of class templates for example.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122763 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/warn-unused-filescoped.cpp