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
/
Sema
/
SemaStmt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle simple asm statements correctly.
Anders Carlsson
2008-02-05
1
-0
/
+2
*
Rewriting of @synchronized. This has one FIXME in it. But this should allow @...
Fariborz Jahanian
2008-01-29
1
-1
/
+1
*
AST for @synchronized.
Fariborz Jahanian
2008-01-29
1
-0
/
+7
*
Move promoteExprToType from being a static method in SemaExpr.cpp to being
Chris Lattner
2008-01-16
1
-2
/
+14
*
Recover from user typo not having proper @interface decl and a bad foreach decl.
Fariborz Jahanian
2008-01-10
1
-16
/
+18
*
Allow messaging expression as foreach's collection expression.
Fariborz Jahanian
2008-01-10
1
-4
/
+4
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-12
/
+12
*
Issue diagnostics if more than one declaration in objectove-c's foreach-stmt ...
Fariborz Jahanian
2008-01-07
1
-1
/
+4
*
twiks based on Chris's comment. No need to iterate thru a list of declarations
Fariborz Jahanian
2008-01-05
1
-8
/
+3
*
Minor refactoring of foreach's semantics code per Chris's suggetion.
Fariborz Jahanian
2008-01-04
1
-3
/
+3
*
Merge all the 'assignment' diagnostic code into one routine, decloning
Chris Lattner
2008-01-04
1
-43
/
+10
*
Patch to add semantics check for ObjC2's foreacn statement.
Fariborz Jahanian
2008-01-04
1
-9
/
+12
*
give better diagnostics for converting between function pointer and void*.
Chris Lattner
2008-01-03
1
-0
/
+5
*
Patch to parse/build AST ObjC2's foreach statement.
Fariborz Jahanian
2008-01-03
1
-0
/
+33
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Simplified setting up Method's scope before generating AST for its nody.
Fariborz Jahanian
2007-12-04
1
-4
/
+8
*
Move the null pointer constant check from Sema::CheckSingleInitializer/ActOnC...
Steve Naroff
2007-11-27
1
-6
/
+3
*
Add more semantic analysis for inline asm statements.
Anders Carlsson
2007-11-27
1
-4
/
+35
*
Check that the clobber registers are valid.
Anders Carlsson
2007-11-25
1
-0
/
+21
*
Keep track of whether the asm is volatile or not.
Anders Carlsson
2007-11-23
1
-1
/
+3
*
Check asm input and output expressions.
Anders Carlsson
2007-11-23
1
-1
/
+33
*
Store output and input operands as well as clobber information in the AsmStmt...
Anders Carlsson
2007-11-22
1
-1
/
+19
*
Store inline asm code in the AST.
Anders Carlsson
2007-11-20
1
-2
/
+5
*
AST for objective-c's @throw statement and its pretty-printing.
Fariborz Jahanian
2007-11-07
1
-0
/
+5
*
AST for @try statement.
Fariborz Jahanian
2007-11-02
1
-0
/
+13
*
AST for @finally statement.
Fariborz Jahanian
2007-11-02
1
-0
/
+6
*
AST build for @catch clause (this is work in progress).
Fariborz Jahanian
2007-11-01
1
-0
/
+11
*
Implement *skeletal* support for representing GNU inline asm stmts in the AST,
Chris Lattner
2007-10-29
1
-0
/
+4
*
Emit a warning when the body of an if block is a NullStmt.
Anders Carlsson
2007-10-10
1
-1
/
+12
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-1
/
+0
*
Make case sorting deterministic by not depending on pointer
Chris Lattner
2007-09-21
1
-2
/
+17
*
Rename statement actions (from Parse-prefix to ActOn-prefix).
Steve Naroff
2007-09-16
1
-23
/
+23
*
Updated VC++ build system.
Hartmut Kaiser
2007-09-16
1
-1
/
+2
*
Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl.
Steve Naroff
2007-09-13
1
-1
/
+1
*
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
1
-5
/
+8
*
Added LabelLoc to GotoStmt to record the source location of the label token
Ted Kremenek
2007-09-06
1
-1
/
+1
*
Add a method required by the VC++ STL, patch by Hartmut Kaiser!
Chris Lattner
2007-09-03
1
-0
/
+4
*
Finish converting SwitchStmt AST to source ranges.
Steve Naroff
2007-09-01
1
-1
/
+1
*
Convert more statments over to SourceRanges...
Steve Naroff
2007-08-31
1
-6
/
+6
*
Move SourceRange protocol from Expr->Stmt.
Steve Naroff
2007-08-31
1
-7
/
+6
*
Fix a bug/missing-feature Ted noticed: the 'unused' warning should not
Chris Lattner
2007-08-31
1
-21
/
+27
*
Emit a slightly better warning for unused values for unary and binary operators:
Chris Lattner
2007-08-28
1
-1
/
+15
*
now that all the infrastructure is in place, enforce C99 6.8.5p3.
Chris Lattner
2007-08-28
1
-4
/
+11
*
If the condition of a for statement is promoted, make sure the
Chris Lattner
2007-08-28
1
-8
/
+12
*
extwarn about decls intermixed with code in c89 mode.
Chris Lattner
2007-08-27
1
-5
/
+21
*
implement a fixme: __extension__ marker on decls in compound stmts.
Chris Lattner
2007-08-27
1
-0
/
+4
*
Fix a bug reported by Keith Bauer
Chris Lattner
2007-08-26
1
-1
/
+1
*
in the truncation case, make sure to propagate the sign correctly, this
Chris Lattner
2007-08-23
1
-0
/
+3
*
finish off switch case overlap checking, adding support for
Chris Lattner
2007-08-23
1
-6
/
+58
*
detect and diagnose empty case ranges:
Chris Lattner
2007-08-23
1
-4
/
+10
[next]