summaryrefslogtreecommitdiffstats
path: root/test/Sema/extern-redecl.c
Commit message (Expand)AuthorAgeFilesLines
* Fix implementation of C11 6.2.7/4 and C++11 [dcl.array]p3:Richard Smith2013-08-131-0/+24
* Handle incompatible redeclarations of library builtins better.John McCall2013-04-141-0/+20
* Don't replace an existing decl in the scope chains with itsJohn McCall2013-04-131-0/+9
* Only merge down a variable type if the previous declaration wasJohn McCall2013-04-011-0/+11
* Fix isThisDeclarationADefinition for extern following tentative.Rafael Espindola2012-12-171-0/+2
* When redeclaring a local extern in the same scope, make sure that weDouglas Gregor2011-06-291-1/+14
* Fixes a regression when redeclaration of a global satic Fariborz Jahanian2010-06-241-0/+9