index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
ParseAST.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Patch by Alexei Svitkine: Refactor Sema::ParseAST API to allow clients to pas...
Ted Kremenek
2009-01-28
1
-18
/
+22
*
Finish making AST BumpPtrAllocation runtime configurable (based on -disable-f...
Steve Naroff
2009-01-27
1
-1
/
+2
*
Remove the TopLevelDecls from TranslationUnit, since all of those decls are o...
Douglas Gregor
2009-01-20
1
-1
/
+0
*
Comment fix, ParseAST does not take ownership of the consumer.
Daniel Dunbar
2008-10-27
1
-2
/
+1
*
Add --disable-free flag to clang.
Daniel Dunbar
2008-10-16
1
-11
/
+20
*
Re-enable deletion of AST nodes upon completion of ParseAST.
Ted Kremenek
2008-08-20
1
-3
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-3
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+2
*
ParseAST now never releases the passed ASTConsumer. This is the responsibili...
Ted Kremenek
2008-08-08
1
-4
/
+1
*
ParseAST now conditionally deletes the passed ASTConsumer.
Ted Kremenek
2008-08-07
1
-2
/
+3
*
Added method "HandleTranslationUnit" to ASTConsumer. This is called by Parse...
Ted Kremenek
2008-07-02
1
-0
/
+2
*
Introduce preliminary support for NSString format-string checking.
Ted Kremenek
2008-06-16
1
-0
/
+2
*
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...
Ted Kremenek
2008-06-04
1
-2
/
+3
*
Added "InitializeTU" to ASTConsumer. This is used by Sema::ParseAST to pass a
Ted Kremenek
2008-05-31
1
-1
/
+1
*
Stop leaking the main Sema object. (Leak found using valgrind.)
Eli Friedman
2008-05-27
1
-2
/
+3
*
Try to plug some memory leaks...
Ted Kremenek
2008-05-20
1
-2
/
+9
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+69