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
...
*
Fix <rdar://problem/6451399> problems with labels and blocks.
Steve Naroff
2009-02-28
1
-6
/
+18
*
Match gcc and always perform array/function conversion for asm input exprs. F...
Anders Carlsson
2009-02-22
1
-2
/
+2
*
Several related changes:
Chris Lattner
2009-02-14
1
-16
/
+8
*
Remove DeclGroupOwningRef, since we intend for declarations to be owned
Douglas Gregor
2009-02-13
1
-2
/
+2
*
Sema::ActOnObjCAtThrowStmt(): return from recently added errors. Thanks Chris!
Steve Naroff
2009-02-12
1
-3
/
+3
*
Turn warning into error. Minor incompatibility with GCC (for scalar types, GC...
Steve Naroff
2009-02-12
1
-4
/
+2
*
Fix <rdar://problem/6243503> [sema] @throw; accepted outside catch block.
Steve Naroff
2009-02-11
1
-2
/
+9
*
Fix <rdar://problem/6206858> [sema] type check @throw statements.
Steve Naroff
2009-02-11
1
-3
/
+16
*
Overhaul of Stmt allocation:
Ted Kremenek
2009-02-07
1
-38
/
+46
*
Add support for blocks with explicit return types.
Mike Stump
2009-02-04
1
-15
/
+16
*
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-29
1
-1
/
+0
*
If an input constraint refers to an output constraint, it should have the sam...
Anders Carlsson
2009-01-27
1
-1
/
+7
*
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
1
-1
/
+1
*
Fix an inline asm sema bug that I introduced.
Anders Carlsson
2009-01-21
1
-2
/
+2
*
Improvements to Sema of asm statements. Fixes <rdar://problem/6156893>
Anders Carlsson
2009-01-20
1
-7
/
+16
*
Remove ScopedDecl, collapsing all of its functionality into Decl, so
Douglas Gregor
2009-01-20
1
-6
/
+6
*
Convert ObjC statement actions to smart pointers.
Sebastian Redl
2009-01-18
1
-30
/
+28
*
Convert asm statement action to smart pointers.
Sebastian Redl
2009-01-18
1
-65
/
+61
*
Convert more statement actions to smart pointers.
Sebastian Redl
2009-01-18
1
-51
/
+48
*
Change TargetInfo::validateInputConstraint to take begin/end name iterators i...
Anders Carlsson
2009-01-17
1
-1
/
+2
*
Convert some more statement actions to smart pointers.
Sebastian Redl
2009-01-16
1
-51
/
+67
*
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
[prev]
[next]