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
/
SemaExprCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-12
1
-2
/
+3
*
Revert "PR45083: Mark statement expressions as being dependent if they appear...
Hans Wennborg
2020-03-12
1
-3
/
+2
*
PR45083: Mark statement expressions as being dependent if they appear in
Richard Smith
2020-03-04
1
-2
/
+3
*
[Concepts] Transform constraints of non-template functions to ConstantEvaluated
Saar Raz
2020-01-25
1
-1
/
+2
*
[Concepts] Requires Expressions
Saar Raz
2020-01-24
1
-0
/
+213
*
Remove redundant CXXScopeSpec from TemplateIdAnnotation.
Richard Smith
2020-01-24
1
-2
/
+2
*
Implement VectorType conditional operator GNU extension.
Erich Keane
2020-01-13
1
-15
/
+147
*
Clean up and slightly generalize implementation of composite pointer
Richard Smith
2020-01-10
1
-126
/
+212
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2020-01-09
1
-1
/
+5
*
Revert "CWG2352: Allow qualification conversions during reference binding."
David Blaikie
2019-12-27
1
-2
/
+0
*
CWG2352: Allow qualification conversions during reference binding.
Richard Smith
2019-12-19
1
-0
/
+2
*
Refactor CompareReferenceRelationship and its callers in preparation for
Richard Smith
2019-12-18
1
-12
/
+12
*
[c++20] Add deprecation warnings for the expression forms deprecated by P1120R0.
Richard Smith
2019-12-16
1
-1
/
+2
*
[OpenCL] Fix address space for implicit conversion (PR43145)
Sven van Haastregt
2019-12-02
1
-3
/
+20
*
[MS] Don't reference deleted copy ctors from catchable types
Reid Kleckner
2019-10-30
1
-1
/
+1
*
[Sema][Typo Correction] Fix another infinite loop on ambiguity
David Goldman
2019-10-25
1
-2
/
+3
*
When diagnosing an ambiguity, only note the candidates that contribute
Richard Smith
2019-10-24
1
-2
/
+2
*
Sema: Create a no-op implicit cast for lvalue function conversions.
Peter Collingbourne
2019-10-19
1
-8
/
+9
*
SemaExprCXX - silence static analyzer getAs<> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-17
1
-3
/
+3
*
Suppress false-positive -Wdeprecated-volatile warning from __is_*_assignable(...
Richard Smith
2019-10-11
1
-1
/
+7
*
[c++20] P1152R4: warn on any simple-assignment to a volatile lvalue
Richard Smith
2019-10-09
1
-7
/
+33
*
Properly handle instantiation-dependent array bounds.
Richard Smith
2019-10-04
1
-3
/
+4
*
Check for qualified function types after substituting into the operand
Richard Smith
2019-10-03
1
-0
/
+3
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-2
/
+2
*
Fix __is_signed builtin
Zoe Carver
2019-09-23
1
-1
/
+3
*
[Sema][Typo Correction] Fix potential infite loop on ambiguity checks
David Goldman
2019-09-13
1
-0
/
+4
*
[Sema][Typo] Fix assertion failure for expressions with multiple typos
David Goldman
2019-08-20
1
-42
/
+152
*
Fix handling of class member access into a vector type.
Richard Smith
2019-08-14
1
-5
/
+1
*
[clang][NFCI] Fix random typos
Jan Korous
2019-07-23
1
-1
/
+1
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-3
/
+3
*
[OpenCL][Sema] Minor refactoring and constraint checking
Marco Antognini
2019-07-17
1
-9
/
+4
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[OpenCL][Sema] Improve address space support for blocks
Marco Antognini
2019-07-09
1
-1
/
+14
*
Revert [Sema] Resolve placeholder types before type deduction to silence spur...
Reid Kleckner
2019-07-08
1
-8
/
+0
*
[Sema] Resolve placeholder types before type deduction to silence
Akira Hatanaka
2019-07-08
1
-0
/
+8
*
[OpenCL] Improve diagnostic for placement new
Sven van Haastregt
2019-06-26
1
-1
/
+5
*
[clang] Don't segfault on incorrect using directive (PR41400)
Gauthier Harnisch
2019-06-14
1
-1
/
+1
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-1
/
+1
*
Factor out duplicated code building a MemberExpr and marking it
Richard Smith
2019-06-06
1
-9
/
+6
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-06
1
-3
/
+6
*
Revert "Factor out duplicated code building a MemberExpr and marking it" and ...
Benjamin Kramer
2019-06-05
1
-6
/
+6
*
Factor out duplicated code building a MemberExpr and marking it
Richard Smith
2019-06-05
1
-9
/
+6
*
Convert MemberExpr creation and serialization to work the same way as
Richard Smith
2019-06-04
1
-3
/
+6
*
Factor out repeated code to build a DeclRefExpr and mark it referenced.
Richard Smith
2019-06-04
1
-6
/
+3
*
PR42104: Support instantiations of lambdas that implicitly capture
Richard Smith
2019-06-04
1
-8
/
+3
*
Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...
Simon Pilgrim
2019-06-03
1
-3
/
+8
*
PR42104: Support instantiations of lambdas that implicitly capture
Richard Smith
2019-06-03
1
-8
/
+3
*
Defer building 'this' captures until we have left the capturing region
Richard Smith
2019-05-31
1
-34
/
+1
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
1
-0
/
+3
*
Defer creating fields for captures until we finish building the
Richard Smith
2019-05-28
1
-38
/
+25
[next]