summaryrefslogtreecommitdiffstats
path: root/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create ConstantExpr classBill Wendling2018-10-311-2/+8
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-3/+3
* Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...Patrick Lyster2018-10-111-0/+7
* [OPENMP] Add reverse_offload clause to requires directivePatrick Lyster2018-10-031-0/+6
* Add support for unified_shared_memory clause on requires directivePatrick Lyster2018-10-011-0/+7
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-281-14/+26
* Test commit. NFCPatrick Lyster2018-09-271-1/+1
* P0859R0: List-initialization is potentially-constant-evaluated andRichard Smith2018-09-261-9/+32
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-261-0/+6
* [Sema] Retain __restrict qualifiers when substituting a reference type.Erik Pilkington2018-09-201-3/+9
* Model type attributes as regular Attrs.Richard Smith2018-08-201-11/+11
* Revert r339623 "Model type attributes as regular Attrs."Reid Kleckner2018-08-141-10/+11
* Model type attributes as regular Attrs.Richard Smith2018-08-131-11/+10
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-62/+61
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-212/+165
* Port getStartLoc -> getBeginLocStephen Kelly2018-08-091-1/+1
* Remove trailing spaceFangrui Song2018-07-301-5/+5
* Refactor checking of switch conditions and case values.Richard Smith2018-07-261-2/+2
* PR38257: don't perform ADL when instantiating a unary & operator that turns outRichard Smith2018-07-221-3/+5
* PR15730/PR16986 Allow dependently typed vector_size types.Erich Keane2018-07-131-0/+54
* [C++17] Disallow lambdas in template parameters (PR33696).Nicolas Lesser2018-07-121-1/+5
* Revert -r336726, which included more files than intended.Erich Keane2018-07-101-53/+0
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-101-0/+53
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+6
* Improve diagnostics and error recovery for template name lookup.Richard Smith2018-05-111-12/+19