aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/HeaderMap.h
AgeCommit message (Expand)Author
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-06-20Documentation cleanup: escape # character in a Doxygen comment.James Dennett
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-04-26To be able to replay compilations we need to accurately remodel howManuel Klimek
2011-03-16Add a 'RawPath' parameter to the PPCallbacks interface. This allowsChandler Carruth
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner
2010-11-03Implement -working-directory.Argyrios Kyrtzidis
2010-01-10stringref'ize a bunch of filename handling logic. MuchChris Lattner
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