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
/
SemaDeclCXX.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-10
/
+2
*
[c++20] Enforce rule that a union-like class or class with reference
Richard Smith
2019-10-27
1
-3
/
+36
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-2
/
+10
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-43
/
+242
*
[c++20] Implement most of P1152R4.
Richard Smith
2019-10-09
1
-0
/
+7
*
Silence static analyzer getAs<RecordType> null dereference warnings. NFCI.
Simon Pilgrim
2019-10-03
1
-5
/
+6
*
Don't crash if a variable with a constexpr destructor has a
Richard Smith
2019-09-29
1
-1
/
+2
*
For P0784R7: compute whether a variable has constant destruction if it
Richard Smith
2019-09-29
1
-0
/
+13
*
For P0784R7: Add support for dynamic allocation with new / delete during
Richard Smith
2019-09-27
1
-0
/
+6
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-24
1
-0
/
+4
*
Revert "Support for DWARF-5 C++ language tags."
Jonas Devlieghere
2019-09-23
1
-4
/
+0
*
Support for DWARF-5 C++ language tags.
Adrian Prantl
2019-09-23
1
-0
/
+4
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-9
/
+61
*
Finish building the full-expression for a static_assert expression
Richard Smith
2019-09-20
1
-9
/
+18
*
[c++20] P1331R2: Allow transient use of uninitialized objects in
Richard Smith
2019-09-18
1
-11
/
+30
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-12
/
+10
*
Fixit for -Wfinal-dtor-non-final-class
David Bolvansky
2019-09-03
1
-1
/
+0
*
Added fixit notes for -Wfinal-dtor-non-final-class
David Bolvansky
2019-09-03
1
-4
/
+8
*
[clang] Warning for non-final classes with final destructors
David Bolvansky
2019-08-31
1
-0
/
+13
*
PR40674: fix assertion failure if a structured binding declaration has a
Richard Smith
2019-08-24
1
-1
/
+2
*
Implement P1668R1
Erich Keane
2019-08-19
1
-0
/
+3
*
[SemaDeclCXX] Allow inheriting constructor declaration to specify a cv-qualif...
Tan S. B.
2019-08-17
1
-1
/
+2
*
[Sema] Implement DR2386 for C++17 structured binding
Reid Kleckner
2019-08-15
1
-7
/
+4
*
[Clang] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Don't try emitting dllexported explicitly defaulted non-trivial ctors twice d...
Hans Wennborg
2019-08-02
1
-1
/
+7
*
Delay emitting dllexport explicitly defaulted members until the class is full...
Hans Wennborg
2019-08-01
1
-2
/
+11
*
When determining whether a lambda-expression is implicitly constexpr,
Richard Smith
2019-07-29
1
-106
/
+224
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-22
1
-25
/
+25
*
Revert r366422: [OpenCL] Improve destructor support in C++ for OpenCL
Ilya Biryukov
2019-07-18
1
-25
/
+25
*
[OpenCL] Improve destructor support in C++ for OpenCL
Marco Antognini
2019-07-18
1
-25
/
+25
*
[OpenCL] Update comments/diagnostics to refer to C++ for OpenCL
Anastasia Stulova
2019-07-18
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-4
/
+4
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-1
/
+1
*
[cxx2a] P0624R2 fix: only lambdas with no lambda-capture are default-construc...
David Blaikie
2019-07-08
1
-1
/
+1
*
[clang] Small improvments after Adding APValue to ConstantExpr
Gauthier Harnisch
2019-06-21
1
-2
/
+0
*
[Sema] Diagnose addr space mismatch while constructing objects
Anastasia Stulova
2019-06-20
1
-1
/
+8
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-28
/
+40
*
Factor out repeated code to build a DeclRefExpr and mark it referenced.
Richard Smith
2019-06-04
1
-2
/
+2
*
PR39728: When completing a class, complete the destructor first.
Richard Smith
2019-05-31
1
-39
/
+53
*
Add Attribute NoThrow as an Exception Specifier Type
Erich Keane
2019-05-30
1
-0
/
+2
*
Part of P1091R3: permit structured bindings to be declared 'static' and
Richard Smith
2019-05-22
1
-5
/
+25
*
Implement __builtin_LINE() et. al. to support source location capture.
Eric Fiselier
2019-05-16
1
-3
/
+3
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-15
/
+23
*
Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...
Hans Wennborg
2019-05-13
1
-23
/
+15
*
[c++20] P1064R0: Allow virtual function calls in constant expression
Richard Smith
2019-05-13
1
-15
/
+23
*
[Sema] Mark array element destructors referenced during initialization
Erik Pilkington
2019-05-10
1
-6
/
+11
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-18
/
+41
*
[c++20] Implement P0846R0: allow (ADL-only) calls to template-ids whose
Richard Smith
2019-05-09
1
-0
/
+2
*
Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,
Richard Smith
2019-05-08
1
-3
/
+3
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-41
/
+18
[next]