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
*
Convert some more actions to smart pointers.
Sebastian Redl
2009-01-11
1
-44
/
+49
*
Perform default function/array conversion for input arguments to inline asm s...
Anders Carlsson
2008-12-31
1
-0
/
+3
*
Convert a two more statement actions to smart pointers.
Sebastian Redl
2008-12-28
1
-22
/
+27
*
Full AST support and better Sema support for C++ try-catch.
Sebastian Redl
2008-12-22
1
-0
/
+28
*
Partial AST and Sema support for C++ try-catch.
Sebastian Redl
2008-12-22
1
-0
/
+10
*
Convert a few Stmt actions to smart pointers.
Sebastian Redl
2008-12-21
1
-22
/
+23
*
This is valid in C++.
Chris Lattner
2008-12-18
1
-4
/
+8
*
Merge function-return.c into function.c
Chris Lattner
2008-12-18
1
-7
/
+8
*
Introduce basic support for dependent types, type-dependent
Douglas Gregor
2008-12-05
1
-14
/
+16
*
change getCurFunctionDecl to skip through Block contexts to find
Chris Lattner
2008-12-04
1
-3
/
+6
*
Use VerifyIntegerConstantExpression for case values.
Anders Carlsson
2008-12-01
1
-19
/
+4
*
Change a whole lot of diagnostics to take QualType's directly
Chris Lattner
2008-11-24
1
-8
/
+8
*
Make all the 'redefinition' diagnostics more consistent, and make the
Chris Lattner
2008-11-23
1
-4
/
+4
*
Convert IdentifierInfo's to be printed the same as DeclarationNames
Chris Lattner
2008-11-23
1
-7
/
+7
*
Case values must be evaluated
Anders Carlsson
2008-11-22
1
-2
/
+5
*
Use Expr::Evaluate for case statements. Fixes PR2525
Anders Carlsson
2008-11-22
1
-4
/
+13
*
remove the last old-fashioned Diag method. Transition complete!
Chris Lattner
2008-11-20
1
-7
/
+9
*
remove another old-school Diag method.
Chris Lattner
2008-11-20
1
-16
/
+16
*
stop calling II::getName() unnecesarily in sema
Chris Lattner
2008-11-19
1
-18
/
+22
*
remove one more old-style Diag method.
Chris Lattner
2008-11-19
1
-24
/
+24
*
Switch several more Sema Diag methods over. This simplifies the
Chris Lattner
2008-11-19
1
-8
/
+8
*
Implement initialization of a reference (C++ [dcl.init.ref]) as part
Douglas Gregor
2008-10-29
1
-5
/
+6
*
Migrate DeclStmt over to using a DeclGroup instead of a pointer to a ScopedDe...
Ted Kremenek
2008-10-07
1
-1
/
+22
*
When processing Objective-C foreach statements, first check to see if the sta...
Ted Kremenek
2008-10-06
1
-4
/
+6
*
Use the DeclStmt::decl_iterator to get the first decl in a DeclStmt instead o...
Ted Kremenek
2008-10-06
1
-1
/
+1
*
Fix <rdar://problem/6243788> clang: Incorrect return statement for Blocks?
Steve Naroff
2008-09-24
1
-1
/
+3
*
Sema::ActOnBlockReturnStmt(): Need to perform the UsualUnaryConversions on th...
Steve Naroff
2008-09-16
1
-2
/
+3
*
Do implicit conversion to bool for the condition in a do-while statement.
Argyrios Kyrtzidis
2008-09-11
1
-1
/
+4
*
Implement Sema support for the 'condition' part of C++ selection-statements a...
Argyrios Kyrtzidis
2008-09-10
1
-16
/
+49
*
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