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
/
AST
/
DeclCXX.cpp
Age
Commit message (
Expand
)
Author
2009-08-02
Compute end_overridden_methods in a way that keeps ENABLE_EXPENSIVE_CHECKS
Daniel Dunbar
2009-08-01
Avoid accessing invalid std::vector element; this makes clang
Daniel Dunbar
2009-07-31
Add code to setup the vtable pointer in the constructor. Work in progress.
Mike Stump
2009-07-29
Make tag declarations redeclarable. This change has three purposes:
Douglas Gregor
2009-07-29
Change uses of:
Ted Kremenek
2009-07-25
Some code refactoring per Daniel's feedback.
Fariborz Jahanian
2009-07-24
More work toward initialization of objects
Fariborz Jahanian
2009-07-23
This patch fixes the implementations of the __has_trivial_destructor
Douglas Gregor
2009-07-23
Diagnose when base classes and members to be intialized
Fariborz Jahanian
2009-07-23
Add constructor used to initialize base/member in
Fariborz Jahanian
2009-07-22
Fix some memory allocation/deallocation issues
Douglas Gregor
2009-07-22
Improved on performance of the algorithm for proper ordering of
Fariborz Jahanian
2009-07-22
"This patch implements the restrictions on union members detailed in
Douglas Gregor
2009-07-22
Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes
Fariborz Jahanian
2009-07-22
Minor mod. per Doug's comment.
Fariborz Jahanian
2009-07-21
Patch to accomodate Doug's comment on default
Fariborz Jahanian
2009-07-21
Add the location of the tag keyword into TagDecl. From Enea
Douglas Gregor
2009-07-17
Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methods
Ted Kremenek
2009-07-17
Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...
Ted Kremenek
2009-07-15
Added ASTs to destructor decl AST for default destruction of object's
Fariborz Jahanian
2009-07-14
Fixed a bug in building ctor-initializer AST.
Fariborz Jahanian
2009-07-14
Support data members of array type in default
Fariborz Jahanian
2009-07-14
Moved a FIXME to where it was meant to be.
Fariborz Jahanian
2009-07-14
Patch to build AST for ctor's initializer list according to
Fariborz Jahanian
2009-07-11
Fix breakage on Windows, cannot redeclare loop variable i in the immediate sc...
Alisdair Meredith
2009-07-10
Fix type of 'this' and add a decltype test.
Anders Carlsson
2009-07-10
Patch to build list of inherited virtual base classes
Fariborz Jahanian
2009-07-08
Fix a corner case with argument-dependent lookup and overloaded function sets.
Douglas Gregor
2009-07-07
A few change per Doug's feedback.
Fariborz Jahanian
2009-07-02
Patch to allocate list of bases in CXXRecordDecl
Fariborz Jahanian
2009-07-01
Use Destroy for member initializer list clean up.
Fariborz Jahanian
2009-07-01
Updated CXXConstructorDecl AST node for ctor-initilaizer list.
Fariborz Jahanian
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
A more detailed diagnosis of ill-formed ctor-initializer
Fariborz Jahanian
2009-06-27
Improve support for overloaded operator templates.
Douglas Gregor
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-22
patch to mark use of implicit copy constructors.
Fariborz Jahanian
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
2009-06-19
Patch for implementation of C++'s object model. This is
Fariborz Jahanian
2009-06-17
Removed deadcode related to addition of constructor
Fariborz Jahanian
2009-06-13
If a CXXRecordDecl is a class template, the 'this' type should be the injecte...
Anders Carlsson
2009-06-06
Make ParmVarDecl::getDefaultArg() more robust, it now asserts that the argume...
Anders Carlsson
2009-05-30
Get rid of CXXTempVarDecl.
Anders Carlsson
2009-05-30
Pretty printing and improved representation for namespace alias declarations
Douglas Gregor
2009-05-30
Printing for using directives, e.g.,
Douglas Gregor
2009-05-29
Add code for emitting C++ destructors. Not used yet.
Anders Carlsson
2009-05-16
Add setters/getters to CXXMethodDecl so it can keep track of which virtual me...
Anders Carlsson
2009-05-15
Make sure that the type associated with a class template is dependent.
Douglas Gregor
2009-04-25
Silence gcc warnings.
Eli Friedman
2009-04-24
Fix assert.
Anders Carlsson
[next]