Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make a major restructuring of the clang tree: introduce a top-level | Chris Lattner | 2008-03-15 | 1 | -242/+0 |
* | Don't attribute in file headers anymore. See llvmdev for the | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | Converted uses of scoped_ptr to OwningPtr. | Ted Kremenek | 2007-12-20 | 1 | -2/+2 |
* | implement HeaderMap::LookupFile. I think headermaps are done now. All that is | Chris Lattner | 2007-12-17 | 1 | -2/+55 |
* | implement enough helper functions to successfully dump out the | Chris Lattner | 2007-12-17 | 1 | -7/+105 |
* | simplify some code, using new scoped_ptr support. Fix a bug in the | Chris Lattner | 2007-12-17 | 1 | -11/+10 |
* | Finish hooking up the scaffolding for headermaps. They can now do everything | Chris Lattner | 2007-12-17 | 1 | -5/+18 |
* | Start reading the headermap header, drop the 'errorstr' argument to | Chris Lattner | 2007-12-17 | 1 | -2/+52 |
* | add headermap.cpp | Chris Lattner | 2007-12-17 | 1 | -0/+29 |