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
/
DeclSerialization.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-15
Switch over functiondecl. This makes it obvious that the ASTContext
Chris Lattner
2008-03-06
fix typos
Gabor Greif
2008-02-08
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-07
Handle top-level asm declarations.
Anders Carlsson
2008-01-12
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-07
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2007-12-29
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-13
Updated serialization of ParmVarDecl to serialize out objcDeclQualifier.
Ted Kremenek
2007-12-13
Moved ObjcDeclQualifier to ParmVarDecl from VarDecl.
Fariborz Jahanian
2007-11-16
Fixed bug in the serialization of FunctionDecls. We would incorrectly
Ted Kremenek
2007-11-14
Fixed bug in serialization of EnumConstantDecl where we improperly
Ted Kremenek
2007-11-14
Added QualType::ReadBackpatch to allow QualType initialization with
Ted Kremenek
2007-11-14
Added serialization of Union decls.
Ted Kremenek
2007-11-14
Implemented serialization of EnumDecl and EnumConstantDecl.
Ted Kremenek
2007-11-14
Implemented serialization of FieldDecls.
Ted Kremenek
2007-11-14
Implemented serialization of RecordDecls. Changed serialization of TagType to
Ted Kremenek
2007-11-13
Fixed bug in FunctionDecl serialization where we crashed when the
Ted Kremenek
2007-11-13
Restructured serialization code for decls to make it cleaner, easier to
Ted Kremenek
2007-11-06
Misc. serialization changes to ASTContext and Decls. Serialization
Ted Kremenek
2007-11-05
Implemented serialization of TypedefDecls.
Ted Kremenek
2007-11-05
Added skeleton for dispatch of Decl serialization.
Ted Kremenek
2007-11-02
Added most of the boilerplate code for Decl serialization. Still a few
Ted Kremenek
2007-11-01
Simplified Serialization code for SourceLocation and SourceRange, and
Ted Kremenek
2007-10-25
Added skeleton for Decl serialization.
Ted Kremenek