Age | Commit message (Expand) | Author |
---|---|---|
2011-01-31 | Fix 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're | John McCall |
2010-03-20 | Implement -Wshadow for parameter declarations as well. | John McCall |
2010-03-17 | Remove warning about shadowing a built-in; built-ins aren't actually | Douglas Gregor |
2010-03-16 | Forgot the testcases. | John McCall |