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