summaryrefslogtreecommitdiff
path: root/AST/Stmt.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-293/+0
* Handle simple asm statements correctly.Anders Carlsson2008-02-051-2/+3
* For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the ne...Ted Kremenek2008-02-011-6/+7
* move some constructors out of line and fix indentation in ObjCAtThrowStmt::ge...Chris Lattner2008-01-301-13/+43
* Rewriting of @synchronized. This has one FIXME in it. But this should allow @...Fariborz Jahanian2008-01-291-2/+2
* AST for @synchronized.Fariborz Jahanian2008-01-291-0/+10
* Substituted all instances of the string "Objc" for "ObjC". This fixesTed Kremenek2008-01-071-15/+15
* New declarations/defs for Objc2's foreach-statement. This is work in progress.Fariborz Jahanian2008-01-021-0/+8
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* Keep track of whether the asm is volatile or not.Anders Carlsson2007-11-231-1/+2
* Store output and input operands as well as clobber information in the AsmStmt...Anders Carlsson2007-11-221-0/+23
* Fixed an array overflow bug.Fariborz Jahanian2007-11-071-1/+1
* AST for objective-c's @throw statement and its pretty-printing.Fariborz Jahanian2007-11-071-0/+8
* AST build for @catch clause (this is work in progress).Fariborz Jahanian2007-11-011-3/+7
* Bunch of class declarations for objective-c's @try-catch statement.Fariborz Jahanian2007-11-011-0/+12
* Implement *skeletal* support for representing GNU inline asm stmts in the AST,Chris Lattner2007-10-291-0/+4
* Fixed DeclStmt::child_begin() to actually create an iterator thatTed Kremenek2007-10-181-12/+12
* Implemented 90% functionality of new child_iterator for Stmt objectsTed Kremenek2007-10-181-1/+1
* move IdentifierTable.h from liblex to libbasic.Chris Lattner2007-10-071-1/+1
* Removed "hasImplicitControlFlow" from class CFG, and moved it to class StmtTed Kremenek2007-10-011-0/+22
* Convert more statments over to SourceRanges...Steve Naroff2007-08-311-0/+8
* Fixed bug for CaseStmt where the child_begin/child_end methods were notTed Kremenek2007-08-301-3/+7
* elimiante some virtual calls.Chris Lattner2007-08-301-2/+2
* Fixed bug in child_begin/child_end for ReturnStmt where the iteratorTed Kremenek2007-08-271-3/+7
* fix off-by-one errorChris Lattner2007-08-251-3/+3
* rename sNames -> StmtClassInfo. Make lookups constant time.Chris Lattner2007-08-251-24/+33
* Added child_begin/child_end to all subclasses of Stmt in Stmt.h. All Ted Kremenek2007-08-241-0/+70
* Switch StmtVisitor from using dynamic to static dispatch. This makes it Chris Lattner2007-08-211-7/+0
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+81