summaryrefslogtreecommitdiffstats
path: root/test/Sema/warn-shadow.c
Commit message (Expand)AuthorAgeFilesLines
* Split test to test -Wshadow with emmintrin.h more portable.Ted Kremenek2013-10-081-10/+0
* Suppress useless -Wshadow warning when using _mm* macros from emmintrin.hTed Kremenek2013-10-071-0/+10
* Fix the diagnostic when we are shadowing an external variable and there exist...Argyrios Kyrtzidis2011-01-311-1/+6
* 'extern' variables in functions don't shadow externs in global scope. Fixes r...Argyrios Kyrtzidis2011-01-311-0/+6
* -Wshadow should only warn about parameter declarations when we'reJohn McCall2010-03-221-0/+5
* Implement -Wshadow for parameter declarations as well.John McCall2010-03-201-2/+27
* Remove warning about shadowing a built-in; built-ins aren't actuallyDouglas Gregor2010-03-171-1/+1
* Forgot the testcases.John McCall2010-03-161-0/+20