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