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
/
Sema
/
SemaDeclCXX.cpp
Age
Commit message (
Expand
)
Author
2009-07-31
Add CK_DerivedToBase and use it PerformObjectMemberConversion.
Anders Carlsson
2009-07-29
Change uses of:
Ted Kremenek
2009-07-29
Refactor base/member initializers, and construct them correctly in cases
Eli Friedman
2009-07-24
More Sema check for constructor's member initializer along
Fariborz Jahanian
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
"This patch implements the restrictions on union members detailed in
Douglas Gregor
2009-07-22
Allocate BaseOrMemberInitializers and CXXBaseSpecifier nodes
Fariborz Jahanian
2009-07-21
Patch to accomodate Doug's comment on default
Fariborz Jahanian
2009-07-21
Misc fixes for -Wreorder:
Eli Friedman
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-17
Replace Type::getAsReferenceType() with Type::getAs<ReferenceType>().
Ted Kremenek
2009-07-16
Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.
Ted Kremenek
2009-07-15
Added ASTs to destructor decl AST for default destruction of object's
Fariborz Jahanian
2009-07-14
Patch to build AST for ctor's initializer list according to
Fariborz Jahanian
2009-07-10
Patch to build list of inherited virtual base classes
Fariborz Jahanian
2009-07-09
Sema check on out of order object initialization of
Fariborz Jahanian
2009-07-09
Use getDeclName in DefineImplicitOverloadedAssign as well.
Anders Carlsson
2009-07-09
Pass the DeclName to the diagnostic builder so that member names will be quot...
Anders Carlsson
2009-07-07
Implement checking of exception spec compatibility for overriding virtual fun...
Sebastian Redl
2009-07-04
Catch function redeclarations with incompatible exception specifications.
Sebastian Redl
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
Patch to implement template types in ctor-initializer list.
Fariborz Jahanian
2009-06-30
Patch to support optional nested-name-specifier in in ctor-initializer
Fariborz Jahanian
2009-06-30
Diagnose multiple initialization of anonymous union
Fariborz Jahanian
2009-06-30
More diagnostics related to initialization of direct bases
Fariborz Jahanian
2009-06-30
Compute ending of iterator in for-loop once.
Fariborz Jahanian
2009-06-30
De-ASTContext-ify DeclContext.
Argyrios Kyrtzidis
2009-06-30
Take care of Chris's comments.
Fariborz Jahanian
2009-06-30
A more detailed diagnosis of ill-formed ctor-initializer
Fariborz Jahanian
2009-06-29
Diagnose multiple initialzation of data-member/base
Fariborz Jahanian
2009-06-27
Renamed MarcDestructorReferenced -> MarkDestructorReferenced
Fariborz Jahanian
2009-06-27
Fix a bogus error overloading an operator where the only class
Eli Friedman
2009-06-27
Make it possible for using decls to point to operators. Fixes PR4441.
Anders Carlsson
2009-06-26
Patch to mark destructors when they are used.
Fariborz Jahanian
2009-06-26
Minor change per Doug's comments.
Fariborz Jahanian
2009-06-25
Improved semantic analysis and AST respresentation for function
Douglas Gregor
2009-06-25
Patch to diagnose and Mark use of implicit default assignment operator.
Fariborz Jahanian
2009-06-25
Explicit braces to avoid ambiguous ‘else’.
Duncan Sands
2009-06-23
Some changes to accomodate Doug's comment for
Fariborz Jahanian
2009-06-22
patch to mark use of implicit copy constructors.
Fariborz Jahanian
2009-06-22
Robustify a bunch of C++-related declaration actions.
Douglas Gregor
2009-06-22
Implement implicit instantiation of the member functions of a class template
Douglas Gregor
2009-06-22
Changes made per Doug's comments.
Fariborz Jahanian
2009-06-22
Remove ImplicitMustBeDefined, use universal 'Used' flag
Fariborz Jahanian
2009-06-20
Made improvements in c++'s object model patch on Doug's review.
Fariborz Jahanian
2009-06-20
Parsing and AST support for using declarations, from John Thompson!
Douglas Gregor
[next]