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