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
/
Lex
/
HeaderSearch.h
Age
Commit message (
Expand
)
Author
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
2008-10-27
Rename Characteristic_t to CharacteristicKind
Chris Lattner
2008-09-26
clean up a bunch of fixme's I added, by moving
Chris Lattner
2008-09-26
Comment fix.
Daniel Dunbar
2008-02-24
Two more Windows-related fixes:
Ted Kremenek
2008-02-02
Cleanup previous patch (based on feedback from Ted).
Steve Naroff
2008-02-01
Make sure SourceManager/HeaderSearch don't support default copy constructors ...
Steve Naroff
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
refactor an better comment framework lookup code. This moves it from
Chris Lattner
2007-12-17
Step #1 in adding headermap support to clang.
Chris Lattner
2007-11-15
add header file I forgot to check in
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