index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AST
/
StmtSerialization.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-02-23
Minor code cleanup.
Eli Friedman
2008-02-23
Patch from Argiris Kirtzidis:
Ted Kremenek
2008-02-06
Minor reordering of the serialization of the fields of MemberExpr to result
Ted Kremenek
2008-02-06
Make sure to propagate qualifiers through the member operator.
Eli Friedman
2008-02-05
Handle simple asm statements correctly.
Anders Carlsson
2008-02-01
For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the ne...
Ted Kremenek
2008-01-29
Rewriting of @synchronized. This has one FIXME in it. But this should allow @...
Fariborz Jahanian
2008-01-29
- Hooked up deserialization of ObjCAtSynchronizedStmt Stmt::Create().
Ted Kremenek
2008-01-29
AST for @synchronized.
Fariborz Jahanian
2008-01-14
When serializing CompoundLiteralExpr, serialize out the file scope flag before
Ted Kremenek
2008-01-14
Record if a compound literal expression is @ file scope. This allows us to im...
Steve Naroff
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
Minor tweak to serialization of ObjcForCollectionStmt: the three owned pointers
Ted Kremenek
2008-01-05
Moved serialization code for ObjcForCollectionStmt to be in alphabetical order
Ted Kremenek
2008-01-04
Minor changes as suggested by Chris L.
Fariborz Jahanian
2008-01-02
New declarations/defs for Objc2's foreach-statement. This is work in progress.
Fariborz Jahanian
2008-01-02
Compute the proper sourcerange for an CompoundLiteralExpr.
Chris Lattner
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-05
Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr.
Ted Kremenek
2007-12-04
Implemented serialization of ObjCStringLiteral.
Ted Kremenek
2007-12-04
Implemented serialization for ObjcAtThrowStmt.
Ted Kremenek
2007-12-04
Implemented serialization of ObjcAtTryStmt.
Ted Kremenek
2007-12-04
Implemented serialization for ObjcAtFinallyStmt.
Ted Kremenek
2007-12-04
Implemented serialization for ObjcAtCatchStmt.
Ted Kremenek
2007-11-29
Added "isExact" field to FloatingLiteral. This flag indicates whether or not
Ted Kremenek
2007-11-23
Keep track of whether the asm is volatile or not.
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-16
Added assertion in serialization of DeclRefExprs. DeclRefExprs can only
Ted Kremenek
2007-11-15
Added hack when serializing DeclRefExprs. This should probably be fixed.
Ted Kremenek
2007-11-15
Started separate section for method definitions for ObjC serialization.
Ted Kremenek
2007-11-14
Implemented serialization of InitListExpr.
Ted Kremenek
2007-11-14
Implemented serialization of CompoundLiteralExpr.
Ted Kremenek
2007-11-13
Implemented serialization of AsmStmt (or rather what is currently implemented
Ted Kremenek
2007-11-13
Implemented serialization for SizeOfAlignOfTypeExpr.
Ted Kremenek
2007-11-13
Implemented serialization for MemberExpr.
Ted Kremenek
2007-11-13
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-12
In Stmt serialization, renamed directEmit to EmitImpl and
Ted Kremenek
2007-11-12
Implement instance variable references.
Steve Naroff
2007-11-08
Implemented serialization of AddrLabelExpr.
Ted Kremenek
2007-11-08
Revised serialization of CaseStmt to emit all of the owned pointers (its
Ted Kremenek
2007-11-08
Implemented serialization of CompoundAssignOperator.
Ted Kremenek
2007-11-08
Implemented serialization of UnaryOperator.
Ted Kremenek
2007-11-07
Implemented serialization of CallExpr.
Ted Kremenek
2007-11-07
Implemented serialization of ArraySubscriptExpr.
Ted Kremenek
2007-11-07
Implemented serialization of CastExpr.
Ted Kremenek
2007-11-07
Implemented serialization of ImplicitCastExpr.
Ted Kremenek
[next]