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-11-18
Incremental progress on using declarations. Split UnresolvedUsingDecl into
John McCall
2009-11-17
Instead of hanging a using declaration's target decls directly off the using
John McCall
2009-11-17
Unify the way destructor epilogues are generated for synthesized and regular ...
Anders Carlsson
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-14
If we attempt to add a constructor template specialization that looks
Douglas Gregor
2009-11-13
Revert r88718, which does NOT solve the constructor-template-as-copy-construc...
Douglas Gregor
2009-11-13
A constructor template cannot be instantiated to a copy
Douglas Gregor
2009-11-07
Make sure isCopyAssignment is only true for actual copy assignment operators,
Eli Friedman
2009-10-30
When looking for a copy-assignment operator to determine the cv-qualifiers on...
Douglas Gregor
2009-10-25
Audit the code for places where it is assumed that every base specifier refer...
Sebastian Redl
2009-10-13
Member function templates (and instantiations/specializations thereof)
Douglas Gregor
2009-10-12
Diagnose the declaration of explicit specializations after an implicit
Douglas Gregor
2009-10-12
Use CanQualType (instead of QualType) to store collection of visible
Fariborz Jahanian
2009-10-08
Refactoring to further simplify collection of visible conversion
Fariborz Jahanian
2009-10-08
Improve checking for specializations of member classes of class
Douglas Gregor
2009-10-07
Fixes problem in finding visible convertion functions of a class
Fariborz Jahanian
2009-09-29
Handle C++ delete expressions when the overloaded delete operator is a
Douglas Gregor
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-21
Change all the Type::getAsFoo() methods to specializations of Type::getAs().
John McCall
2009-09-15
In building list of visible conversion functions, use
Fariborz Jahanian
2009-09-15
1) don't do overload resolution in selecting conversion
Fariborz Jahanian
2009-09-15
Make sure we're comparing the canonical types when we determine
Douglas Gregor
2009-09-12
More improvement in building list of visible conversion
Fariborz Jahanian
2009-09-12
Removed Context argument from couple of methods which don't
Fariborz Jahanian
2009-09-12
More work toward having an access method for visible
Fariborz Jahanian
2009-09-11
No need to build the visible conversionfunction list for root class.
Fariborz Jahanian
2009-09-11
Patch to build visible conversion function list lazily and make its
Fariborz Jahanian
2009-09-11
Tweak the semantics of FunctionDecl::isOutOfLine to consider an
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-04
When searching for a default constructor or copy constructor, skip constructo...
Douglas Gregor
2009-09-03
Patch to instantiate destructors used to destruct
Fariborz Jahanian
2009-09-03
Issue diagnostics in variety of situations involving
Fariborz Jahanian
2009-09-01
After a conversation with Doug. I added a fix me to
Fariborz Jahanian
2009-09-01
In CXXBaseOrMemberInitializer, don't confuse CtorTocall with
Douglas Gregor
2009-09-01
Fix a crasher involving template instantiation of non-dependent
Douglas Gregor
2009-08-31
Fix a -Asserts warning.
Daniel Dunbar
2009-08-29
Make instantiating initializers for classes with a dependent base type
Eli Friedman
2009-08-29
Store the SourceLocation of right parentheses in member initializers. Patch b...
Anders Carlsson
2009-08-28
Fix this for real.
Anders Carlsson
2009-08-28
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
John McCall
2009-08-28
Check in UnresolvedUsingDecl.
Anders Carlsson
2009-08-25
Skip over bases/fields with dependent types.
Fariborz Jahanian
2009-08-25
BuildCXXConstructExpr now returns an OwningExprResult.
Anders Carlsson
2009-08-24
Fixes pr4763.
Fariborz Jahanian
2009-08-21
Implement conversion function templates, along with the ability to use
Douglas Gregor
2009-08-21
Introduce support for constructor templates, which can now be declared
Douglas Gregor
2009-08-21
We now support overriding base functions in vtables. WIP.
Mike Stump
2009-08-19
Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...
Argyrios Kyrtzidis
2009-08-15
Fix test failure due to uninitialized member.
Eli Friedman
2009-08-12
More toward synthesizing copy assignments. SWIP.
Fariborz Jahanian
[next]