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
*
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
*
Teach the ARC compiler to not require __bridge casts when
John McCall
2011-10-17
1
-44
/
+50
*
Add a helper function for determining whether an expression
John McCall
2011-10-17
1
-1
/
+1
*
Catch placeholder types in DefaultLvalueConversion
John McCall
2011-10-11
1
-20
/
+24
*
Rename SemaCXXCast.cpp to SemaCast.cpp.
John McCall
2011-10-11
1
-0
/
+2065