summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/unused-variables.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Improve our handling of the -Wunused-variable warning in templates. InDouglas Gregor2010-05-081-0/+21
particular, don't complain about unused variables that have dependent type until instantiation time, so that we can look at the type of the variable. Moreover, only complain about unused variables that have neither a user-declared constructor nor a non-trivial destructor. llvm-svn: 103362
OpenPOWER on IntegriCloud