Age | Commit message (Expand) | Author |
---|---|---|
2008-05-09 | -Implement proper name lookup for namespaces. | Argyrios Kyrtzidis |
2008-05-07 | Diagnose attempts to use C++ default arguments outside of a function declaration | Douglas Gregor |
2008-04-27 | Parsing of namespaces: | Argyrios Kyrtzidis |
2008-04-15 | Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar... | Steve Naroff |
2008-04-13 | This patch adds very basic support for parsing and type-checking class | Douglas Gregor |
2008-04-12 | Default argument cleanups and minor improvements, patch by | Chris Lattner |
2008-04-10 | Several improvements from Doug Gregor related to default | Chris Lattner |
2008-04-08 | Add support for C++ default arguments, and rework Parse-Sema | Chris Lattner |