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
/
Driver
/
InitHeaderSearch.cpp
Age
Commit message (
Expand
)
Author
2009-03-02
Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*
Daniel Dunbar
2009-02-25
add c++ search path for GCC 4.2, PR3668, patch by Pawel Worach!
Chris Lattner
2009-02-19
fix a bug introduced in my previous patch: moving clang headers to the
Chris Lattner
2009-02-19
PR3614: "ignoring nonexistent directory" should print the -isysroot
Chris Lattner
2009-02-18
stop searching GCC install directories for standard C headers (but
Chris Lattner
2009-02-08
use some references to simplify code.
Chris Lattner
2009-02-08
Genericize the existing logic for removing duplicate header dirs to apply
Chris Lattner
2009-02-05
Add Debian gcc 4.3 header search directories.
Torok Edwin
2008-12-25
Add Fedora 10 GCC paths.
Zhongxing Xu
2008-12-07
add missing gentoo c++ include paths
Nuno Lopes
2008-10-27
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-10-04
Bug fix, CPATH="" does not add '.' to search path.
Daniel Dunbar
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
emulate a bit of GCC path lookup weirdness: if a system
Chris Lattner
2008-09-05
Set different header search paths for the Windows platform.
Argyrios Kyrtzidis
2008-09-05
Add header search paths for Mingw32 (GCC version 4).
Argyrios Kyrtzidis
2008-08-23
Add header search paths for dragonfly, patch by Sascha Wildner!
Chris Lattner
2008-08-22
Move most of HeaderSearch initialization to libDriver.
Nico Weber