index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Sema
/
SemaCXXCast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor the code that walks a C++ inheritance hierarchy, searching
Douglas Gregor
2009-10-06
1
-6
/
+7
*
Patch to implement static casting which requires one
Fariborz Jahanian
2009-10-01
1
-1
/
+2
*
Cast cleanup.
Anders Carlsson
2009-09-26
1
-29
/
+31
*
Refactor the representation of qualifiers to bring ExtQualType out of the
John McCall
2009-09-24
1
-9
/
+10
*
Improve diagnostic location information when checking the initialization of a...
Douglas Gregor
2009-09-23
1
-0
/
+1
*
Improve handling of vector casts in C++.
Anders Carlsson
2009-09-16
1
-0
/
+26
*
Handle reinterpret_cast between integral types and pointer types.
Anders Carlsson
2009-09-15
1
-7
/
+12
*
If a cast expression needs either a conversion function or a constructor to b...
Anders Carlsson
2009-09-09
1
-8
/
+32
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-40
/
+27
*
Check that the destination type of a static_cast expression is a complete type.
Anders Carlsson
2009-09-07
1
-0
/
+8
*
Use the correct cast kinds for bit casts and function to pointer decay. Fixes...
Anders Carlsson
2009-09-01
1
-10
/
+17
*
Allow explicit ctors for casts.
Anders Carlsson
2009-08-28
1
-1
/
+1
*
Pass InOverloadResolution all the way down to IsPointerConversion.
Anders Carlsson
2009-08-28
1
-1
/
+2
*
ir-gen related patch for type conversion
Fariborz Jahanian
2009-08-28
1
-14
/
+3
*
Remove more default arguments.
Anders Carlsson
2009-08-27
1
-1
/
+5
*
Remove default arguments from TryImplicitConversion and fix a bug found in th...
Anders Carlsson
2009-08-27
1
-2
/
+6
*
Bye-bye old RequireCompleteType.
Anders Carlsson
2009-08-26
1
-4
/
+5
*
ir-gen for type convesion of class objects. WIP.
Fariborz Jahanian
2009-08-26
1
-0
/
+4
*
update to CXXFunctionalCastExpr to support ir-gen for
Fariborz Jahanian
2009-08-26
1
-11
/
+20
*
Use Sema's LocInfoType to pass and preserve type source info through the Parser.
Argyrios Kyrtzidis
2009-08-19
1
-1
/
+2
*
More CastKind work.
Anders Carlsson
2009-08-07
1
-12
/
+14
*
Use the correct cast kind for dynamic_cast.
Anders Carlsson
2009-08-02
1
-8
/
+11
*
Add a CastKind enum to CastExpr. Right now it's not used for much but it will...
Anders Carlsson
2009-07-31
1
-2
/
+4
*
Change uses of:
Ted Kremenek
2009-07-29
1
-17
/
+17
*
Make functional-style casts emit correct messages, and fix a crash-on-invalid.
Sebastian Redl
2009-07-29
1
-3
/
+3
*
Implement C++ semantics for C-style and functional-style casts. This regresse...
Sebastian Redl
2009-07-25
1
-507
/
+620
*
Rename file in preparation of properly implementing C-style casts in C++.
Sebastian Redl
2009-07-18
1
-0
/
+932