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
/
lib
/
Frontend
/
PCHWriterDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the DeclaredInCondition bit now that it's no longer used.
Nick Lewycky
2010-08-06
1
-3
/
+0
*
Collect namespaces that need updating in a PCH chain. WIP
Sebastian Redl
2010-08-05
1
-0
/
+5
*
Apart from storing/retrieving the previous redeclaration from PCH, also store...
Argyrios Kyrtzidis
2010-08-03
1
-3
/
+39
*
Change the name to something less terrible; suggestion by Doug. No functional...
Argyrios Kyrtzidis
2010-07-29
1
-1
/
+1
*
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-29
1
-52
/
+1
*
Store latest redeclaration for each redeclarable template declaration
Peter Collingbourne
2010-07-29
1
-0
/
+2
*
Refactor redeclarable template declarations
Peter Collingbourne
2010-07-29
1
-13
/
+14
*
Revert r109546, it broke linux build.
Argyrios Kyrtzidis
2010-07-27
1
-2
/
+52
*
Merge PCHWriterDecl.cpp's isRequiredDecl and CodeGenModule::MayDeferGeneratio...
Argyrios Kyrtzidis
2010-07-27
1
-52
/
+2
*
Always deserialize from PCH file scoped variables with non trivial constructo...
Argyrios Kyrtzidis
2010-07-27
1
-0
/
+8
*
- Fix recording of offsets of types in dependent PCHs.
Sebastian Redl
2010-07-27
1
-0
/
+5
*
Make declarations in the dependent PCH visible, for C at least.
Sebastian Redl
2010-07-23
1
-2
/
+2
*
atch for implementation of objective-c's -Wselector
Fariborz Jahanian
2010-07-22
1
-0
/
+1
*
Read/write C++0x static_assert for PCH.
Argyrios Kyrtzidis
2010-07-22
1
-1
/
+4
*
Read/write FriendTemplateDecl for PCH.
Argyrios Kyrtzidis
2010-07-22
1
-1
/
+11
*
Hide FunctionTemplateDecl's specializations folding set as implementation det...
Argyrios Kyrtzidis
2010-07-20
1
-1
/
+4
*
Whether the specialization should be added to template's folding set when rea...
Argyrios Kyrtzidis
2010-07-20
1
-10
/
+4
*
Added PCH/ASTImporter code for ObjCIvarDecl's field.
Fariborz Jahanian
2010-07-17
1
-0
/
+1
*
Reorganize how ClassTemplate[Partial]SpecializationDecls are read/written to ...
Argyrios Kyrtzidis
2010-07-09
1
-11
/
+18
*
Support TemplateTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-07-08
1
-1
/
+8
*
Read/write function template specializations for PCH, properly this time.
Argyrios Kyrtzidis
2010-07-06
1
-3
/
+6
*
Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ...
Argyrios Kyrtzidis
2010-07-06
1
-40
/
+55
*
Read/write instantiated-from-member of EnumDecl for PCH.
Argyrios Kyrtzidis
2010-07-06
1
-1
/
+1
*
Read/write the identifier namespace in PCH for decls that may modify it.
Argyrios Kyrtzidis
2010-07-05
1
-0
/
+5
*
Read/write some source location for PCH.
Argyrios Kyrtzidis
2010-07-05
1
-0
/
+4
*
Read/write more information of ASTContext for PCH. Overriden methods and inst...
Argyrios Kyrtzidis
2010-07-04
1
-0
/
+9
*
Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.
Argyrios Kyrtzidis
2010-07-04
1
-1
/
+6
*
Read/write specialization info of static data members for PCH.
Argyrios Kyrtzidis
2010-07-04
1
-0
/
+13
*
Lazily declare default constructors. We now delay the construction of
Douglas Gregor
2010-07-03
1
-0
/
+1
*
Lazily declare implicit copy constructors.
Douglas Gregor
2010-07-02
1
-0
/
+1
*
Read/write CastExpr's CXXBaseSpecifierArray for PCH.
Argyrios Kyrtzidis
2010-07-02
1
-12
/
+2
*
Lazily declare copy-assignment operators.
Douglas Gregor
2010-07-02
1
-0
/
+1
*
Lazily declare the implicitly-declared destructor in a C++ class.
Douglas Gregor
2010-07-02
1
-0
/
+1
*
Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.
Argyrios Kyrtzidis
2010-07-02
1
-9
/
+52
*
Fix reading FunctionDecls from PCH.
Argyrios Kyrtzidis
2010-07-02
1
-20
/
+21
*
Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem...
Argyrios Kyrtzidis
2010-07-02
1
-4
/
+14
*
Fully read/write CXXRecordDecl for PCH.
Argyrios Kyrtzidis
2010-07-02
1
-12
/
+38
*
Generally types expect an initialized TypeDecl; its safer and less complicate...
Argyrios Kyrtzidis
2010-07-02
1
-8
/
+1
*
Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.
Argyrios Kyrtzidis
2010-06-30
1
-4
/
+4
*
Support C++ friend declarations for PCH.
Argyrios Kyrtzidis
2010-06-29
1
-2
/
+15
*
Fix various bugs in recent commits for C++ PCH.
Argyrios Kyrtzidis
2010-06-28
1
-0
/
+2
*
Support NonTypeTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-06-25
1
-1
/
+11
*
Add forgotten breaks in case statements.
Argyrios Kyrtzidis
2010-06-25
1
-0
/
+2
*
Support C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis
2010-06-23
1
-18
/
+44
*
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-22
1
-0
/
+1
*
Support emitting/reading function templates to/from PCH.
Argyrios Kyrtzidis
2010-06-22
1
-4
/
+73
*
Support PCH emitting/reading of using declarations.
Argyrios Kyrtzidis
2010-06-20
1
-4
/
+4
*
Include a hack to allow loading of templated CXXRecordDecls and test template...
Argyrios Kyrtzidis
2010-06-19
1
-1
/
+11
*
Initial support for writing templates to PCH.
Argyrios Kyrtzidis
2010-06-19
1
-3
/
+65
*
Given Decl::isUsed() a flag indicating when to consider the "used"
Douglas Gregor
2010-06-17
1
-2
/
+2
[next]