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
/
Frontend
/
MultiplexConsumer.h
Age
Commit message (
Expand
)
Author
2013-01-02
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Chandler Carruth
2012-12-04
Sort #include lines for all files under include/...
Chandler Carruth
2012-10-11
Remove pointless classof()'s.
Sean Silva
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-05
Basic: import OwningPtr<> into clang namespace
Dylan Noblesmith
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-04-24
Give MultiplexConsumer.h a header guard.
Sebastian Redl
2011-01-25
Add -add-plugin flag, which runs plugins in addition to codegen.
Nico Weber