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
/
Sema
/
ParseAST.cpp
Age
Commit message (
Expand
)
Author
2008-10-27
Comment fix, ParseAST does not take ownership of the consumer.
Daniel Dunbar
2008-10-16
Add --disable-free flag to clang.
Daniel Dunbar
2008-08-20
Re-enable deletion of AST nodes upon completion of ParseAST.
Ted Kremenek
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-11
More #include cleaning
Daniel Dunbar
2008-08-08
ParseAST now never releases the passed ASTConsumer. This is the responsibili...
Ted Kremenek
2008-08-07
ParseAST now conditionally deletes the passed ASTConsumer.
Ted Kremenek
2008-07-02
Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...
Ted Kremenek
2008-06-16
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-04
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...
Ted Kremenek
2008-05-31
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
Ted Kremenek
2008-05-27
Stop leaking the main Sema object. (Leak found using valgrind.)
Eli Friedman
2008-05-20
Try to plug some memory leaks...
Ted Kremenek
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner