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
/
Stmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't require us to manually number the statements and expressions in StmtNod...
Douglas Gregor
2008-11-14
1
-3
/
+3
*
- Move ExprIterator to Stmt.h so that it can be used by classes defined in St...
Ted Kremenek
2008-10-27
1
-2
/
+19
*
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe...
Ted Kremenek
2008-10-07
1
-9
/
+5
*
Add DeclStmt::hasSolitaryDecl() and DeclStmt::getSolitaryDecl()
Ted Kremenek
2008-10-06
1
-1
/
+5
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-2
/
+0
*
remove spaces at eol to test commit access
Nico Weber
2008-08-05
1
-23
/
+23
*
Added decl_iterator to DeclStmt to provide an abstract interface to iterate o...
Ted Kremenek
2008-08-05
1
-0
/
+5
*
Fix more strict-aliasing warnings.
Ted Kremenek
2008-06-17
1
-10
/
+14
*
- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
Steve Naroff
2008-05-29
1
-0
/
+1
*
Always initialize NEXT_CATCH; fixes a Valgrind uninitialized read error
Eli Friedman
2008-05-25
1
-3
/
+2
*
Fix potential double-free.
Ted Kremenek
2008-05-21
1
-1
/
+1
*
When destroying DeclStmts, also destroy the associated Decl (reclaim its memo...
Ted Kremenek
2008-05-21
1
-0
/
+5
*
Delete AST nodes, not just Decls.
Ted Kremenek
2008-05-20
1
-1
/
+4
*
Try to plug some memory leaks...
Ted Kremenek
2008-05-20
1
-2
/
+7
*
Added Stmt::DestroyChildren, which will be used by the dstors of the subclass...
Ted Kremenek
2008-05-19
1
-0
/
+5
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+293