aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/DirectoryLookup.h
AgeCommit message (Expand)Author
2008-10-27Rename Characteristic_t to CharacteristicKindChris Lattner
2008-09-26clean up a bunch of fixme's I added, by moving Chris Lattner
2008-02-24Two more Windows-related fixes:Ted Kremenek
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-17Sink getName into DirectoryLookup to simplify the client in clang.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-17teach RemoveDuplicates about header maps.Chris Lattner
2007-12-17Step #1 in adding headermap support to clang.Chris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer