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
/
AST
/
TranslationUnit.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When destroying a translation unit, deallocate its owned declarations in reve...
Douglas Gregor
2008-10-27
1
-1
/
+3
*
Patch by Csaba Hruska and Peter Neumark:
Ted Kremenek
2008-07-10
1
-21
/
+60
*
Reclaim memory owned by ObjCForwardProtocolDecls.
Ted Kremenek
2008-06-06
1
-2
/
+20
*
Implement "Destroy" and destructor for ObjCClassDecl, allowing us to reclaim ...
Ted Kremenek
2008-06-06
1
-6
/
+21
*
Implement "Destroy" and destructor for ObjCProtocolDecl, allowing us to recla...
Ted Kremenek
2008-06-06
1
-1
/
+14
*
Because of a lack of a clear ownership role between ObjCInterfaceDecls and
Ted Kremenek
2008-06-06
1
-0
/
+14
*
Moved LangOptions from TranslationUnit to ASTContext. This induced a variety...
Ted Kremenek
2008-06-04
1
-9
/
+3
*
Fix the destruction "properly" in the sense that we actually destroy the
Eli Friedman
2008-05-21
1
-1
/
+4
*
Don't kill the declarations if the translation unit doesn't own them
Eli Friedman
2008-05-21
1
-11
/
+8
*
Try to plug some memory leaks...
Ted Kremenek
2008-05-20
1
-3
/
+10
*
TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects
Ted Kremenek
2008-04-23
1
-2
/
+19
*
Stub out and start using a Decl::Destroy() method.
Sam Bishop
2008-04-11
1
-1
/
+1
*
Pass the ASTContext object around when deserializing Decl and Stmt objects, so
Sam Bishop
2008-04-07
1
-1
/
+1
*
trivial whitespace fix
Sam Bishop
2008-04-03
1
-2
/
+1
*
Created a destructor so that the top-level decls can be deleted.
Sam Bishop
2008-04-03
1
-0
/
+5
*
Update to match simplified llvm MemoryBuffer interfaces for files.
Chris Lattner
2008-04-01
1
-2
/
+1
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+225