summaryrefslogtreecommitdiff
path: root/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-141-1/+1
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-041-12/+51
* Re-check in clang support gun asm goto after fixing tests.Jennifer Yu2019-06-031-2/+14
* Revert rL362358 : PR42104: Support instantiations of lambdas that implicitly ...Simon Pilgrim2019-06-031-51/+12
* PR42104: Support instantiations of lambdas that implicitly captureRichard Smith2019-06-031-12/+51
* [coroutines][PR41909] Don't build dependent coroutine statements for generic ...Brian Gesiak2019-06-031-7/+16
* Transform lambda expression captures when transforming an expression toRichard Smith2019-06-021-5/+23
* Revert "clang support gnu asm goto."Erich Keane2019-05-301-14/+2
* clang support gnu asm goto.Jennifer Yu2019-05-301-2/+14
* Defer creating fields for captures until we finish building theRichard Smith2019-05-281-1/+1
* Factor out repeated code to build 'this' expressions and mark themRichard Smith2019-05-241-4/+4
* [c++20] P0780R2: Support pack-expansion of init-captures.Richard Smith2019-05-211-43/+100
* Implement __builtin_LINE() et. al. to support source location capture.Eric Fiselier2019-05-161-7/+34
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-131-7/+10
* Split ActOnCallExpr into an ActOnCallExpr to be called by the parser,Richard Smith2019-05-081-2/+2
* Recommit r359859 "[Attribute/Diagnostics] Print macro if definition is an att...Leonard Chan2019-05-071-0/+27
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-7/+14
* Revert "[Attribute/Diagnostics] Print macro if definition is an attribute dec...Leonard Chan2019-05-031-27/+0
* [Attribute/Diagnostics] Print macro if definition is an attribute declarationLeonard Chan2019-05-021-0/+27
* [OPENMP]Initial support for 'allocate' clause.Alexey Bataev2019-03-271-0/+36
* [OPENMP 5.0]Initial support for 'allocator' clause.Alexey Bataev2019-03-121-0/+20
* [clang][OpenMP] Revert "OMPFlushClause is synthetic, no such clause exists"Roman Lebedev2019-03-061-2/+0
* [OpenMP 5.0] Parsing/sema support for from clause with mapper modifier.Michael Kruse2019-02-251-11/+15
* [OpenMP 5.0] Parsing/sema support for to clause with mapper modifier.Michael Kruse2019-02-221-27/+47
* [OpenMP 5.0] Parsing/sema support for map clause with mapper modifier.Michael Kruse2019-02-191-40/+66
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-17/+41
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-291-5/+6
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-281-6/+5
* [clang][OpenMP] OMPFlushClause is synthetic, no such clause existsRoman Lebedev2019-01-281-0/+2
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-281-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Refactor the way we handle diagnosing unused expression results.Aaron Ballman2019-01-041-6/+9
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-1/+1
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-3/+3
* [OPENMP] parsing and sema support for 'close' map-type-modifierKelvin Li2018-12-181-7/+9
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-131-5/+8
* Revert "[OpenCL] Add generic AS to 'this' pointer"Mikael Nilsson2018-12-121-8/+5
* [OpenCL] Add generic AS to 'this' pointerMikael Nilsson2018-12-121-5/+8
* [OpenCL] Diagnose conflicting address spaces in templates.Anastasia Stulova2018-12-051-12/+23
* [OpenCL] Improve diags for addr spaces in templatesAnastasia Stulova2018-11-291-0/+7
* [OPENMP]Fix handling of the LCVs in loop-based directives.Alexey Bataev2018-11-211-0/+3
* Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...Patrick Lyster2018-11-021-0/+7