summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiateDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert "Support attribute used in member funcs of class templates"Rafael Auler2019-01-311-14/+0
* Support attribute used in member funcs of class templatesRafael Auler2019-01-311-0/+14
* Rename getTypeQualifiers to getMethodQualifiers.Anastasia Stulova2019-01-281-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remember to instantiate explicit template argument lists in a friendRichard Smith2019-01-111-11/+73
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-5/+5
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-5/+5
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-5/+5
* Diagnose friend function template redefinitions.Serge Pavlov2018-12-061-1/+3
* Fix crash if an in-class explicit function specialization has explicitRichard Smith2018-12-041-10/+12
* [attributes] Add a family of OS_CONSUMED, OS_RETURNS and OS_RETURNS_RETAINED ...George Karpenkov2018-11-301-5/+20
* Follow-up to r345699: Call CheckStaticLocalForDllExport later for templatesHans Wennborg2018-10-311-3/+3
* [clang-cl] Inherit dllexport to static locals also in template instantiations...Hans Wennborg2018-10-311-0/+3
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+5
* [clang] Make sure attributes on member classes are applied properlyLouis Dionne2018-09-141-0/+6
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-131-32/+47
* Consistently create a new declaration when merging a pre-existing butRichard Smith2018-09-121-1/+1
* PR38627: Fix handling of exception specification adjustment forRichard Smith2018-09-051-0/+3
* Enforce instantiation of template multiversion functionsErich Keane2018-08-131-4/+14
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-12/+9
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-43/+29