summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaTemplateInstantiate.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-061-1/+1
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-0/+4
* [Concepts] Add null check for TemplateTypeParmType::getDecl() in GetContained...Saar Raz2020-03-061-1/+1
* [Concepts] Fix incorrect check when instantiating abbreviated template type-c...Saar Raz2020-02-061-2/+2
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-031-0/+129
* Revert "[Concepts] Instantiate invented template type parameter type-constrai...Saar Raz2020-02-031-124/+0
* [Concepts] Instantiate invented template type parameter type-constraint along...Saar Raz2020-02-031-0/+124
* [Concepts] Correctly form initial parameter mapping for parameter packs, supp...Saar Raz2020-01-311-0/+40
* [Concepts] Transform constraints of non-template functions to ConstantEvaluatedSaar Raz2020-01-251-4/+13
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-6/+244
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-1/+1
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-231-0/+42
* Revert "[Concepts] Constrained partial specializations and function overloads."Reid Kleckner2019-12-221-42/+0
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-221-0/+42
* Revert concepts changes from D41910Vedant Kumar2019-12-181-42/+0
* [Concepts] Constrained partial specializations and function overloads.Saar Raz2019-12-181-0/+42
* [c++20] Implement P1185R2 (as modified by P2002R0).Richard Smith2019-12-101-0/+7
* [c++20] Fix handling of unqualified lookups from a defaulted comparisonRichard Smith2019-12-091-1/+1
* [c++20] Synthesis of defaulted comparison functions.Richard Smith2019-12-081-5/+15
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-12-061-18/+21
* Actually delay processing DelayedDllExportClasses until the outermost class i...Hans Wennborg2019-12-041-2/+4
* [OpenCL] Move addr space deduction to Sema.Anastasia Stulova2019-11-271-2/+6
* Revert "[Concepts] Constraint Enforcement & Diagnostics"Vlad Tsyrklevich2019-10-281-21/+18
* [Concepts] Constraint Enforcement & DiagnosticsSaar Raz2019-10-251-18/+21
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-0/+7
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-2/+49
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-49/+2
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-2/+49
* [NFCI]Create CommonAttributeInfo Type as base type of *Attr and ParsedAttr.Erich Keane2019-09-131-3/+2
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+6
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-041-5/+9
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-031-9/+5
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-031-5/+9
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-24/+32
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-1/+11
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-131-11/+1
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-131-1/+11
* make -ftime-trace also print template argumentsLubos Lunak2019-05-121-1/+5
* Replace ad-hoc tracking of pattern for an instantiated class-scopeRichard Smith2019-05-021-3/+2
* Simplify exclusion of nested classes from extern template instantiation, NFCReid Kleckner2019-04-291-8/+7
* [MinGW] Don't let template instantiation declarations cover nested classesMartin Storsjo2019-04-261-1/+5
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-5/+9
* Check i < FD->getNumParams() before queryingDmitri Gribenko2019-04-101-1/+1
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [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
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-1/+1
OpenPOWER on IntegriCloud