index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
AST
/
DeclSerialization.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-463
/
+0
*
Switch over functiondecl. This makes it obvious that the ASTContext
Chris Lattner
2008-03-15
1
-1
/
+1
*
fix typos
Gabor Greif
2008-03-06
1
-1
/
+1
*
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
1
-0
/
+23
*
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-08
1
-23
/
+0
*
Handle top-level asm declarations.
Anders Carlsson
2008-02-07
1
-0
/
+23
*
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-12
1
-0
/
+16
*
Substituted all instances of the string "Objc" for "ObjC". This fixes
Ted Kremenek
2008-01-07
1
-2
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Updated serialization of ParmVarDecl to serialize out objcDeclQualifier.
Ted Kremenek
2007-12-13
1
-5
/
+7
*
Moved ObjcDeclQualifier to ParmVarDecl from VarDecl.
Fariborz Jahanian
2007-12-13
1
-3
/
+5
*
Fixed bug in the serialization of FunctionDecls. We would incorrectly
Ted Kremenek
2007-11-16
1
-5
/
+5
*
Fixed bug in serialization of EnumConstantDecl where we improperly
Ted Kremenek
2007-11-14
1
-2
/
+2
*
Added QualType::ReadBackpatch to allow QualType initialization with
Ted Kremenek
2007-11-14
1
-2
/
+2
*
Added serialization of Union decls.
Ted Kremenek
2007-11-14
1
-1
/
+2
*
Implemented serialization of EnumDecl and EnumConstantDecl.
Ted Kremenek
2007-11-14
1
-2
/
+68
*
Implemented serialization of FieldDecls.
Ted Kremenek
2007-11-14
1
-0
/
+21
*
Implemented serialization of RecordDecls. Changed serialization of TagType to
Ted Kremenek
2007-11-14
1
-0
/
+43
*
Fixed bug in FunctionDecl serialization where we crashed when the
Ted Kremenek
2007-11-13
1
-7
/
+17
*
Restructured serialization code for decls to make it cleaner, easier to
Ted Kremenek
2007-11-13
1
-114
/
+188
*
Misc. serialization changes to ASTContext and Decls. Serialization
Ted Kremenek
2007-11-06
1
-6
/
+26
*
Implemented serialization of TypedefDecls.
Ted Kremenek
2007-11-05
1
-1
/
+19
*
Added skeleton for dispatch of Decl serialization.
Ted Kremenek
2007-11-05
1
-2
/
+24
*
Added most of the boilerplate code for Decl serialization. Still a few
Ted Kremenek
2007-11-02
1
-0
/
+117
*
Simplified Serialization code for SourceLocation and SourceRange, and
Ted Kremenek
2007-11-01
1
-39
/
+5
*
Added skeleton for Decl serialization.
Ted Kremenek
2007-10-25
1
-0
/
+62