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-12-09
Move ChainedIncludesSource into the Frontend library. This never really
Chandler Carruth
2011-11-30
When writing a module file, pass the module through to the AST
Douglas Gregor
2011-09-25
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-02
Always construct an ASTReader with a non-NULL ASTContext and
Douglas Gregor
2011-09-01
Modules hide macro definitions by default, so that silly things like
Douglas Gregor
2011-08-25
Remove the Chaining argument from the PCH/module generator. It's no longer used
Douglas Gregor
2011-08-25
Introduce a -cc1 option "-emit-module", that creates a binary module
Douglas Gregor
2011-08-24
Don't force the complete deserialization of the visible-declarations
Douglas Gregor
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