aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-parameters.cpp
AgeCommit message (Collapse)Author
2012-03-01Fix the isReferenced bit on parameters in a couple of edge cases. PR12153.Eli Friedman
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@151837 91177308-0d34-0410-b5e6-96231b3b80d8
2010-04-19Do not diagnose unused-parameter errors in template instantiations. WeDouglas Gregor
will already have done so when the template is declared. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101838 91177308-0d34-0410-b5e6-96231b3b80d8