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
*
[OPENMP]Fix handling of lambda captures in target regions.
Alexey Bataev
2019-07-01
1
-0
/
+2
*
[cxx2a] P1236R1: the validity of a left shift does not depend on the
Richard Smith
2019-06-25
1
-5
/
+8
*
clang-format a block; NFC
George Burgess IV
2019-06-21
1
-6
/
+7
*
[OPENMP]Fix PR42068: Vla type is not captured.
Alexey Bataev
2019-06-21
1
-0
/
+27
*
[clang] Small improvments after Adding APValue to ConstantExpr
Gauthier Harnisch
2019-06-21
1
-5
/
+8
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-14
1
-2
/
+4
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-14
1
-26
/
+127
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-7
/
+5
*
Revert 363295, it caused PR42276. Also revert follow-ups 363337, 363340.
Nico Weber
2019-06-14
1
-131
/
+28
*
PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
Richard Smith
2019-06-13
1
-2
/
+4
*
C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue c...
Richard Smith
2019-06-13
1
-26
/
+127
*
Mark declarations as referenced by a default argument in a
Richard Smith
2019-06-11
1
-0
/
+2
*
For DR712: store on a MemberExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-26
/
+47
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-71
/
+281
*
Require stdcall etc parameters to be complete on ODR use
Reid Kleckner
2019-06-10
1
-0
/
+81
*
Factor out repeated code to build a DeclRefExpr and mark it referenced.
Richard Smith
2019-06-04
1
-24
/
+22
*
PR42104: Support instantiations of lambdas that implicitly capture
Richard Smith
2019-06-04
1
-17
/
+31
*
Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...
Simon Pilgrim
2019-06-03
1
-31
/
+19
*
PR42104: Support instantiations of lambdas that implicitly capture
Richard Smith
2019-06-03
1
-19
/
+31
*
Transform lambda expression captures when transforming an expression to
Richard Smith
2019-06-02
1
-11
/
+6
*
Defer capture initialization for captured regions until after we've left
Richard Smith
2019-05-31
1
-16
/
+3
*
Defer capture initialization for blocks until after we've left the
Richard Smith
2019-05-31
1
-56
/
+74
*
[OpenCL] Support logical vector operators in C++ mode
Sven van Haastregt
2019-05-30
1
-2
/
+3
*
Defer creating fields for captures until we finish building the
Richard Smith
2019-05-28
1
-76
/
+5
*
If capturing a variable fails, add a capture anyway (and mark it
Richard Smith
2019-05-28
1
-48
/
+60
*
Move code to mark a variable as odr-used adjacement to all the related
Richard Smith
2019-05-28
1
-0
/
+36
*
Permit static local structured bindings to be named from arbitrary scopes ins...
Richard Smith
2019-05-25
1
-3
/
+5
*
Default arguments are potentially constant evaluated.
Richard Smith
2019-05-24
1
-5
/
+1
*
Refactor use-marking to better match standard terminology. No
Richard Smith
2019-05-24
1
-162
/
+244
*
Enable queue_t and clk_event_t comparisons in C++ mode
Sven van Haastregt
2019-05-23
1
-1
/
+1
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-17
/
+18
*
[OPENMP]Fix PR41768: check DSA for globals with default(none) clauses.
Alexey Bataev
2019-05-09
1
-1
/
+3
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-6
/
+26
*
When typo-correcting a function name, consider correcting to a type name
Richard Smith
2019-05-09
1
-2
/
+2
*
[Sema][OpenCL] Make address space conversions a bit stricter.
Anastasia Stulova
2019-05-08
1
-4
/
+21
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
1
-3
/
+9
*
Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...
Leonard Chan
2019-05-07
1
-2
/
+3
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-06
1
-3
/
+9
*
Revert rL359962 : Use DiagRuntimeBehavior for -Wunsequenced to weed out false...
Simon Pilgrim
2019-05-05
1
-9
/
+3
*
Use DiagRuntimeBehavior for -Wunsequenced to weed out false positives
Richard Smith
2019-05-04
1
-3
/
+9
*
CWG issue 727: Fix numerous bugs in support for class-scope explicit
Richard Smith
2019-05-03
1
-3
/
+12
*
Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...
Leonard Chan
2019-05-03
1
-3
/
+2
*
[Attribute/Diagnostics] Print macro if definition is an attribute declaration
Leonard Chan
2019-05-02
1
-2
/
+3
*
Replace ad-hoc tracking of pattern for an instantiated class-scope
Richard Smith
2019-05-02
1
-1
/
+2
*
[Sema][ObjC] Don't warn about an implicitly retained self if the
Akira Hatanaka
2019-04-17
1
-5
/
+3
*
Range-style std::find{,_if} -> llvm::find{,_if}. NFC
Fangrui Song
2019-03-31
1
-4
/
+3
*
[Sema] Fix an assert when a block captures a constexpr local
Erik Pilkington
2019-03-26
1
-3
/
+8
*
[Sema][NFCI] Don't allocate storage for the various CorrectionCandidateCallba...
Bruno Ricci
2019-03-25
1
-24
/
+28
*
[Sema] Deduplicate some availability checking logic
Erik Pilkington
2019-03-20
1
-11
/
+0
*
[Sema] Add some compile time _FORTIFY_SOURCE diagnostics
Erik Pilkington
2019-03-18
1
-0
/
+2
[next]