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
/
Lex
/
HeaderSearch.cpp
Age
Commit message (
Expand
)
Author
2011-01-10
Replace all uses of PathV1::exists with PathV2::fs::exists.
Michael J. Spencer
2010-12-17
Replace all uses of PathV1::isAbsolute with PathV2::is_{absolute,relative}.
Michael J. Spencer
2010-11-29
Merge System into Support.
Michael J. Spencer
2010-11-23
now the FileManager has a FileSystemOpts ivar, stop threading
Chris Lattner
2010-11-21
remove old compatibility APIs, use StringRef versions instead.
Chris Lattner
2010-11-03
Implement -working-directory.
Argyrios Kyrtzidis
2010-08-08
Revert r110440, the fix for PR4897. Chris claims to have a better way.
Douglas Gregor
2010-08-06
Fix the #include search path when reading from stdin, from Jon Simons!
Douglas Gregor
2010-01-10
stringref'ize a bunch of filename handling logic. Much
Chris Lattner
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-06-15
use the new Path::isAbsolute function, fixing a fixme. Patch by Gregory Curf...
Chris Lattner
2009-04-25
Lazily load the controlling macros for all of the headers known in the
Douglas Gregor
2009-04-24
Add PCH support for #import.
Steve Naroff
2009-03-02
improve compatibility with GCC 4.4, patch by Michel Salim (PR3697)
Chris Lattner
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner