summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert concepts changes from D41910Vedant Kumar2019-12-181-3/+2
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-2/+3
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-101-6/+81
* [OPENMP50]Do not mark the function as used if referenced only in declareAlexey Bataev2019-12-101-1/+6
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-1/+2
* [c++20] Fix handling of unqualified lookups from a defaulted comparisonRichard Smith2019-12-091-4/+36
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-061-2/+4
* [OPENMP]Fix PR44133: Emit definitions of used constructors/functions.Alexey Bataev2019-12-021-76/+41
* [OpenCL] Move addr space deduction to Sema.Anastasia Stulova2019-11-271-0/+3
* [OPENMP]Fix PR44133: crash on lambda reductions in templates.Alexey Bataev2019-11-261-32/+51
* [OPENMP50]Add device/kind context selector support.Alexey Bataev2019-11-211-0/+11
* [OPENMP]Use copy constructors instead of assignment operators in declareAlexey Bataev2019-11-121-1/+6
* [OPENMP50]Generalize handling of context matching/scoring.Alexey Bataev2019-11-111-10/+24
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-281-4/+2
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-251-2/+4
* [c++2a] Allow comparison functions to be explicitly defaulted.Richard Smith2019-10-221-4/+5
* [Concept] Associated Constraints InfrastructureSaar Raz2019-10-151-4/+11
* [OPENMP50]Multiple vendors in vendor context must be treated as logicalAlexey Bataev2019-10-081-3/+5
* [OPENMP50]Add parsing/sema analysis for declare variant score.Alexey Bataev2019-10-021-2/+7
* [OPENMP50]Parsing/sema support for 'implementation/vendor' contextAlexey Bataev2019-09-251-1/+3
* For P0784R7: add support for constexpr destructors, and call them asRichard Smith2019-09-231-4/+3
* [OPENMP5.0]Allow multiple context selectors in the context selectorAlexey Bataev2019-09-181-2/+10
* [OPENMP5.0]Introduce attribute for declare variant directive.Alexey Bataev2019-09-171-0/+49
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-29/+16
* Reland [LifetimeAnalysis] Support more STL idioms (template forward declarati...Matthias Gehre2019-09-061-0/+15
* For PR43213, track whether template parameters are implicit throughRichard Smith2019-09-041-0/+3
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-1/+5
* [NFC] Move some variable declarations into their 'if' conditions.Erich Keane2019-08-231-9/+7
* Revert "[LifetimeAnalysis] Support more STL idioms (template forward declarat...Richard Smith2019-08-221-15/+0
* [LifetimeAnalysis] Support more STL idioms (template forward declaration and ...Matthias Gehre2019-08-211-0/+15
* [Sema] Actually map a variable template specialization from pattern to instan...Erik Pilkington2019-07-301-21/+19
* [Concepts] Concept definitions (D40381)Saar Raz2019-07-101-0/+4
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-4/+4
* For DR712: store on a DeclRefExpr whether it constitutes an odr-use.Richard Smith2019-06-111-2/+17
* make -ftime-trace also print template argumentsLubos Lunak2019-05-121-1/+5
* [c++20] Add support for explicit(bool), as described in P0892R2.Richard Smith2019-05-091-8/+45
* Revert r359949 "[clang] adding explicit(bool) from c++2a"Hans Wennborg2019-05-061-45/+8
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-041-8/+45
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-86/+95
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-44/+28
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+5
* Recommit "Support attribute used in member funcs of class templates"Rafael Auler2019-03-201-0/+14
* Remove an assert in template pack deduction during nested instantiation.Richard Trieu2019-03-151-18/+18
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-2/+13
* Revert "Recommit "Support attribute used in member funcs of class templates""Rafael Auler2019-03-081-14/+0
* Recommit "Support attribute used in member funcs of class templates"Rafael Auler2019-03-071-0/+14
* [OPENMP 5.0]Add initial support for 'allocate' directive.Alexey Bataev2019-03-071-0/+15
* [AMDGPU] Allow using integral non-type template parametersMichael Liao2019-02-261-0/+57
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-4/+12
* [OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.Michael Kruse2019-02-011-1/+83
OpenPOWER on IntegriCloud