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
/
SemaExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Diagnostics] Implement -Wsizeof-pointer-div
David Bolvansky
2018-11-01
1
-2
/
+30
*
Allow clk_event_t comparisons
Sven van Haastregt
2018-11-01
1
-0
/
+4
*
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
Erik Pilkington
2018-10-30
1
-4
/
+4
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2018-10-30
1
-2
/
+5
*
[AST] Refactor PredefinedExpr
Bruno Ricci
2018-10-27
1
-13
/
+13
*
PR26547: alignof should return ABI alignment, not preferred alignment
Richard Smith
2018-10-26
1
-8
/
+11
*
[Sema] Fix -Wcomma for C89
Richard Trieu
2018-10-25
1
-1
/
+4
*
[Sema] Fix -Wcomma in dependent context
Richard Trieu
2018-10-24
1
-0
/
+6
*
[Fixed Point Arithmetic] Fixed Point to Boolean Cast
Leonard Chan
2018-10-23
1
-10
/
+1
*
[Diagnostics] Check for integer overflow in array size expressions
David Bolvansky
2018-10-18
1
-1
/
+1
*
[Fixed Point Arithmetic] FixedPointCast
Leonard Chan
2018-10-15
1
-0
/
+52
*
Emit CK_NoOp casts in C mode, not just C++.
James Y Knight
2018-10-05
1
-1
/
+8
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-7
/
+11
*
Revert r343518.
Akira Hatanaka
2018-10-01
1
-3
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-10-01
1
-0
/
+3
*
[cxx2a] P0624R2: Lambdas with no capture-default are
Richard Smith
2018-09-27
1
-0
/
+11
*
[OpenCL] Allow zero assignment and comparisons between queue_t type variables
Sven van Haastregt
2018-09-25
1
-0
/
+11
*
[OpenCL] Allow blocks to capture arrays in OpenCL
Andrew Savonichev
2018-09-17
1
-2
/
+4
*
[Sema][ObjC] Infer availability of +new from availability of -init.
Erik Pilkington
2018-09-10
1
-2
/
+3
*
Revert r341754.
Akira Hatanaka
2018-09-09
1
-3
/
+0
*
Distinguish `__block` variables that are captured by escaping blocks
Akira Hatanaka
2018-09-08
1
-0
/
+3
*
Forbid address spaces on compound literals in local scope.
John McCall
2018-09-05
1
-6
/
+14
*
[Sema][NFC] Trivial cleanup in ActOnCallExpr
Jan Korous
2018-08-30
1
-7
/
+1
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-20
1
-4
/
+4
*
[ObjC] Error out when using forward-declared protocol in a @protocol
Alex Lorenz
2018-08-17
1
-10
/
+0
*
Revert r339623 "Model type attributes as regular Attrs."
Reid Kleckner
2018-08-14
1
-4
/
+4
*
Model type attributes as regular Attrs.
Richard Smith
2018-08-13
1
-4
/
+4
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-27
/
+26
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-156
/
+152
*
[Sema] Fix for crash on conditional operation with address_space pointer
Leonard Chan
2018-08-07
1
-24
/
+20
*
[Fixed Point Arithmetic] Fixed Point Constant
Leonard Chan
2018-08-06
1
-5
/
+4
*
Try to make builtin address space declarations not useless
Matt Arsenault
2018-08-02
1
-1
/
+4
*
Remove trailing space
Fangrui Song
2018-07-30
1
-223
/
+223
*
Add missing temporary materialization conversion on left-hand side of .
Richard Smith
2018-07-27
1
-0
/
+6
*
[MS] Add L__FUNCSIG__ for compatibility
Reid Kleckner
2018-07-26
1
-2
/
+3
*
Separate out the initialization kind for a statement expression result
Richard Smith
2018-07-23
1
-5
/
+2
*
PR38257: don't perform ADL when instantiating a unary & operator that turns out
Richard Smith
2018-07-22
1
-1
/
+1
*
Implement cpu_dispatch/cpu_specific Multiversioning
Erich Keane
2018-07-20
1
-2
/
+13
*
[C++17] Disallow lambdas in template parameters (PR33696).
Nicolas Lesser
2018-07-12
1
-21
/
+22
*
[Sema] Discarded statment should be an evaluatable context.
Erik Pilkington
2018-07-03
1
-1
/
+1
*
[Fixed Point Arithmetic] Rename `-fsame-fbits` flag
Leonard Chan
2018-06-29
1
-1
/
+1
*
DR1687: When overload resolution selects a built-in operator, implicit
Richard Smith
2018-06-27
1
-3
/
+42
*
DR1213: Ignore implicit conversions when determining if an operand of an
Richard Smith
2018-06-27
1
-4
/
+14
*
[Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point Literals
Leonard Chan
2018-06-20
1
-2
/
+47
*
Revert r335019 "Update NRVO logic to support early return (Attempt 2)"
Taiju Tsuiki
2018-06-19
1
-3
/
+7
*
Update NRVO logic to support early return (Attempt 2)
Taiju Tsuiki
2018-06-19
1
-7
/
+3
*
Revert "Update NRVO logic to support early return"
Sam McCall
2018-05-30
1
-3
/
+7
*
Update NRVO logic to support early return
Taiju Tsuiki
2018-05-30
1
-7
/
+3
*
Remove the fixit for the diagnostics regarding capturing autoreleasing variab...
George Karpenkov
2018-05-14
1
-24
/
+0
*
Improve diagnostics and error recovery for template name lookup.
Richard Smith
2018-05-11
1
-2
/
+3
[prev]
[next]