Age | Commit message (Expand) | Author |
---|---|---|
2009-09-15 | 1) don't do overload resolution in selecting conversion | Fariborz Jahanian |
2009-09-15 | Issue good diagnostics when initialization failes due to | Fariborz Jahanian |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2008-12-17 | Removed the warning | Douglas Gregor |
2008-11-05 | Implement C++ copy-initialization for declarations. There is now some | Douglas Gregor |
2008-11-03 | Implicit support for direct initialization of objects of class type, e.g., | Douglas Gregor |
2008-10-07 | In ParseParenDeclarator match "D.setGroupingParens(true);" with another setGr... | Argyrios Kyrtzidis |
2008-10-06 | Implement support for C++ direct initializers in declarations, e.g. "int x(1);". | Argyrios Kyrtzidis |