summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/TreeTransform.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* [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
OpenPOWER on IntegriCloud