1. 49a6172 Fix the diagnostic when we are shadowing an external variable and there exists a locally scoped extern with the same name. by Argyrios Kyrtzidis · 13 years ago
  2. 6df96e0 'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302. by Argyrios Kyrtzidis · 13 years ago
  3. 053f4bd -Wshadow should only warn about parameter declarations when we're by John McCall · 14 years ago
  4. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 14 years ago
  5. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 14 years ago
  6. 9a8cb8d Forgot the testcases. by John McCall · 14 years ago