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
/
ASTConsumers.h
Age
Commit message (
Expand
)
Author
2009-11-15
Add TargetOptions and use it when constructing targets.
Daniel Dunbar
2009-11-12
Move CompileOptions -> CodeGenOptions, and sink it into the CodeGen library.
Chandler Carruth
2009-11-04
Kill PreprocessorFactory, which was both morally repugnant and totally unused.
Daniel Dunbar
2009-09-24
Add a -dump-record-layouts argument to clang-cc.
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-24
prune #includes.
Chris Lattner
2009-08-11
LLVMContext is a class now.
Benjamin Kramer
2009-08-05
Update for LLVM API change.
Owen Anderson
2009-07-12
Match declaration to definition.
Daniel Dunbar
2009-07-07
Introduce the notion of "Relocatable" precompiled headers, which are built
Douglas Gregor
2009-07-01
Update for changes in LLVM. Hopefully this is the last one for a while.
Owen Anderson
2009-07-01
Hold the LLVMContext by reference instead of by pointer.
Owen Anderson
2009-07-01
Update for LLVMContext+Module change.
Owen Anderson
2009-05-30
Refactor and clean up the AST printer, so that it uses a DeclVisitor,
Douglas Gregor
2009-05-21
AST XML dump, from Olaf Krzikalla!
Douglas Gregor
2009-05-18
Move ASTConsumers.h to include/clang/Frontend, and move the associated
Eli Friedman