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
*
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
*
[OpenCL] Add constant address space to __func__ in AST.
Anastasia Stulova
2018-05-09
1
-13
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-69
/
+69
*
[C++2a] Implement operator<=>: Address bugs and post-commit review comments a...
Eric Fiselier
2018-05-08
1
-4
/
+4
*
[C++2a] Implement operator<=> CodeGen and ExprConstant
Eric Fiselier
2018-05-07
1
-54
/
+279
*
Implement P0482R2, support for char8_t type.
Richard Smith
2018-05-01
1
-0
/
+4
*
Parse A::template B as an identifier rather than as a template-id with no
Richard Smith
2018-04-27
1
-2
/
+5
*
Factor out common code for diagnosing missing template arguments.
Richard Smith
2018-04-26
1
-3
/
+1
*
[Sema] Add -Wno-self-assign-overloaded
Roman Lebedev
2018-04-23
1
-7
/
+8
*
[OPENMP] Code cleanup and code improvements.
Alexey Bataev
2018-04-18
1
-5
/
+5
*
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...
Nico Weber
2018-04-10
1
-15
/
+0
*
-ftime-report switch support in Clang.
Andrew V. Tischenko
2018-04-10
1
-0
/
+15
*
Allow equality comparisons between block pointers and
John McCall
2018-04-07
1
-0
/
+13
*
[Sema] Extend -Wself-assign and -Wself-assign-field to warn on overloaded sel...
Roman Lebedev
2018-04-07
1
-5
/
+43
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-3
/
+3
*
Revert "Set calling convention for CUDA kernel"
Artem Belevich
2018-04-03
1
-11
/
+0
*
[Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.
Volodymyr Sapsai
2018-03-29
1
-2
/
+3
*
Set calling convention for CUDA kernel
Yaxun Liu
2018-03-29
1
-0
/
+11
*
Fix some handling of AST nodes with diagnostics.
Richard Trieu
2018-03-28
1
-4
/
+4
*
Re-land "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-12
1
-1
/
+1
*
Revert "[Sema] Make getCurFunction() return null outside function parsing"
Reid Kleckner
2018-03-08
1
-1
/
+1
*
[Sema] Make getCurFunction() return null outside function parsing
Reid Kleckner
2018-03-08
1
-1
/
+1
*
Avoid including ScopeInfo.h from Sema.h
Reid Kleckner
2018-03-07
1
-6
/
+7
*
Add an option to disable tail-call optimization for escaping blocks.
Akira Hatanaka
2018-03-02
1
-0
/
+4
*
[ObjC] Allow declaring __strong pointer fields in structs in Objective-C
Akira Hatanaka
2018-02-28
1
-1
/
+7
*
Fif for an issue when Clang permits assignment to vector/extvector elements i...
Andrew V. Tischenko
2018-02-09
1
-3
/
+16
*
Fix crash on invalid.
Richard Trieu
2018-02-06
1
-1
/
+2
*
[Sema] Allow conversion between long double and __float128.
Benjamin Kramer
2018-01-17
1
-6
/
+5
*
[Parse] Forward brace locations to TypeConstructExpr
Vedant Kumar
2018-01-17
1
-2
/
+2
*
Track in the AST whether the operand to a UnaryOperator can overflow and then...
Aaron Ballman
2018-01-09
1
-1
/
+17
*
Factor out comparison handling for arithmetic types.
Richard Smith
2018-01-08
1
-35
/
+50
*
Remove bogus check for template specialization from self-comparison warning.
Richard Smith
2018-01-07
1
-13
/
+2
*
Fix a couple of wrong self-comparison diagnostics.
Richard Smith
2018-01-07
1
-4
/
+4
[next]