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
/
TypeSerialization.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-06
fix typos
Gabor Greif
2008-02-20
Alternate address spaces work:
Chris Lattner
2008-02-15
Split out incomplete arrays from VariableArrayType into
Eli Friedman
2008-02-04
Add experimental support for address space qualified types. Address space
Christopher Lamb
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-17
Patch to implemented objective-c's dynamic object pointer qualified with
Fariborz Jahanian
2007-11-14
Fixed bug when serializing QualTypes where we were serializing in the
Ted Kremenek
2007-11-14
Added QualType::ReadBackpatch to allow QualType initialization with
Ted Kremenek
2007-11-14
Removed assertion inserted only for temporary debugging.
Ted Kremenek
2007-11-14
Added missing break statement.
Ted Kremenek
2007-11-14
Implemented serialization of RecordDecls. Changed serialization of TagType to
Ted Kremenek
2007-11-14
Implemented serialization of FunctionTypeNoProto.
Ted Kremenek
2007-11-14
Implemented serialization of VariableArrayTypes.
Ted Kremenek
2007-11-14
Implemented serialization of TypedefType.
Ted Kremenek
2007-11-14
Implemented serialization of ConstantArrayType.
Ted Kremenek
2007-11-14
Implemented serialization of TagTypes.
Ted Kremenek
2007-11-13
Rewrote type serialization to used the same methodology as we do for Decls.
Ted Kremenek
2007-11-13
Renamed all serialization "Materialize" methods to "Create" to conform with
Ted Kremenek
2007-11-06
QualType deserialization now requires that the underlying pointer type
Ted Kremenek
2007-10-31
Adjusted QualType deserialization to reflect updated deserialization API.
Ted Kremenek
2007-10-31
Implemented serialization of Variable Array Types (VLAs).
Ted Kremenek
2007-10-28
Implemented serialization for TypedefType.
Ted Kremenek
2007-10-28
Implemented serialization of FunctionTypeProto.
Ted Kremenek
2007-10-27
Implemented serialization of FunctionTypeNoProto.
Ted Kremenek
2007-10-27
Implemented serialization for VectorType.
Ted Kremenek
2007-10-26
More work on type serialization: added support for serializing BuiltinTypes.
Ted Kremenek
2007-10-26
Completed serialization of ConstantArrayTypes (now that APInt serialization i...
Ted Kremenek
2007-10-26
Added skeleton implementation of serialization for types (not complete).
Ted Kremenek