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
Age
Commit message (
Expand
)
Author
2009-08-28
More work on using declarations.
Anders Carlsson
2009-08-28
Many improvements to using declarations.
Anders Carlsson
2009-08-27
When looking for overloaded member operators, make sure to instantiate
Douglas Gregor
2009-08-27
Fix for PR4794 (instantiating friend class decl); this version shouldn't
Eli Friedman
2009-08-27
Back out bad piece of r80272. Will look at fixing this a different way.
Eli Friedman
2009-08-27
PR4794: Make instantiating friend class decls not crash.
Eli Friedman
2009-08-27
Add an InOverloadResolution flag to TryCopyInitialization.
Anders Carlsson
2009-08-27
Remove more default arguments.
Anders Carlsson
2009-08-27
Remove default arguments from TryImplicitConversion and fix a bug found in th...
Anders Carlsson
2009-08-27
Remove default argument from TryCopyInitialization.
Anders Carlsson
2009-08-27
Revert the flags change for now, I have a better idea for this.
Anders Carlsson
2009-08-27
Implement instantiation of the declarations of member function
Douglas Gregor
2009-08-27
Add a OverloadResolutionFlags and start converting some of the overload metho...
Anders Carlsson
2009-08-27
Don't check member and base initializers if the constructor is dependent.
Anders Carlsson
2009-08-27
Use early returns to avoid indentation.
Anders Carlsson
2009-08-27
Stub out an error so we don't crash.
Eli Friedman
2009-08-27
Add a BuildCXXTemporaryObjectExpr and use it so default arguments will be ins...
Anders Carlsson
2009-08-27
In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstrac...
Anders Carlsson
2009-08-27
New RequireNonAbstractType function.
Anders Carlsson
2009-08-26
Bye-bye old RequireCompleteType.
Anders Carlsson
2009-08-26
ir-gen for type convesion of class objects. WIP.
Fariborz Jahanian
2009-08-26
Make sure to bump the reference count of the last element in the ParenListExp...
Douglas Gregor
2009-08-26
Remove another unused argument.
Anders Carlsson
2009-08-26
Remove the PrintType argument from RequireCompleteType.
Anders Carlsson
2009-08-26
When a member reference expression includes a qualifier on the member
Douglas Gregor
2009-08-26
Add a RequireCompleteType variant that takes a PartialDiagnostic. The old Req...
Anders Carlsson
2009-08-26
Regularize the case and sort.
Mike Stump
2009-08-26
Implement support for C++ direct initializers that involve dependent
Douglas Gregor
2009-08-26
AST for conversion by conversion functions. WIP.
Fariborz Jahanian
2009-08-26
More support for pseudo dtors.
Anders Carlsson
2009-08-26
update to CXXFunctionalCastExpr to support ir-gen for
Fariborz Jahanian
2009-08-26
Make sure to compare primary declaration contexts when determining whether a ...
Douglas Gregor
2009-08-26
When we know that we are parsing a class-name, implicitly construct a
Douglas Gregor
2009-08-26
Add Sema::BuildMemberReferenceExpr and have Sema::ActOnMemberReferenceExpr ca...
Anders Carlsson
2009-08-26
Address some of Doug's comments.
Anders Carlsson
2009-08-26
Fix for overloaded binary operators whose operands need implicit
Douglas Gregor
2009-08-26
Source location information for ? and : in a ConditionalOperator, from Enea Z...
Douglas Gregor
2009-08-26
Improve diagnostics and recovery when the nested-name-specifier of a
Douglas Gregor
2009-08-25
Parsing of pseudo-destructors.
Anders Carlsson
2009-08-25
Improve support for out-of-line definitions of nested templates and
Douglas Gregor
2009-08-25
Clarify the difference between substitution and instantiation by renaming
John McCall
2009-08-25
Modify an assert to capture the restriction on friend declarations more
John McCall
2009-08-25
Implement out-of-line definitions of nested class templates. Most of
Douglas Gregor
2009-08-25
Handle the implicit 'this' parameter for format attributes.
Anders Carlsson
2009-08-25
If a parameter has a default argument expression, make sure to instantiate th...
Anders Carlsson
2009-08-25
Improved support for default arguments in constructors for class templates.
Anders Carlsson
2009-08-25
InitializeVarWithConstructor now returns true on failure.
Anders Carlsson
2009-08-25
BuildCXXConstructExpr now returns an OwningExprResult.
Anders Carlsson
2009-08-25
Factor building of CXXDefaultArgExpr expressions out into a separate function.
Anders Carlsson
2009-08-25
Basic support for default argument expressions for function templates.
Anders Carlsson
[prev]
[next]