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
/
SemaTemplateInstantiateDecl.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert concepts changes from D41910
Vedant Kumar
2019-12-18
1
-3
/
+2
*
[Concepts] Constrained partial specializations and function overloads.
Saar Raz
2019-12-18
1
-2
/
+3
*
[c++20] Implement P1185R2 (as modified by P2002R0).
Richard Smith
2019-12-10
1
-6
/
+81
*
[OPENMP50]Do not mark the function as used if referenced only in declare
Alexey Bataev
2019-12-10
1
-1
/
+6
*
[OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h
Johannes Doerfert
2019-12-10
1
-1
/
+2
*
[c++20] Fix handling of unqualified lookups from a defaulted comparison
Richard Smith
2019-12-09
1
-4
/
+36
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-12-06
1
-2
/
+4
*
[OPENMP]Fix PR44133: Emit definitions of used constructors/functions.
Alexey Bataev
2019-12-02
1
-76
/
+41
*
[OpenCL] Move addr space deduction to Sema.
Anastasia Stulova
2019-11-27
1
-0
/
+3
*
[OPENMP]Fix PR44133: crash on lambda reductions in templates.
Alexey Bataev
2019-11-26
1
-32
/
+51
*
[OPENMP50]Add device/kind context selector support.
Alexey Bataev
2019-11-21
1
-0
/
+11
*
[OPENMP]Use copy constructors instead of assignment operators in declare
Alexey Bataev
2019-11-12
1
-1
/
+6
*
[OPENMP50]Generalize handling of context matching/scoring.
Alexey Bataev
2019-11-11
1
-10
/
+24
*
Revert "[Concepts] Constraint Enforcement & Diagnostics"
Vlad Tsyrklevich
2019-10-28
1
-4
/
+2
*
[Concepts] Constraint Enforcement & Diagnostics
Saar Raz
2019-10-25
1
-2
/
+4
*
[c++2a] Allow comparison functions to be explicitly defaulted.
Richard Smith
2019-10-22
1
-4
/
+5
*
[Concept] Associated Constraints Infrastructure
Saar Raz
2019-10-15
1
-4
/
+11
*
[OPENMP50]Multiple vendors in vendor context must be treated as logical
Alexey Bataev
2019-10-08
1
-3
/
+5
*
[OPENMP50]Add parsing/sema analysis for declare variant score.
Alexey Bataev
2019-10-02
1
-2
/
+7
*
[OPENMP50]Parsing/sema support for 'implementation/vendor' context
Alexey Bataev
2019-09-25
1
-1
/
+3
*
For P0784R7: add support for constexpr destructors, and call them as
Richard Smith
2019-09-23
1
-4
/
+3
*
[OPENMP5.0]Allow multiple context selectors in the context selector
Alexey Bataev
2019-09-18
1
-2
/
+10
*
[OPENMP5.0]Introduce attribute for declare variant directive.
Alexey Bataev
2019-09-17
1
-0
/
+49
*
[NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.
Erich Keane
2019-09-13
1
-29
/
+16
*
Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...
Matthias Gehre
2019-09-06
1
-0
/
+15
*
For PR43213, track whether template parameters are implicit through
Richard Smith
2019-09-04
1
-0
/
+3
*
Improve behavior in the case of stack exhaustion.
Richard Smith
2019-08-26
1
-1
/
+5
*
[NFC] Move some variable declarations into their 'if' conditions.
Erich Keane
2019-08-23
1
-9
/
+7
*
Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...
Richard Smith
2019-08-22
1
-15
/
+0
*
[LifetimeAnalysis] Support more STL idioms (template forward declaration and ...
Matthias Gehre
2019-08-21
1
-0
/
+15
*
[Sema] Actually map a variable template specialization from pattern to instan...
Erik Pilkington
2019-07-30
1
-21
/
+19
*
[Concepts] Concept definitions (D40381)
Saar Raz
2019-07-10
1
-0
/
+4
*
[C++20] add Basic consteval specifier
Gauthier Harnisch
2019-06-14
1
-4
/
+4
*
For DR712: store on a DeclRefExpr whether it constitutes an odr-use.
Richard Smith
2019-06-11
1
-2
/
+17
*
make -ftime-trace also print template arguments
Lubos Lunak
2019-05-12
1
-1
/
+5
*
[c++20] Add support for explicit(bool), as described in P0892R2.
Richard Smith
2019-05-09
1
-8
/
+45
*
Revert r359949 "[clang] adding explicit(bool) from c++2a"
Hans Wennborg
2019-05-06
1
-45
/
+8
*
[clang] adding explicit(bool) from c++2a
Nicolas Lesser
2019-05-04
1
-8
/
+45
*
CWG issue 727: Fix numerous bugs in support for class-scope explicit
Richard Smith
2019-05-03
1
-86
/
+95
*
Replace ad-hoc tracking of pattern for an instantiated class-scope
Richard Smith
2019-05-02
1
-44
/
+28
*
Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...
Anton Afanasyev
2019-03-30
1
-0
/
+5
*
Recommit "Support attribute used in member funcs of class templates"
Rafael Auler
2019-03-20
1
-0
/
+14
*
Remove an assert in template pack deduction during nested instantiation.
Richard Trieu
2019-03-15
1
-18
/
+18
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-2
/
+13
*
Revert "Recommit "Support attribute used in member funcs of class templates""
Rafael Auler
2019-03-08
1
-14
/
+0
*
Recommit "Support attribute used in member funcs of class templates"
Rafael Auler
2019-03-07
1
-0
/
+14
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+15
*
[AMDGPU] Allow using integral non-type template parameters
Michael Liao
2019-02-26
1
-0
/
+57
*
[OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.
Michael Kruse
2019-02-19
1
-4
/
+12
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-1
/
+83
[next]