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
/
Frontend
/
MultiplexConsumer.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-03-08
Replace MarkVarRequired with a more generic
Rafael Espindola
2012-03-05
Fix a small difference in sema and codegen views of what needs to be output.
Rafael Espindola
2012-02-10
[libclang] Indexing API: Fully index implict template instantiations.
Argyrios Kyrtzidis
2012-02-10
Add ArrayRef goodness in MultiplexASTMutationListener.
Argyrios Kyrtzidis
2012-02-10
Update MultiplexASTMutationListener with the missing methods from ASTMutation...
Argyrios Kyrtzidis
2012-02-04
ArrayRef goodness in MultiplexConsumer, no functionality change.
Argyrios Kyrtzidis
2011-11-28
[libclang] Indexing API: If the client requested to get a CXTranslationUnit a...
Argyrios Kyrtzidis
2011-11-18
Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue
Argyrios Kyrtzidis
2011-09-15
[PCH] Overhaul how preprocessed entities are [de]serialized.
Argyrios Kyrtzidis
2011-04-29
Add a decl update when a static data member of a class template is instantiat...
Sebastian Redl
2011-04-24
Synthesizing the definition of an implicit member is an AST modification, so ...
Sebastian Redl
2011-04-14
Chained PCH: Remember when additional specializations are added to a function...
Sebastian Redl
2011-01-25
Add -add-plugin flag, which runs plugins in addition to codegen.
Nico Weber