summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-236/+236
* Track the result of evaluating a computed noexcept specification on theRichard Smith2018-05-031-13/+6
* [Sema] Fix PR35832 - Ambiguity accessing anonymous struct/union with multiple...Eric Fiselier2018-04-081-1/+0
* [Sema] Fix PR22637 - IndirectFieldDecl's discard qualifiers during template i...Eric Fiselier2018-04-081-5/+5
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-281-1/+1
* Fix a couple of places where we assumed that non-type template parameters are...Richard Smith2018-02-141-2/+4
* [coroutines] Pass coro func args to promise ctorBrian Gesiak2018-01-241-2/+2
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-26/+25
* When rebuilding an InitListExpr, don't give it a type.Richard Smith2018-01-121-16/+5
* [OPENMP] Replace calls of getAssociatedStmt().Alexey Bataev2018-01-121-5/+1
* Remove unused variables. No functionality change.Benjamin Kramer2017-10-081-1/+0
* Fix two-phase name lookup for non-dependent overloaded operators.Richard Smith2017-10-051-4/+10
* Dependent Address Space SupportAndrew Gozillon2017-10-021-5/+71
OpenPOWER on IntegriCloud