aboutsummaryrefslogtreecommitdiff
path: root/Lex/HeaderSearch.cpp
AgeCommit message (Expand)Author
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner
2008-02-25clarify comment, this is undefined behavior in any case, even if it onlyChris Lattner
2008-02-24Two more Windows-related fixes:Ted Kremenek
2008-02-01Fix PR1969. stdin has no FileEntry.Chris Lattner
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-17Sink getName into DirectoryLookup to simplify the client in clang.Chris Lattner
2007-12-17finish stubbing out support for HeaderMap. Now we just need an implementation!Chris Lattner
2007-12-17refactor an better comment framework lookup code. This moves it from Chris Lattner
2007-12-17as it turns out, frameworks and headermaps are orthogonal. Make this so inChris Lattner
2007-12-17Step #1 in adding headermap support to clang.Chris Lattner
2007-10-07move IdentifierTable.h from liblex to libbasic.Chris Lattner
2007-10-07add a hasMacroDefinition() method to IdentifierInfo, strength reduce aChris Lattner
2007-07-22Implement a simple cache in headersearch. This speeds upChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer