summaryrefslogtreecommitdiff
path: root/test/Sema/var-redecl.c
Commit message (Expand)AuthorAgeFilesLines
* [Sema] Emit a better diagnostic when variable redeclarations disagreeDavid Majnemer2015-07-141-14/+14
* Sema: Check type compatibility with the most recent decl when mergingDavid Majnemer2015-01-141-2/+6
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-141-0/+4
* Sema: Static redeclaration after extern declarations is a Microsoft ExtensionDavid Majnemer2014-06-181-1/+1
* Don't replace an existing decl in the scope chains with itsJohn McCall2013-04-131-2/+2
* Fixes a corner case bug whereby declaring and defining an extern variable in a Fariborz Jahanian2010-06-211-2/+2
* Whenever we emit a typo-correction diagnostic, also emit a noteDouglas Gregor2010-01-071-1/+1
* Implement typo correction for id-expressions, e.g.,Douglas Gregor2009-12-311-1/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Variables marked as "extern" can actually have internal linkage ifDouglas Gregor2009-03-191-0/+5
* Rework the way we find locally-scoped external declarations when weDouglas Gregor2009-03-021-0/+5
* When we're declaring an object or function with linkage, teach nameDouglas Gregor2009-02-241-0/+21
* Extend the implicit declaration and checking against out-of-scopeDouglas Gregor2009-02-241-0/+30