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
...
*
[Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere...
Eric Fiselier
2016-11-03
1
-14
/
+17
*
Remove unnecessary distinction between Ref_Compatible and
Richard Smith
2016-10-21
1
-1
/
+1
*
This patch implements PR#22821.
Roger Ferrer Ibanez
2016-08-12
1
-0
/
+3
*
Reverting 275417
Roger Ferrer Ibanez
2016-07-14
1
-3
/
+0
*
Diagnose taking address and reference binding of packed members
Roger Ferrer Ibanez
2016-07-14
1
-0
/
+3
*
Use ranges to concisely express iteration
David Majnemer
2016-06-23
1
-7
/
+4
*
Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...
Tim Shen
2016-06-21
1
-4
/
+4
*
Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...
Tim Shen
2016-06-09
1
-4
/
+4
*
[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.
Tim Shen
2016-06-09
1
-4
/
+4
*
[Sema] Teach CheckPlaceholderExpr about unaddressable functions.
George Burgess IV
2016-06-08
1
-17
/
+5
*
[OpenCL] Allow explicit cast of 0 to event_t.
Yaxun Liu
2016-05-20
1
-0
/
+16
*
Relax -Wcalling-convention-cast when casting to the default convention (cdecl)
Reid Kleckner
2016-05-11
1
-1
/
+9
*
Add -Wcast-calling-convention to warn when casting away calling conventions
Reid Kleckner
2016-05-10
1
-1
/
+88
*
Revert "[MSVC] PR27337: allow static_cast from private base to derived for WTL"
Dmitry Polukhin
2016-04-28
1
-5
/
+4
*
[MSVC] PR27337: allow static_cast from private base to derived for WTL
Dmitry Polukhin
2016-04-26
1
-4
/
+5
*
[MS ABI] Assign an inheritance model for the dest of a member pointer upcast
David Majnemer
2016-03-22
1
-1
/
+3
*
[Sema] Allow casting of some overloaded functions
George Burgess IV
2016-03-19
1
-13
/
+45
*
[Bugfix] Fix ICE on constexpr vector splat.
George Burgess IV
2016-01-13
1
-0
/
+2
*
Split RequireCompleteType into a function that actually requires that the type
Richard Smith
2015-12-18
1
-5
/
+8
*
Wire a SourceLocation into IsDerivedFrom and move the RequireCompleteType call
Richard Smith
2015-12-18
1
-8
/
+9
*
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
[prev]
[next]