]> granicus.if.org Git - clang/history - include/clang/AST/ExprCXX.h
[c++20] Add rewriting from comparison operators to <=> / ==.
[clang] / include / clang / AST / ExprCXX.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-15 Richard SmithRemove unnecessary and inappropriate forward-declaratio...
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-09-30 Richard SmithFix crash on value-dependent delete-expressions.
2019-09-30 Erich KeaneTeach CallGraph to look into Generic Lambdas.
2019-09-30 Simon PilgrimDeclCXX/ExprCXX - silence static analyzer getAs<> null...
2019-08-29 Dmitri GribenkoRemoved a function declaration that doesn't have a...
2019-07-22 Marco Antognini[OpenCL] Improve destructor support in C++ for OpenCL
2019-07-02 Erik Pilkington[C++2a] Add __builtin_bit_cast, used to implement std...
2019-05-24 Richard SmithFix crash deserializing a CUDAKernelCallExpr with a...
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-06 Richard Smith[c++20] Implement P1009R2: allow omitting the array...
2019-05-04 Hamza Sood[c++20] Implement P0428R2 - Familiar template syntax...
2019-04-12 Bruno Ricci[AST][NFC] Add const children() accessors to all AST...
2019-01-19 Chandler CarruthUpdate the file headers across all of the LLVM projects...
2019-01-09 Bruno Ricci[AST] Move back BasePathSize to the bit-fields of CastExpr
2019-01-09 Bruno Ricci[AST] Store the results in OverloadExpr in a trailing...
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXScalarValueInitExpr
2019-01-08 Bruno Ricci[AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplat...
2019-01-08 Bruno Ricci[AST] Pack CXXDependentScopeMemberExpr
2019-01-07 Bruno Ricci[AST] Store some data of CXXNewExpr as trailing objects
2019-01-07 Bruno Ricci[AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnreso...
2018-12-22 Bruno Ricci[AST] Store the arguments of CXXConstructExpr in a...
2018-12-21 Bruno Ricci[AST][NFC] Pack CXXOperatorCallExpr
2018-12-21 Bruno Ricci[AST] Store the callee and argument expressions of...
2018-12-12 Eric Fiselier[AST] Store "UsesADL" information in CallExpr.
2018-12-04 Bruno Ricci[AST][NFC] Make ArrayTypeTraitExpr non polymorphic
2018-12-03 Bruno Ricci[AST][Sema] Remove CallExpr::setNumArgs
2018-12-03 Bruno Ricci[AST][NFC] Pack CXXDeleteExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXDefaultInitExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXDefaultArgExpr
2018-11-17 Bruno Ricci[AST][NFC] Pack CXXThrowExpr
2018-11-16 Bruno Ricci[AST][NFC] Pack CXXThisExpr
2018-11-16 Bruno Ricci[AST][NFC] Pack CXXNullPtrLiteralExpr
2018-11-16 Bruno Ricci[AST][NFC] Pack CXXBoolLiteralExpr
2018-10-31 Bill WendlingCreate ConstantExpr class
2018-09-06 Stephen KellyRemove deprecated API
2018-08-12 Shuai Wang[ASTMatchers] Let hasAnyArgument also support CXXUnreso...
2018-08-12 Aaron BallmanRenaming arg_const_range to const_arg_range; NFC.
2018-08-09 Stephen KellyMark up deprecated methods as such
2018-08-09 Stephen KellyPort getLocEnd -> getEndLoc
2018-08-09 Stephen KellyPort getLocStart -> getBeginLoc
2018-08-09 Stephen KellyAdd getEndLoc API to replace getLocEnd
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getStartLoc
2018-08-09 Stephen KellyAdd getBeginLoc API to replace getLocStart
2018-08-01 Roman Lebedev[AST] CastExpr: BasePathSize is not large enough.
2018-07-30 Fangrui SongRemove trailing space
2018-07-10 Stephen KellyTest commit
2018-05-09 Adrian PrantlRemove \brief commands from doxygen comments.
2018-04-10 Eugene Zelenko[AST] Fix some Clang-tidy modernize-use-auto and Includ...
2018-02-14 Richard SmithFix a couple of places where we assumed that non-type...
2018-01-17 Vedant Kumar[Parse] Forward brace locations to TypeConstructExpr
2017-11-18 Eugene Zelenko[AST] Fix some Clang-tidy modernize and Include What...
2017-08-23 Richard SmithFix mangling for dependent "type { expr-list }" express...
2017-03-29 Adam NemetUse FPContractModeKind universally
2017-03-29 Adam NemetRevert "Use FPContractModeKind universally"
2017-03-29 Adam NemetUse FPContractModeKind universally
2017-03-27 Adam NemetEncapsulate FPOptions and use it consistently
2017-03-11 Gor Nishanov[coroutines] Refactor SuspendExpr to create just one...
2017-03-09 Eric Fiselier[coroutines] Fix assertion in DependentCoawaitExpr...
2017-03-06 Eric Fiselier[coroutines] Add DependentCoawaitExpr and fix re-buildi...
2017-02-09 Richard Smith[c++1z] P0091R3: Basic support for deducing class templ...
2016-12-14 Richard SmithRemove custom handling of array copies in lambda by...
2016-10-20 Richard SmithPR26276: Fix detection of non-cast-expressions as opera...
2016-10-10 Richard SmithRe-commit r283722, reverted in r283750, with a fix...
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-09-28 Richard SmithRe-commit r282556, reverted in r282564, with a fix...
2016-09-28 Richard SmithRevert r282556. This change made several bots unhappy.
2016-09-27 Richard SmithP0145R3 (C++17 evaluation order tweaks): evaluate the...
2016-08-12 Richard SmithP0217R3: template instantiation support for decompositi...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-06-28 Richard SmithP0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941...
2016-06-24 David MajnemerUse the same underlying type for bitfields
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-10 Richard SmithRemove CXXConstructExpr::getFoundDecl(); it turned...
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2016-05-25 Hal Finkel[CGDebugInfo] Modify the preferred expression location...
2016-05-11 Richard SmithPreserve the FoundDecl when performing overload resolut...
2016-03-28 David MajnemerFix serialization/deserialization for __uuidof
2016-03-27 David MajnemerImprove the representation of CXXUuidofExpr
2016-01-14 Justin Lebar[CUDA] Warn undeclared identifiers in CUDA kernel calls
2016-01-06 John McCallOnly instantiate a default argument once.
2015-12-31 James Y Knight[TrailingObjects] Convert remaining classes in Expr...
2015-12-30 James Y Knight[TrailingObjects] Convert CastExpr and subclasses.
2015-12-29 James Y Knight[TrailingObjects] Convert AST classes that had a ASTTem...
2015-12-24 James Y Knight[TrailingObjects] Convert ASTTemplateKWAndArgsInfo...
2015-12-06 Craig TopperUse llvm::make_range to reduce mentions of iterator...
2015-11-25 Alexey Bataev[MSVC] 'property' with an empty array in array subscrip...
2015-11-22 Richard Smith[coroutines] Factor out co_await representation into...
2015-10-27 Richard SmithWork around incomplete list initialization support...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
next