]> granicus.if.org Git - clang/history - lib/Sema/TreeTransform.h
[c++20] Add rewriting from comparison operators to <=> / ==.
[clang] / lib / Sema / TreeTransform.h
2019-10-19 Richard Smith[c++20] Add rewriting from comparison operators to...
2019-10-19 Richard Smith[c++20] Add CXXRewrittenBinaryOperator to represent...
2019-10-18 Alexey Bataev[OPENMP50]Add support for master taskloop simd.
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-15 Nico WeberRevert 374882 "[Concepts] Concept Specialization Expres...
2019-10-15 Saar Raz[Concepts] Concept Specialization Expressions
2019-10-14 Alexey Bataev[OPENMP50]Add support for 'parallel master taskloop...
2019-10-10 Alexey Bataev[OPENMP50]Support for 'master taskloop' directive.
2019-10-05 Simon PilgrimTreeTransform - silence static analyzer getAs<> null...
2019-10-04 Richard SmithProperly handle instantiation-dependent array bounds.
2019-09-26 Richard SmithAlways rebuild a DeclRefExpr if its FoundDecl would...
2019-09-23 Michael Liao[Sema] Fix the atomic expr rebuilding order.
2019-09-20 Erich KeaneEnsure AtomicExpr goes through SEMA checking after...
2019-09-17 Nicholas AllegraPush lambda scope earlier when transforming lambda...
2019-08-30 Richard Smith[c++20] Implement semantic restrictions for C++20 desig...
2019-08-27 Richard SmithDon't lose the FoundDecl and template arguments for...
2019-07-18 Anastasia Stulova[OpenCL][PR42033] Fix addr space deduction with templat...
2019-07-15 Anastasia Stulova[OpenCL] Deduce addr space for pointee of dependent...
2019-07-09 Aaron BallmanIgnore trailing NullStmts in StmtExprs for GCC compatib...
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-06-25 Richard SmithRemove redundant expression evaluation context when...
2019-06-14 Gauthier Harnisch[C++20] add Basic consteval specifier
2019-06-04 Richard SmithPR42104: Support instantiations of lambdas that implici...
2019-06-03 Jennifer YuRe-check in clang support gun asm goto after fixing...
2019-06-03 Simon PilgrimRevert rL362358 : PR42104: Support instantiations of...
2019-06-03 Richard SmithPR42104: Support instantiations of lambdas that implici...
2019-06-03 Brian Gesiak[coroutines][PR41909] Don't build dependent coroutine...
2019-06-02 Richard SmithTransform lambda expression captures when transforming...
2019-05-30 Erich KeaneRevert "clang support gnu asm goto."
2019-05-30 Jennifer Yuclang support gnu asm goto.
2019-05-28 Richard SmithDefer creating fields for captures until we finish...
2019-05-24 Richard SmithFactor out repeated code to build 'this' expressions...
2019-05-21 Richard Smith[c++20] P0780R2: Support pack-expansion of init-captures.
2019-05-16 Eric FiselierImplement __builtin_LINE() et. al. to support source...
2019-05-13 Richard SmithPR41845: Detect and reject mismatched inner/outer pack...
2019-05-08 Richard SmithSplit ActOnCallExpr into an ActOnCallExpr to be called...
2019-05-07 Leonard ChanRecommit r359859 "[Attribute/Diagnostics] Print macro...
2019-05-06 Richard Smith[c++20] Implement P1009R2: allow omitting the array...
2019-05-03 Leonard ChanRevert "[Attribute/Diagnostics] Print macro if definiti...
2019-05-02 Leonard Chan[Attribute/Diagnostics] Print macro if definition is...
2019-03-27 Alexey Bataev[OPENMP]Initial support for 'allocate' clause.
2019-03-12 Alexey Bataev[OPENMP 5.0]Initial support for 'allocator' clause.
2019-03-06 Roman Lebedev[clang][OpenMP] Revert "OMPFlushClause is synthetic...
2019-02-25 Michael Kruse[OpenMP 5.0] Parsing/sema support for from clause with...
2019-02-22 Michael Kruse[OpenMP 5.0] Parsing/sema support for to clause with...
2019-02-19 Michael Kruse[OpenMP 5.0] Parsing/sema support for map clause with...
2019-02-15 Richard SmithPR40642: Fix determination of whether the final stateme...
2019-01-29 Bruno RicciRe-commit "[AST] Introduce GenericSelectionExpr::Associ...
2019-01-28 Bruno RicciRevert "[AST] Introduce GenericSelectionExpr::Association"
2019-01-28 Roman Lebedev[clang][OpenMP] OMPFlushClause is synthetic, no such...
2019-01-28 Bruno Ricci[AST] Introduce GenericSelectionExpr::Association
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-04 Aaron BallmanRefactor the way we handle diagnosing unused expression...
2018-12-21 Bruno Ricci[AST] Store the callee and argument expressions of...
2018-12-21 Bruno Ricci[AST][NFC] Pass the AST context to one of the ctor...
2018-12-18 Kelvin Li[OPENMP] parsing and sema support for 'close' map-type...
2018-12-13 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-12 Mikael NilssonRevert "[OpenCL] Add generic AS to 'this' pointer"
2018-12-12 Mikael Nilsson[OpenCL] Add generic AS to 'this' pointer
2018-12-05 Anastasia Stulova[OpenCL] Diagnose conflicting address spaces in templates.
2018-11-29 Anastasia Stulova[OpenCL] Improve diags for addr spaces in templates
2018-11-21 Alexey Bataev[OPENMP]Fix handling of the LCVs in loop-based directives.
2018-11-02 Patrick LysterAdd support for 'atomic_default_mem_order' clause on...
2018-10-31 Bill WendlingCreate ConstantExpr class
2018-10-27 Bruno Ricci[AST] Refactor PredefinedExpr
2018-10-11 Patrick LysterAdd support for 'dynamic_allocators' clause on 'require...
2018-10-03 Patrick Lyster[OPENMP] Add reverse_offload clause to requires directive
2018-10-01 Patrick LysterAdd support for unified_shared_memory clause on require...
2018-09-28 Richard Smith[cxx2a] P0614R1: Support init-statements in range-based...
2018-09-27 Patrick LysterTest commit. NFC
2018-09-26 Richard SmithP0859R0: List-initialization is potentially-constant...
2018-09-26 Kelvin Li[OPENMP] Add support for OMP5 requires directive +...
2018-09-20 Erik Pilkington[Sema] Retain __restrict qualifiers when substituting...
2018-08-20 Richard SmithModel type attributes as regular Attrs.
2018-08-14 Reid KlecknerRevert r339623 "Model type attributes as regular Attrs."
2018-08-13 Richard SmithModel type attributes as regular Attrs.
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Stephen KellyPort getStartLoc -> getBeginLoc
2018-07-30 Fangrui SongRemove trailing space
2018-07-26 Richard SmithRefactor checking of switch conditions and case values.
2018-07-22 Richard SmithPR38257: don't perform ADL when instantiating a unary...
2018-07-13 Erich KeanePR15730/PR16986 Allow dependently typed vector_size...
2018-07-12 Nicolas Lesser[C++17] Disallow lambdas in template parameters (PR33696).
2018-07-10 Erich KeaneRevert -r336726, which included more files than intended.
2018-07-10 Erich Keane[NFC] Switch CodeGenFunction to use value init instead...
2018-06-20 Leonard Chan[Fixed Point Arithmetic] Fixed Point Precision Bits...
2018-05-11 Richard SmithImprove diagnostics and error recovery for template...
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-03 Richard SmithTrack the result of evaluating a computed noexcept...
2018-04-08 Eric Fiselier[Sema] Fix PR35832 - Ambiguity accessing anonymous...
2018-04-08 Eric Fiselier[Sema] Fix PR22637 - IndirectFieldDecl's discard qualif...
2018-04-06 Alexander KornienkoFix typos in clang
2018-03-28 Richard TrieuFix some handling of AST nodes with diagnostics.
2018-02-14 Richard SmithFix a couple of places where we assumed that non-type...
2018-01-24 Brian Gesiak[coroutines] Pass coro func args to promise ctor
2018-01-17 Vedant Kumar[Parse] Forward brace locations to TypeConstructExpr
2018-01-12 Richard SmithWhen rebuilding an InitListExpr, don't give it a type.
2018-01-12 Alexey Bataev[OPENMP] Replace calls of getAssociatedStmt().
2017-10-08 Benjamin KramerRemove unused variables. No functionality change.
next