summaryrefslogtreecommitdiff
path: root/test/Sema/function-redecl.c
Commit message (Expand)AuthorAgeFilesLines
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-081-1/+1
* Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner2013-06-081-5/+0
* [Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner2013-06-081-0/+5
* Don't replace an existing decl in the scope chains with itsJohn McCall2013-04-131-2/+2
* Reject incompatible redeclarations of extern C symbols.Rafael Espindola2013-01-111-2/+0
* Fix a crash in type merging with enum types.Eli Friedman2012-08-301-0/+4
* When emitting a "too many arguments to function call..." error, also include ...Ted Kremenek2011-04-041-1/+1
* Empty enum in c is now error to match gcc's behavior.Fariborz Jahanian2010-05-281-1/+1
* When instantiating a function that was declared via a typedef, e.g.,Douglas Gregor2010-05-041-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* When determining whether a function without a prototype is compatibleDouglas Gregor2010-02-031-0/+4
* 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
* Tighten up the determination of whether a function declaration has aDouglas Gregor2009-03-231-0/+9
* If a function is declared as, e.g.,Douglas Gregor2009-03-191-0/+10
* Implement GNU C semantics for K&R function definitions that follow aDouglas Gregor2009-03-061-0/+13
* Rework the way we find locally-scoped external declarations when weDouglas Gregor2009-03-021-0/+7
* When we're declaring an object or function with linkage, teach nameDouglas Gregor2009-02-241-2/+2
* In C, when we see a function declaration within a local scope, exportDouglas Gregor2009-02-241-0/+28
* Improve merging of function declarations. Specifically:Douglas Gregor2009-02-241-0/+30
* When a function with a prototype is redeclared without a prototype,Douglas Gregor2009-02-161-0/+30