aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/warn-shadow.cpp
AgeCommit message (Expand)Author
2011-04-25'extern' variables in functions don't shadow externs in global scope. Fixes r...Argyrios Kyrtzidis
2011-02-08In Sema::CheckShadow, get the DeclContext from the variable that we are checkingArgyrios Kyrtzidis
2011-01-31Don't warn that variables in C++ static member functions shadow fields. Fixes...Argyrios Kyrtzidis
2010-03-20Implement -Wshadow for parameter declarations as well.John McCall
2010-03-16Forgot the testcases.John McCall