aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/function-redecl.c
AgeCommit message (Expand)Author
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-23Tighten up the determination of whether a function declaration has aDouglas Gregor
2009-03-19If a function is declared as, e.g.,Douglas Gregor
2009-03-06Implement GNU C semantics for K&R function definitions that follow aDouglas Gregor
2009-03-02Rework the way we find locally-scoped external declarations when weDouglas Gregor
2009-02-24When we're declaring an object or function with linkage, teach nameDouglas Gregor
2009-02-24In C, when we see a function declaration within a local scope, exportDouglas Gregor
2009-02-24Improve merging of function declarations. Specifically:Douglas Gregor
2009-02-16When a function with a prototype is redeclared without a prototype,Douglas Gregor