Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid -Wshadow warnings about constructor parameters named after fields | Reid Kleckner | 2016-04-29 | 1 | -2/+18 |
* | Render anonymous entities as '(anonymous <thing>)' (and lambdas as '(lambda a... | David Blaikie | 2014-04-02 | 1 | -1/+1 |
* | 'extern' variables in functions don't shadow externs in global scope. Fixes r... | Argyrios Kyrtzidis | 2011-04-25 | 1 | -0/+11 |
* | In Sema::CheckShadow, get the DeclContext from the variable that we are checking | Argyrios Kyrtzidis | 2011-02-08 | 1 | -0/+15 |
* | Don't warn that variables in C++ static member functions shadow fields. Fixes... | Argyrios Kyrtzidis | 2011-01-31 | 1 | -0/+13 |
* | Implement -Wshadow for parameter declarations as well. | John McCall | 2010-03-20 | 1 | -0/+6 |
* | Forgot the testcases. | John McCall | 2010-03-16 | 1 | -0/+38 |