summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-filescoped.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r359048: C++ DR2387: a variable template declared wthiIlya Biryukov2019-04-241-2/+1
* C++ DR2387: a variable template declared wtih (or instantiated with) aRichard Smith2019-04-231-1/+2
* Reland "Warn about unused static file scope function template declarations."Vassil Vassilev2017-05-091-3/+15
* Revert temporarily D29877 "Warn about unused static file scope function templ...Vassil Vassilev2017-04-111-14/+2
* Warn about unused static file scope function template declarations.Vassil Vassilev2017-04-111-2/+14
* Add -Wunused-local-typedef, a warning that finds unused local typedefs.Nico Weber2014-09-061-2/+2
* PR19713: Don't warn on unused static inline functions, even if the 'inline' wasRichard Smith2014-05-111-0/+15
* Consider used attributes in hidden decls.Rafael Espindola2013-10-251-0/+6
* Fix regression from r190382.Eli Friedman2013-09-101-0/+9
* Make -Wunused warning rules more consistent.Eli Friedman2013-09-101-24/+42
* Suppress unused warning on static inline function template specializations.Rafael Espindola2013-04-161-0/+21
* Warn on unused auto variables.Rafael Espindola2013-01-031-1/+9
* Don't warn on unused member functions that are extern because of a typedef.Rafael Espindola2012-12-301-0/+14
* Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie2012-11-141-0/+17
* Revert functional part of r166896 and just suppress -Wunneeded-internal-decla...Richard Smith2012-10-281-2/+3
* In -Wunneeded-internal-declaration, suppress the warning for variables whichRichard Smith2012-10-281-1/+14
* We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis2011-04-191-0/+9
* Move the check that gives functions with unique-external types unique-externalJohn McCall2011-02-101-1/+9
* Fix PR8841 by checking for both semantic and lecical dependentChandler Carruth2011-01-031-0/+16
* Rename -Wunused-method -> -Wunused-member-function.Argyrios Kyrtzidis2010-08-171-1/+1
* Introduce -Wunused-method option for warning on unused class methods in anony...Argyrios Kyrtzidis2010-08-171-1/+1
* Don't warn for the common pattern of disallowing copying:Argyrios Kyrtzidis2010-08-151-0/+2
* Commit improved version of 111026 & 111027.Argyrios Kyrtzidis2010-08-151-0/+54
* Revert 111026 & 111027, build breakage.Argyrios Kyrtzidis2010-08-131-43/+0
* The unused warnings extravaganza continues. Warn for:Argyrios Kyrtzidis2010-08-131-0/+16
* Expand the unused warnings for functions. Warn for:Argyrios Kyrtzidis2010-08-131-0/+27