aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/InitHeaderSearch.h
AgeCommit message (Expand)Author
2009-11-09Privatize InitHeaderSearch, this functionality is only exposed viaDaniel Dunbar
2009-11-07Add HeaderSearchOptions class, for packaging the information needed toDaniel Dunbar
2009-11-07Lift InitHeaderSearch::AddEnvVarPaths logic higher.Daniel Dunbar
2009-11-07Formatting fixes.Daniel Dunbar
2009-10-27Split AddDefaultSystemIncludePaths into C, C++ and framework specific functions.Rafael Espindola
2009-10-14Add support for having different c++ search dirs with -m32 and -m64. So farRafael Espindola
2009-10-12Fixup windows include paths. Patch by John Thompson.Mike Stump
2009-10-09Efficiency refinements.Mike Stump
2009-10-09Passing const Triple& is sufficient for AddDefaultSystemIncludePaths()Axel Naumann
2009-10-08Set up include paths for VC++ and Cygwin headers, along with theMike Stump
2009-10-06Refactor the c++ include path a bit.Rafael Espindola
2009-09-05Replace some instances of std::string with StringRefs.Benjamin Kramer
2009-03-02Normalize .h guards.Daniel Dunbar
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar