summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* PR45000: Let Sema::SubstParmVarDecl handle default args of lambdas in initial...Aaron Puchert2020-05-061-13/+0
* Teach TreeTransform to substitute into resolved TemplateArguments.Richard Smith2020-04-141-47/+38
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-191-1/+1
* Revert "[Concepts] Fix incorrect DeclContext for transformed RequiresExprBody...Hans Wennborg2020-03-181-1/+1
* [Concepts] Fix incorrect DeclContext for transformed RequiresExprBodyDeclSaar Raz2020-03-171-1/+1
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-121-8/+20
* Revert "PR45083: Mark statement expressions as being dependent if they appear...Hans Wennborg2020-03-121-5/+4
* PR45083: Mark statement expressions as being dependent if they appear inRichard Smith2020-03-041-4/+5
* [Concepts] Placeholder constraints and abbreviated templatesSaar Raz2020-01-241-40/+97
* [Concepts] Requires ExpressionsSaar Raz2020-01-241-18/+202
* [Concepts] Type ConstraintsSaar Raz2020-01-151-3/+3
* [Concepts] Function trailing requires clausesSaar Raz2020-01-091-1/+9
* [OpenMP][NFCI] Use the libFrontend ProcBindKind in ClangJohannes Doerfert2019-12-261-1/+1
* [OPENMP50]Basic support for conditional lastprivate.Alexey Bataev2019-12-241-3/+7
* [OPENMP50]Add parsing/sema analysis for nontemporal clause.Alexey Bataev2019-12-171-0/+28
* [coroutines][PR41909] Generalize fix from D62550Brian Gesiak2019-12-161-14/+15
* [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.hJohannes Doerfert2019-12-101-0/+2
* [OpenMP50] Add parallel master constructcchen2019-12-051-0/+11
* Revert "[OpenMP50] Add parallel master construct, by Chi Chun Chen."Reid Kleckner2019-12-041-11/+0
* [OpenMP50] Add parallel master construct, by Chi Chun Chen.cchen2019-12-041-0/+11
* [OpenCL] Move addr space deduction to Sema.Anastasia Stulova2019-11-271-17/+0
* [NFC] Refactor representation of materialized temporariesTyker2019-11-191-2/+2
* Revert "[NFC] Refactor representation of materialized temporaries"Nico Weber2019-11-171-2/+2
* [NFC] Refactor representation of materialized temporariesTyker2019-11-161-2/+2
* [OpenMP 5.0] - Extend defaultmap, by Chi Chun Chen.cchen2019-11-151-1/+24
* [AST] Use an explicit copy in a range-based forMark de Wever2019-11-121-1/+1
* [Sema] Make helper in TreeTransform.h 'inline' instead of 'static'. NFCIlya Biryukov2019-11-041-1/+1
* [OPENMP50]Add support for parallel master taskloop simd directive.Alexey Bataev2019-10-301-0/+12
* [hip][cuda] Fix the extended lambda name mangling issue.Michael Liao2019-10-191-4/+8
* [c++20] Add rewriting from comparison operators to <=> / ==.Richard Smith2019-10-191-19/+40
* [c++20] Add CXXRewrittenBinaryOperator to represent a comparisonRichard Smith2019-10-191-0/+34
* [OPENMP50]Add support for master taskloop simd.Alexey Bataev2019-10-181-0/+11
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+36
* Revert 374882 "[Concepts] Concept Specialization Expressions"Nico Weber2019-10-151-36/+0
* [Concepts] Concept Specialization ExpressionsSaar Raz2019-10-151-0/+36
* [OPENMP50]Add support for 'parallel master taskloop' construct.Alexey Bataev2019-10-141-0/+11
* [OPENMP50]Support for 'master taskloop' directive.Alexey Bataev2019-10-101-0/+11
* TreeTransform - silence static analyzer getAs<> null dereference warnings. NFCI.Simon Pilgrim2019-10-051-4/+4
* Properly handle instantiation-dependent array bounds.Richard Smith2019-10-041-12/+19
* Always rebuild a DeclRefExpr if its FoundDecl would change.Richard Smith2019-09-261-0/+1
* [Sema] Fix the atomic expr rebuilding order.Michael Liao2019-09-231-3/+3
* Ensure AtomicExpr goes through SEMA checking after TreeTransformErich Keane2019-09-201-8/+5
* Push lambda scope earlier when transforming lambda expressionNicholas Allegra2019-09-171-4/+4
* [c++20] Implement semantic restrictions for C++20 designatedRichard Smith2019-08-301-1/+1
* Don't lose the FoundDecl and template arguments for a DeclRefExpr inRichard Smith2019-08-271-5/+12
* [OpenCL][PR42033] Fix addr space deduction with template parametersAnastasia Stulova2019-07-181-7/+0
* [OpenCL] Deduce addr space for pointee of dependent types in instantiation.Anastasia Stulova2019-07-151-0/+17
* Ignore trailing NullStmts in StmtExprs for GCC compatibility.Aaron Ballman2019-07-091-2/+2
* [C++2a] Add __builtin_bit_cast, used to implement std::bit_castErik Pilkington2019-07-021-0/+26
* Remove redundant expression evaluation context when substituting into aRichard Smith2019-06-251-7/+5
OpenPOWER on IntegriCloud