aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-unused-filescoped.cpp
AgeCommit message (Expand)Author
2013-04-16Suppress unused warning on static inline function template specializations.Rafael Espindola
2013-01-03Warn on unused auto variables.Rafael Espindola
2012-12-30Don't warn on unused member functions that are extern because of a typedef.Rafael Espindola
2012-11-14Provide the correct mangling and linkage for certain unnamed nested classes.David Blaikie
2012-10-28Revert functional part of r166896 and just suppress -Wunneeded-internal-decla...Richard Smith
2012-10-28In -Wunneeded-internal-declaration, suppress the warning for variables whichRichard Smith
2011-04-19We regard a function as 'unused' from the codegen perspective, so our warning...Argyrios Kyrtzidis
2011-02-10Move the check that gives functions with unique-external types unique-externalJohn McCall
2011-01-03Fix PR8841 by checking for both semantic and lecical dependentChandler Carruth
2010-08-17Rename -Wunused-method -> -Wunused-member-function.Argyrios Kyrtzidis
2010-08-17Introduce -Wunused-method option for warning on unused class methods in anony...Argyrios Kyrtzidis
2010-08-15Don't warn for the common pattern of disallowing copying:Argyrios Kyrtzidis
2010-08-15Commit improved version of 111026 & 111027.Argyrios Kyrtzidis
2010-08-13Revert 111026 & 111027, build breakage.Argyrios Kyrtzidis
2010-08-13The unused warnings extravaganza continues. Warn for:Argyrios Kyrtzidis
2010-08-13Expand the unused warnings for functions. Warn for:Argyrios Kyrtzidis