aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/HeaderMap.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-20Add newlineSeo Sanghyeon
2007-12-17implement enough helper functions to successfully dump out 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-17Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner
2007-12-17add headermap.cppChris Lattner
2007-12-17finish stubbing out support for HeaderMap. Now we just need an implementation!Chris Lattner
2007-12-17Step #1 in adding headermap support to clang.Chris Lattner