aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/HeaderSearch.h
AgeCommit message (Expand)Author
2009-04-25Lazily load the controlling macros for all of the headers known in theDouglas Gregor
2009-04-24Add PCH support for #import.Steve Naroff
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2008-09-26Comment fix.Daniel Dunbar
2008-02-24Two more Windows-related fixes:Ted Kremenek
2008-02-02Cleanup previous patch (based on feedback from Ted).Steve Naroff
2008-02-01Make sure SourceManager/HeaderSearch don't support default copy constructors ...Steve Naroff
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Start reading the headermap header, drop the 'errorstr' argument toChris Lattner
2007-12-17refactor an better comment framework lookup code. This moves it from Chris Lattner
2007-12-17Step #1 in adding headermap support to clang.Chris Lattner
2007-11-15add header file I forgot to check inChris Lattner
2007-07-22Implement a simple cache in headersearch. This speeds upChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer