index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Lex
/
HeaderSearch.cpp
Age
Commit message (
Expand
)
Author
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-02-25
clarify comment, this is undefined behavior in any case, even if it only
Chris Lattner
2008-02-24
Two more Windows-related fixes:
Ted Kremenek
2008-02-01
Fix PR1969. stdin has no FileEntry.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Start reading the headermap header, drop the 'errorstr' argument to
Chris Lattner
2007-12-17
Sink getName into DirectoryLookup to simplify the client in clang.
Chris Lattner
2007-12-17
finish stubbing out support for HeaderMap. Now we just need an implementation!
Chris Lattner
2007-12-17
refactor an better comment framework lookup code. This moves it from
Chris Lattner
2007-12-17
as it turns out, frameworks and headermaps are orthogonal. Make this so in
Chris Lattner
2007-12-17
Step #1 in adding headermap support to clang.
Chris Lattner
2007-10-07
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
add a hasMacroDefinition() method to IdentifierInfo, strength reduce a
Chris Lattner
2007-07-22
Implement a simple cache in headersearch. This speeds up
Chris Lattner
2007-07-11
Stage two of getting CFE top correct.
Reid Spencer