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
/
Sema
/
ParseAST.h
Age
Commit message (
Expand
)
Author
2009-11-13
Rework Sema code completion interface.
Daniel Dunbar
2009-09-22
Spell function pointer correctly.
Daniel Dunbar
2009-09-17
Initial implementation of a code-completion interface in Clang. In
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-04-14
When building a PCH file, don't perform end-of-translation-unit
Douglas Gregor
2009-03-28
remove TranslationUnit from ParseAST.
Chris Lattner
2009-03-28
simplify ParseAST by sucking -disable-free handling logic up into
Chris Lattner
2009-01-28
Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas...
Ted Kremenek
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-08
ParseAST now never releases the passed ASTConsumer. This is the responsibili...
Ted Kremenek
2008-08-07
Fix 80 col violation
Ted Kremenek
2008-08-07
ParseAST now conditionally deletes the passed ASTConsumer.
Ted Kremenek
2008-02-06
rename ASTSTreamer.{h|cpp} -> ParseAST.{h|cpp}
Chris Lattner