summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-unused-variables-error.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Suppress -Wunused-variable for variables declared in headers, which may inMatt Beaumont-Gay2013-04-101-0/+10
fact be defined and used in another TU. Reshuffle some test cases because we suppress -Wunused-variable after we've emitted an error. This fixes PR15558. llvm-svn: 179138
OpenPOWER on IntegriCloud