aboutsummaryrefslogtreecommitdiff
path: root/Lex/HeaderMap.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-20Converted uses of scoped_ptr to OwningPtr.Ted Kremenek
2007-12-17implement HeaderMap::LookupFile. I think headermaps are done now. All that is Chris Lattner
2007-12-17implement enough helper functions to successfully dump out the Chris Lattner
2007-12-17simplify some code, using new scoped_ptr support. Fix a bug in the Chris Lattner
2007-12-17Finish hooking up the scaffolding for headermaps. They can now do everythingChris Lattner
2007-12-17Start reading the headermap header, drop the 'errorstr' argument toChris Lattner
2007-12-17add headermap.cppChris Lattner