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
/
SemaCast.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Define weak and __weak to mean ARC-style weak references, even in MRC.
John McCall
2015-10-22
1
-2
/
+2
*
[Sema] Make `&function_with_enable_if_attrs` an error
George Burgess IV
2015-10-12
1
-0
/
+10
*
SourceRanges are small and trivially copyable, don't them by reference.
Craig Topper
2015-10-04
1
-14
/
+14
*
[MS ABI] Remove another call to RequireCompleteType
David Majnemer
2015-09-11
1
-4
/
+0
*
Fix the perentheses location when the constructor is called on a class that h...
Olivier Goffart
2015-09-04
1
-2
/
+5
*
[MSVC] Crash fix: assigning of overloaded member function pointer caused asse...
Alexey Bataev
2015-08-10
1
-0
/
+2
*
Fix the equal-vector-size rule for reinterpret_casts in C++
John McCall
2015-07-23
1
-13
/
+14
*
[Sema] If lvalue to rvalue reference cast is valid don't emit diagnostic.
Davide Italiano
2015-07-12
1
-2
/
+4
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-1
/
+1
*
[MSVC Compatibility] Don't diagnose c-style cast from void-ptr to fn-ptr
David Majnemer
2015-06-09
1
-1
/
+2
*
[MSVC Compatibility] Permit static_cast from void-ptr to function-ptr
David Majnemer
2015-06-02
1
-0
/
+8
*
Replace getPointeeType()->isFunctionType with isMemberDataPointerType
David Majnemer
2015-04-24
1
-2
/
+2
*
PR 17456
Nathan Sidwell
2015-01-28
1
-0
/
+35
*
Don't let virtual calls and dynamic casts call Sema::MarkVTableUsed().
Nico Weber
2015-01-26
1
-8
/
+0
*
Sema: Check value dependent casts when possible
David Majnemer
2014-12-16
1
-4
/
+2
*
[OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...
Anastasia Stulova
2014-11-26
1
-2
/
+2
*
Implement -Wcast-qual, fixing #13772.
Roman Divacky
2014-11-21
1
-4
/
+40
*
PR20227: materialize a temporary when dynamic_casting a class prvalue to a
Richard Smith
2014-07-08
1
-1
/
+9
*
Hide the concept of diagnostic levels from lex, parse and sema
Alp Toker
2014-06-15
1
-6
/
+3
*
Refactoring. Remove Owned method from Sema.
Nikola Smiljanic
2014-05-29
1
-2
/
+2
*
Refactoring. Remove release and take methods from ActionResult. Rename takeAs...
Nikola Smiljanic
2014-05-29
1
-20
/
+20
*
[C++11] Use 'nullptr'. Sema edition.
Craig Topper
2014-05-26
1
-5
/
+5
*
Objective-C ARC. Add support for toll-free bridge
Fariborz Jahanian
2014-05-10
1
-0
/
+5
*
AST: Mangle reference temporaries reliably
David Majnemer
2014-05-01
1
-2
/
+1
*
Objective-C. Improve diagnosis of bridging types.
Fariborz Jahanian
2014-04-29
1
-4
/
+0
*
Fix diagnostics for C-style cast to function type.
Logan Chien
2014-04-13
1
-4
/
+10
*
MS ABI: Tweak pointer-to-member mangling/inheritance model selection
David Majnemer
2014-02-06
1
-0
/
+4
*
Revert "Revert r199416, "MS ABI: Improve selection of an inheritance model""
David Majnemer
2014-01-17
1
-0
/
+8
*
Revert r199416, "MS ABI: Improve selection of an inheritance model"
NAKAMURA Takumi
2014-01-17
1
-8
/
+0
*
MS ABI: Improve selection of an inheritance model
David Majnemer
2014-01-16
1
-0
/
+8
*
Sema: Fix crash during member pointer conversion involving incomplete classes
David Majnemer
2014-01-16
1
-1
/
+2
*
[OpenCL] Disallow casts between address spaces.
Joey Gouly
2014-01-14
1
-0
/
+15
*
ObjectiveC. Allow toll free bridge cast warnings outside
Fariborz Jahanian
2013-11-21
1
-0
/
+5
*
Allow dynamic_cast to void* even with -fno-rtti.
Eli Friedman
2013-09-24
1
-2
/
+4
*
Fix crash with cast of value-dependent expr.
Eli Friedman
2013-09-19
1
-2
/
+5
*
Fix missing source location in CXXTemporaryObjectExpr nodes.
Enea Zaffanella
2013-09-07
1
-1
/
+1
*
Properly track l-paren of a CXXFucntionalCastExpr.
Eli Friedman
2013-08-15
1
-2
/
+2
*
Check dynamic_cast is not used with -fno-rtti, unless it is a noop or can be ...
Arnaud A. de Grandmaison
2013-08-01
1
-0
/
+7
*
Don't build expressions for invalid casts.
Eli Friedman
2013-07-26
1
-8
/
+21
*
Use SmallVectorImpl::reverse_iterator instead of SmallVector to avoid specify...
Craig Topper
2013-07-08
1
-2
/
+2
*
Don't use unnamed local enums as template arguments.
Joerg Sonnenberger
2013-06-26
1
-2
/
+2
*
Remove dead code.
Eli Friedman
2013-06-20
1
-5
/
+0
*
Silence 'set but not used' warning when building in release mode using gcc.
Andy Gibbs
2013-06-19
1
-0
/
+1
*
Fix handling of const_cast from prvalue to rvalue reference: such a cast is
Richard Smith
2013-06-14
1
-11
/
+46
*
Disallow reinterpret_cast from pointer to bool on Windows
Hans Wennborg
2013-06-06
1
-2
/
+4
*
Split off casts to void* for -Wint-to-pointer-cast to subgroup -Wint-to-void-...
Ted Kremenek
2013-05-29
1
-2
/
+12
*
Grab-bag of bit-field fixes:
John McCall
2013-05-06
1
-1
/
+11
*
ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...
Dmitri Gribenko
2013-05-03
1
-2
/
+2
*
Provide a fixit to static_cast for reinterpret_casts within a class hierarchy.
Jordan Rose
2013-03-28
1
-6
/
+7
[next]