aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/warn-shadow.c
AgeCommit message (Expand)Author
2011-01-31Fix the diagnostic when we are shadowing an external variable and there exist...Argyrios Kyrtzidis
2011-01-31'extern' variables in functions don't shadow externs in global scope. Fixes r...Argyrios Kyrtzidis
2010-03-22-Wshadow should only warn about parameter declarations when we'reJohn McCall
2010-03-20Implement -Wshadow for parameter declarations as well.John McCall
2010-03-17Remove warning about shadowing a built-in; built-ins aren't actuallyDouglas Gregor
2010-03-16Forgot the testcases.John McCall