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
*
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
*
Make the -Wreinterpret-base-class logic safe against invalid
John McCall
2013-03-27
1
-6
/
+15
*
Warn about attempts to reinterpret_cast between two types that are
John McCall
2013-03-22
1
-2
/
+87
*
objective-C arg: provide fixit support when
Fariborz Jahanian
2013-02-22
1
-4
/
+8
*
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-12
1
-6
/
+0
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-0
/
+15
*
s/CPlusPlus0x/CPlusPlus11/g
Richard Smith
2013-01-02
1
-2
/
+2
*
objc: DOn't complain if a (SEL) expression is typecast
Fariborz Jahanian
2012-12-13
1
-0
/
+2
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Implement GCC's -Wint-to-pointer-cast.
David Blaikie
2012-10-16
1
-0
/
+20
*
Now that ASTMultiPtr is nothing more than a array reference, make it a Mutabl...
Benjamin Kramer
2012-08-23
1
-2
/
+1
*
Rip out remnants of move semantic emulation and smart pointers in Sema.
Benjamin Kramer
2012-08-23
1
-3
/
+3
*
c: implement gcc's -Wbad-function-cast which warns
Fariborz Jahanian
2012-08-17
1
-1
/
+38
*
objective-C: deprecate casts of ObjC's SEL
Fariborz Jahanian
2012-08-16
1
-1
/
+19
*
Add correct parenthesis range to CXXConstructExprs inside
Daniel Jasper
2012-07-16
1
-0
/
+3
*
Fix Sema and IRGen for atomic compound assignment so it has the right semanti...
Eli Friedman
2012-06-16
1
-5
/
+1
*
Detecting illegal instantiations of abstract types when using a function-styl...
Aaron Ballman
2012-05-07
1
-1
/
+3
*
Move Sema::RequireCompleteType() and Sema::RequireCompleteExprType()
Douglas Gregor
2012-05-04
1
-6
/
+6
*
PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference
Richard Smith
2012-04-29
1
-4
/
+3
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-12
/
+12
*
Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,
Ted Kremenek
2012-03-06
1
-0
/
+2
*
ArrayRef'ize various functions in the AST/Parser/Sema.
Ahmed Charles
2012-02-25
1
-1
/
+1
*
Split reinterpret_casts of member pointers out from CK_BitCast; this
John McCall
2012-02-15
1
-1
/
+2
*
Don't route explicit construction via list-initialization through the functio...
Sebastian Redl
2012-02-13
1
-13
/
+15
*
Proper initializer list support for new expressions and type construct expres...
Sebastian Redl
2012-02-12
1
-23
/
+26
*
Change the way we store initialization kinds so that all direct inits can dis...
Sebastian Redl
2012-02-12
1
-5
/
+10
*
C++ 5.2.10p2 has a note that mentions that, subject to all other restrictions,
Chad Rosier
2012-02-03
1
-12
/
+21
*
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
1
-3
/
+0
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-0
/
+5
*
Fix some edge cases with C++ casts and placeholder expressions.
Eli Friedman
2012-01-12
1
-12
/
+15
*
Revert r145244. It causes us to create broken ASTs with missing type information
Richard Smith
2011-11-29
1
-67
/
+11
*
Removed useless ImplicitCast nodes in explicit cstyle and static casts
Nicola Gigante
2011-11-28
1
-11
/
+67
*
Fixed a cut&paste error introduced in r141336.
Abramo Bagnara
2011-11-15
1
-1
/
+1
*
Add missing lvalue-to-rvalue conversion.
Eli Friedman
2011-10-31
1
-0
/
+6
*
-Wc++98-compat and -Wc++98-compat-pedantic warnings for Sema, part 1.
Richard Smith
2011-10-18
1
-4
/
+8
[next]