index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Frontend
/
PCHWriterDecl.cpp
Age
Commit message (
Expand
)
Author
2010-07-08
Support TemplateTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-07-06
Read/write function template specializations for PCH, properly this time.
Argyrios Kyrtzidis
2010-07-06
Allow a CXXRecordDecl to get a DefinitionData pointer even when its owner is ...
Argyrios Kyrtzidis
2010-07-06
Read/write instantiated-from-member of EnumDecl for PCH.
Argyrios Kyrtzidis
2010-07-05
Read/write the identifier namespace in PCH for decls that may modify it.
Argyrios Kyrtzidis
2010-07-05
Read/write some source location for PCH.
Argyrios Kyrtzidis
2010-07-04
Read/write more information of ASTContext for PCH. Overriden methods and inst...
Argyrios Kyrtzidis
2010-07-04
Write/read ParmVarDecl's UninstantiatedDefaultArg for PCH.
Argyrios Kyrtzidis
2010-07-04
Read/write specialization info of static data members for PCH.
Argyrios Kyrtzidis
2010-07-03
Lazily declare default constructors. We now delay the construction of
Douglas Gregor
2010-07-02
Lazily declare implicit copy constructors.
Douglas Gregor
2010-07-02
Read/write CastExpr's CXXBaseSpecifierArray for PCH.
Argyrios Kyrtzidis
2010-07-02
Lazily declare copy-assignment operators.
Douglas Gregor
2010-07-02
Lazily declare the implicitly-declared destructor in a C++ class.
Douglas Gregor
2010-07-02
Handle CXXConstructorDecl, CXXDestructorDecl, and CXXConversionDecl for PCH.
Argyrios Kyrtzidis
2010-07-02
Fix reading FunctionDecls from PCH.
Argyrios Kyrtzidis
2010-07-02
Fix reading ClassTemplateDecl's ClassTemplateSpecializationDecls and ClassTem...
Argyrios Kyrtzidis
2010-07-02
Fully read/write CXXRecordDecl for PCH.
Argyrios Kyrtzidis
2010-07-02
Generally types expect an initialized TypeDecl; its safer and less complicate...
Argyrios Kyrtzidis
2010-06-30
Fix PCH support for UnresolvedUsingTypenameDecl and UnresolvedUsingValueDecl.
Argyrios Kyrtzidis
2010-06-29
Support C++ friend declarations for PCH.
Argyrios Kyrtzidis
2010-06-28
Fix various bugs in recent commits for C++ PCH.
Argyrios Kyrtzidis
2010-06-25
Support NonTypeTemplateParmDecl for PCH.
Argyrios Kyrtzidis
2010-06-25
Add forgotten breaks in case statements.
Argyrios Kyrtzidis
2010-06-23
Support C++ class template specializations and partial specializations for PCH.
Argyrios Kyrtzidis
2010-06-22
Patch to provide separate ASTs for multiple ObjC class extension
Fariborz Jahanian
2010-06-22
Support emitting/reading function templates to/from PCH.
Argyrios Kyrtzidis
2010-06-20
Support PCH emitting/reading of using declarations.
Argyrios Kyrtzidis
2010-06-19
Include a hack to allow loading of templated CXXRecordDecls and test template...
Argyrios Kyrtzidis
2010-06-19
Initial support for writing templates to PCH.
Argyrios Kyrtzidis
2010-06-17
Given Decl::isUsed() a flag indicating when to consider the "used"
Douglas Gregor
2010-06-05
Added AccessSpecDecl node.
Abramo Bagnara
2010-06-04
Remember type source information for Objective C property declarations.
John McCall
2010-06-04
Restructure how we interpret block-literal declarators. Correctly handle
John McCall
2010-06-03
Hack in some really terrible C++ record PCH support that I need right now.
John McCall
2010-05-30
Convert DeclNodes to use TableGen.
Sean Hunt
2010-05-28
Roll back r104941.
John McCall
2010-05-28
Add a new attribute on records, __attribute__((adl_invisible)), and define
John McCall
2010-05-15
Implement semantic analysis and an AST representation for the named
Douglas Gregor
2010-05-09
pch'ify default argument definitions and uses.
Chris Lattner
2010-05-07
add PCH support for a bunch of C++ Decls, patch by
Chris Lattner
2010-05-06
Remember the number of positive and negative bits used by the enumerators of
John McCall
2010-05-05
This patch deals with Sema Part of Setter/Getter synthesis
Fariborz Jahanian
2010-05-03
Diagnose unused exception parameters under a different warning group
Douglas Gregor
2010-04-28
More of Sema to implement initialization of
Fariborz Jahanian
2010-04-19
Keep track of the actual storage specifier written on a variable or
Douglas Gregor
2010-04-08
Implement method type encoding in the presense
Fariborz Jahanian
2010-04-07
rename llvm::llvm_report_error -> llvm::report_fatal_error
Chris Lattner
2010-03-15
Remember declaration scope qualifiers in the AST. Imposes no memory overhead
John McCall
2010-03-12
Remember whether a ParmVarDecl was spelled with a default argument or
John McCall
[next]