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
...
*
[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
*
Factor out common tautological comparison code from scalar and vector compare...
Richard Smith
2018-01-07
1
-97
/
+110
*
[NFC] Modernize enum 'UnqualifiedId::IdKind' into a scoped enum UnqualifiedId...
Faisal Vali
2017-12-30
1
-6
/
+7
*
[NFC] Modernize enum Declarator::TheContext to a type-safe scoped enum.
Faisal Vali
2017-12-29
1
-1
/
+1
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-3
/
+3
*
[c++20] P0515R3: Parsing support and basic AST construction for operator <=>.
Richard Smith
2017-12-14
1
-0
/
+8
*
[CodeGen][X86] Fix handling of __fp16 vectors.
Akira Hatanaka
2017-12-09
1
-1
/
+2
*
Remove creation of out-of-bounds value of enumeration type (resulting in UB).
Richard Smith
2017-12-08
1
-5
/
+5
*
[OPENMP] Initial codegen for `target teams distribute` directive.
Alexey Bataev
2017-12-08
1
-1
/
+1
*
[OPENMP] Do not capture private variables in the target regions.
Alexey Bataev
2017-12-07
1
-2
/
+4
*
Generalize "static data member instantiated" notification to cover variable t...
Richard Smith
2017-12-05
1
-39
/
+29
*
Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...
Aaron Ballman
2017-12-04
1
-2
/
+2
*
The offsetof macro is intended to work with subobjects rather than simple ide...
Aaron Ballman
2017-11-21
1
-9
/
+1
*
[OpenMP] diagnose assign to firstprivate const, patch by Joel E. Denny
Alexey Bataev
2017-11-10
1
-1
/
+6
*
[ObjC] Fix function signature handling for blocks literals with attributes
Alex Lorenz
2017-11-08
1
-2
/
+2
*
PR35039: Materialize temporary objects before wrapping them in an
Richard Smith
2017-10-28
1
-0
/
+10
*
Don't suppress instantiation of definitions for variables subject to explicit
Richard Smith
2017-10-18
1
-5
/
+11
*
Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...
Aaron Ballman
2017-10-18
1
-1
/
+2
*
Convert clang::LangAS to a strongly typed enum
Alexander Richardson
2017-10-15
1
-20
/
+20
[prev]
[next]