Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9baf39df74caa56696b293e763fdd7ef002e51ca
/
test
/
Sema
/
warn-shadow.c
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
· 14 years ago
6df96e0
'extern' variables in functions don't shadow externs in global scope. Fixes rdar://8883302.
by Argyrios Kyrtzidis
· 14 years ago
053f4bd
-Wshadow should only warn about parameter declarations when we're
by John McCall
· 15 years ago
a369a95
Implement -Wshadow for parameter declarations as well.
by John McCall
· 15 years ago
c48c916
Remove warning about shadowing a built-in; built-ins aren't actually
by Douglas Gregor
· 15 years ago
9a8cb8d
Forgot the testcases.
by John McCall
· 15 years ago