index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
InitHeaderSearch.cpp
Age
Commit message (
Expand
)
Author
2009-10-12
Fixup windows include paths. Patch by John Thompson.
Mike Stump
2009-10-12
Typo in AddGnuCPlusPlusIncludePaths.
Edward O'Callaghan
2009-10-09
Efficiency refinements.
Mike Stump
2009-10-09
Push all the way out to 80.
Mike Stump
2009-10-09
Passing const Triple& is sufficient for AddDefaultSystemIncludePaths()
Axel Naumann
2009-10-08
Add a refactor pointer...
Mike Stump
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-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-05
Replace some instances of std::string with StringRefs.
Benjamin Kramer
2009-08-23
API changes to match llvm ToT.
Chris Lattner
2009-08-19
Switch to SmallString::str from SmallString::c_str.
Daniel Dunbar
2009-08-15
Add an additional C++ hardcoded search path.
Eli Friedman
2009-08-07
add support for opensuse 11.1/11.2 search paths, patch by Stefan Reinauer
Chris Lattner
2009-08-01
Additional AuroraUX header path.
Eli Friedman
2009-08-01
Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.
Eli Friedman
2009-07-26
add gentoo 2009.0 g++ header locations
Nuno Lopes
2009-07-01
Add header search path for Gentoo stable, x86_64 version.
Sebastian Redl
2009-06-17
Search path for 64-bit Ubuntu Linux, from Anders Johnsen
Douglas Gregor
2009-03-02
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
Chris Lattner
2009-03-02
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar