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
/
Serialization
/
ChainedIncludesSource.cpp
Age
Commit message (
Expand
)
Author
2011-08-02
Following up the earlier refactoring/cleanup work by fixing up how we manage ...
Jonathan D. Turner
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-22
Switch all of the "isysroot" const char*'s throughout the AST reader
Douglas Gregor
2011-07-22
Rename ASTReader::PerFileData to serialization::Module, pulling it out
Douglas Gregor
2011-07-15
Augment the interface of ExternalASTSource::FindExternalLexicalDecls()
Douglas Gregor
2011-04-28
Enhance clang_getCXTUResourceUsage() to report the sizes of the memory buffer...
Ted Kremenek
2011-03-31
Make ChainedIncludesSource an ExternalSemaSource, otherwise initialization of...
Sebastian Redl
2011-03-31
Tell the diagnostic client about starting and ending source files when automa...
Sebastian Redl
2011-03-09
Silence gcc warnings.
Argyrios Kyrtzidis
2011-03-09
Introduce '-chain-include' option to specify headers that will be converted t...
Argyrios Kyrtzidis