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
/
SemaStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Add semantic analysis for "blocks".
Steve Naroff
2008-09-03
1
-0
/
+55
*
Objective-C foreach selector elements must be lvalues.
Anders Carlsson
2008-08-25
1
-3
/
+10
*
Several cleanups and tweaks to diagnostics in Sema::ActOnAsmStmt,
Chris Lattner
2008-08-18
1
-37
/
+29
*
various updates to match r54873 on mainline.
Chris Lattner
2008-08-17
1
-5
/
+5
*
Update some isIntegerConstantExpr uses to use
Daniel Dunbar
2008-08-13
1
-4
/
+2
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-4
/
+0
*
More #include cleaning
Daniel Dunbar
2008-08-11
1
-0
/
+1
*
Use DeclStmt::decl_iterator instead of walking the getNextDeclarator() chain.
Ted Kremenek
2008-08-08
1
-4
/
+4
*
convert more code to use ASTContext to get canonical types instead
Chris Lattner
2008-07-26
1
-1
/
+1
*
Fix rdar://6095136, various crashes with incomplete enum types.
Chris Lattner
2008-07-25
1
-1
/
+7
*
Move isObjCObjectPointerType() from Sema to ASTContext.
Ted Kremenek
2008-07-24
1
-2
/
+2
*
Fix rdar://6094010 various asserts happening with wide strings in inline asm.
Chris Lattner
2008-07-23
1
-38
/
+38
*
Replace CurFunctionDecl and CurMethodDecl with methods getCurFunctionDecl() a...
Argyrios Kyrtzidis
2008-06-28
1
-9
/
+10
*
Remove FileVarDecl and BlockVarDecl. They are replaced by VarDecl::isBlockVar...
Steve Naroff
2008-04-15
1
-9
/
+8
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-0
/
+821
[prev]