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
/
SemaCXXCast.cpp
Age
Commit message (
Expand
)
Author
2010-02-11
Eliminate the ASTContext parameter from RecordDecl::getDefinition()
Douglas Gregor
2010-02-10
Improve access control diagnostics. Perform access control on member-pointer
John McCall
2010-02-03
Patch to allow reinterpret_cast on objective-c pointers.
Fariborz Jahanian
2010-02-03
Implement the lvalue-to-rvalue conversion where needed. The
Douglas Gregor
2010-01-15
Preserve type source information for C++ named casts through template
John McCall
2010-01-15
Preserve type source information in explicit cast expressions.
John McCall
2010-01-12
Introduce a specific representation for the ambiguous implicit conversion
John McCall
2009-12-29
Fix support for const_cast<>s of array types which actual change the
Chandler Carruth
2009-12-25
Remove some dead variables clang-analyzer found.
Benjamin Kramer
2009-12-22
Make sure that reinterpret_cast gets a CastKind on all successful
Douglas Gregor
2009-12-16
Fix semantic diagnostics that embed English works, from Nicola Gigante!
Douglas Gregor
2009-12-11
Patch to allow C-style cast from 'void *' to block pointer type.
Fariborz Jahanian
2009-12-09
Reimplement reference initialization (C++ [dcl.init.ref]) using the
Douglas Gregor
2009-12-08
More detailed analysis of typecast to an objective-c pointer
Fariborz Jahanian
2009-12-08
Patch to allow cstyle cast of objective-c pointers in objective-c++
Fariborz Jahanian
2009-11-18
CastsAwayConstness shouldn't care if member pointers point into different cla...
Sebastian Redl
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-11-16
Set the cast kind for a few more code paths.
Eli Friedman
2009-11-15
When performing a static downcast as part of a static_cast, make sure
Douglas Gregor
2009-11-14
- Have TryStaticImplicitCast set the cast kind to NoOp when binding a referen...
Sebastian Redl
2009-11-14
When type-checking a static cast (or the static_cast part of a C-style
Douglas Gregor
2009-11-12
Set CK_BaseToDerived in TryStaticDowncast.
Anders Carlsson
2009-11-06
If we have a C-style cast, functional cast, or a static_cast to a
Douglas Gregor
2009-11-05
Fixed two places where we needed to force completion of a type
Douglas Gregor
2009-10-30
Add a CK_DerivedToBaseMemberPointer cast kind and use it in Sema (Still no co...
Anders Carlsson
2009-10-22
Try to instantiate templates before doing hierarchy checks in static_cast. Fi...
Sebastian Redl
2009-10-19
Set the cast kind to CK_NoOp for C-style casts that are really const casts. F...
Anders Carlsson
2009-10-18
Use CK_BitCast for member function pointer casts. Fixes PR5138.
Anders Carlsson
2009-10-06
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-01
Patch to implement static casting which requires one
Fariborz Jahanian
2009-09-26
Cast cleanup.
Anders Carlsson
2009-09-24
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-23
Improve diagnostic location information when checking the initialization of a...
Douglas Gregor
2009-09-16
Improve handling of vector casts in C++.
Anders Carlsson
2009-09-15
Handle reinterpret_cast between integral types and pointer types.
Anders Carlsson
2009-09-09
If a cast expression needs either a conversion function or a constructor to b...
Anders Carlsson
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-07
Check that the destination type of a static_cast expression is a complete type.
Anders Carlsson
2009-09-01
Use the correct cast kinds for bit casts and function to pointer decay. Fixes...
Anders Carlsson
2009-08-28
Allow explicit ctors for casts.
Anders Carlsson
2009-08-28
Pass InOverloadResolution all the way down to IsPointerConversion.
Anders Carlsson
2009-08-28
ir-gen related patch for type conversion
Fariborz Jahanian
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-26
Bye-bye old RequireCompleteType.
Anders Carlsson
2009-08-26
ir-gen for type convesion of class objects. WIP.
Fariborz Jahanian
2009-08-26
update to CXXFunctionalCastExpr to support ir-gen for
Fariborz Jahanian
2009-08-19
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
Argyrios Kyrtzidis
2009-08-07
More CastKind work.
Anders Carlsson
2009-08-02
Use the correct cast kind for dynamic_cast.
Anders Carlsson
[next]