Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Add pretty-printing for class template specializations, e.g., | Douglas Gregor | 2009-03-10 | 1 | -1/+1 |
* | Implement the basics of implicit instantiation of class templates, in | Douglas Gregor | 2009-03-03 | 1 | -3/+3 |
* | Use RecordFirst/RecordLast range checks in DeclContext | Douglas Gregor | 2009-02-26 | 1 | -3/+12 |
* | Improve location information on "reused" class template specialization | Douglas Gregor | 2009-02-25 | 1 | -0/+7 |
* | Perform additional semantic checking of class template | Douglas Gregor | 2009-02-25 | 1 | -11/+33 |
* | Include the appropriate header for malloc | Douglas Gregor | 2009-02-25 | 1 | -1/+2 |
* | Implement parsing of nested-name-specifiers that involve template-ids, e.g., | Douglas Gregor | 2009-02-25 | 1 | -0/+2 |
* | Provide a proper source location when building an implicit dereference. Fixes... | Douglas Gregor | 2009-02-19 | 1 | -0/+11 |
* | Implement basic parsing and semantic analysis for explicit | Douglas Gregor | 2009-02-17 | 1 | -0/+31 |