aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Lex/DirectoryLookup.h
AgeCommit message (Expand)Author
2013-03-21<rdar://problem/13037793> Allow the names of modules to differ from the name ...Douglas Gregor
2013-01-25[Lex] Remove DirectoryLookup.UserSpecified, which is unused.Daniel Dunbar
2012-06-22Documentation cleanup:James Dennett
2012-06-22Documentation cleanup: escape # characters in Doxygen comments as needed.James Dennett
2012-04-05[Lex] Add support for 'user specified system frameworks' (see test case).Daniel Dunbar
2011-12-08Keep track of import dependencies between submodules within the moduleDouglas Gregor
2011-11-30Promote ModuleMap::Module to a namespace-scope class in the BasicDouglas Gregor
2011-11-17When making a suggestion regarding which module to load rather thanDouglas Gregor
2011-09-15Add an experimental flag -fauto-module-import that automatically turnsDouglas Gregor
2011-07-28Introduce the "-index-header-map" option, to give special semanticsDouglas Gregor
2011-07-23clean up forward declarations of raw_ostream to use the new LLVM.hChris Lattner
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-01-10stringref'ize a bunch of filename handling logic. MuchChris Lattner
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
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