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
/
HeaderMap.h
Age
Commit message (
Expand
)
Author
2012-09-15
Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.
Dmitri Gribenko
2012-06-20
Documentation cleanup: escape # character in a Doxygen comment.
James Dennett
2011-07-20
now that we have a centralized place to do so, add some using declarations for
Chris Lattner
2011-04-26
To be able to replay compilations we need to accurately remodel how
Manuel Klimek
2011-03-16
Add a 'RawPath' parameter to the PPCallbacks interface. This allows
Chandler Carruth
2010-11-23
now the FileManager has a FileSystemOpts ivar, stop threading
Chris Lattner
2010-11-03
Implement -working-directory.
Argyrios Kyrtzidis
2010-01-10
stringref'ize a bunch of filename handling logic. Much
Chris Lattner
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-20
Add newline
Seo Sanghyeon
2007-12-17
implement enough helper functions to successfully dump out the
Chris Lattner
2007-12-17
Finish hooking up the scaffolding for headermaps. They can now do everything
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
add headermap.cpp
Chris Lattner
2007-12-17
finish stubbing out support for HeaderMap. Now we just need an implementation!
Chris Lattner
2007-12-17
Step #1 in adding headermap support to clang.
Chris Lattner