summaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-shadow.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not check for parameters shadowing fields in function declarations.Aaron Ballman2018-12-051-2/+7
* Diagnose parameter names that shadow the names of inherited fields under -Wsh...Aaron Ballman2018-11-021-15/+43
* Silence the -Wshadow warning for enumerators shadowing a type.Aaron Ballman2018-10-221-0/+7
* Improve -Wshadow warnings with enumerators.Aaron Ballman2018-10-111-0/+3
* Fix -Wshadow false positives with function-local classes.Alexander Kornienko2017-07-311-0/+9
* Fix an assertion failure in FormatASTNodeDiagnosticArgument.Alexander Kornienko2017-05-181-0/+7
* Don't issue a warning if the shadowing declaration is in a classStephan Bergmann2017-04-051-0/+10
* Enhance -Wshadow to warn when shadowing typedefs or type aliasesAlex Lorenz2017-04-031-4/+93
* [Sema] Avoid -Wshadow warning when a "redefinition of " error is presentedAlex Lorenz2017-01-101-0/+10
* Avoid -Wshadow warnings about constructor parameters named after fieldsReid Kleckner2016-04-291-2/+18
* Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a...David Blaikie2014-04-021-1/+1
* 'extern' variables in functions don't shadow externs in global scope. Fixes r...Argyrios Kyrtzidis2011-04-251-0/+11
* In Sema::CheckShadow, get the DeclContext from the variable that we are checkingArgyrios Kyrtzidis2011-02-081-0/+15
* Don't warn that variables in C++ static member functions shadow fields. Fixes...Argyrios Kyrtzidis2011-01-311-0/+13
* Implement -Wshadow for parameter declarations as well.John McCall2010-03-201-0/+6
* Forgot the testcases.John McCall2010-03-161-0/+38