summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/ExprCXX.h
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P1009R2: allow omitting the array bound in an arrayRichard Smith2019-05-061-10/+10
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-041-0/+4
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-121-0/+175
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci2019-01-091-29/+4
* [AST] Store the results in OverloadExpr in a trailing arrayBruno Ricci2019-01-091-138/+159
* [AST][NFC] Pack CXXScalarValueInitExprBruno Ricci2019-01-081-7/+10
* [AST][NFC] Pack CXXNoexceptExpr and SubstNonTypeTemplateParmExprBruno Ricci2019-01-081-27/+28
* [AST] Pack CXXDependentScopeMemberExprBruno Ricci2019-01-081-51/+68
* [AST] Store some data of CXXNewExpr as trailing objectsBruno Ricci2019-01-071-80/+109
* [AST][NFC] Pack DependentScopeDeclRefExpr and CXXUnresolvedConstructExprBruno Ricci2019-01-071-49/+44
* [AST] Store the arguments of CXXConstructExpr in a trailing arrayBruno Ricci2018-12-221-84/+127
* [AST][NFC] Pack CXXOperatorCallExprBruno Ricci2018-12-211-19/+19
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-51/+72
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-10/+14
* [AST][NFC] Make ArrayTypeTraitExpr non polymorphicBruno Ricci2018-12-041-4/+0
* [AST][Sema] Remove CallExpr::setNumArgsBruno Ricci2018-12-031-14/+21
* [AST][NFC] Pack CXXDeleteExprBruno Ricci2018-12-031-35/+23
* [AST][NFC] Pack CXXDefaultInitExprBruno Ricci2018-11-171-12/+9
* [AST][NFC] Pack CXXDefaultArgExprBruno Ricci2018-11-171-25/+18
* [AST][NFC] Pack CXXThrowExprBruno Ricci2018-11-171-20/+21
* [AST][NFC] Pack CXXThisExprBruno Ricci2018-11-161-15/+14
* [AST][NFC] Pack CXXNullPtrLiteralExprBruno Ricci2018-11-161-9/+8
* [AST][NFC] Pack CXXBoolLiteralExprBruno Ricci2018-11-161-12/+11
* Create ConstantExpr classBill Wendling2018-10-311-10/+1
* Remove deprecated APIStephen Kelly2018-09-061-348/+0
* [ASTMatchers] Let hasAnyArgument also support CXXUnresolvedConstructExprShuai Wang2018-08-121-0/+6
* Renaming arg_const_range to const_arg_range; NFC.Aaron Ballman2018-08-121-3/+3
* Mark up deprecated methods as suchStephen Kelly2018-08-091-87/+348
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-12/+12
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-17/+17
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-44/+90
* Add getBeginLoc API to replace getStartLocStephen Kelly2018-08-091-2/+2
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-47/+88
* [AST] CastExpr: BasePathSize is not large enough.Roman Lebedev2018-08-011-4/+29
* Remove trailing spaceFangrui Song2018-07-301-23/+23
* Test commitStephen Kelly2018-07-101-0/+1
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-317/+317
* [AST] Fix some Clang-tidy modernize-use-auto and Include What You Use warning...Eugene Zelenko2018-04-101-6/+6
* Fix a couple of places where we assumed that non-type template parameters are...Richard Smith2018-02-141-0/+1
* [Parse] Forward brace locations to TypeConstructExprVedant Kumar2018-01-171-0/+3
* [AST] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko2017-11-181-395/+502
* Fix mangling for dependent "type { expr-list }" expressions, and add mangling...Richard Smith2017-08-231-0/+5
* Use FPContractModeKind universallyAdam Nemet2017-03-291-1/+3
* Revert "Use FPContractModeKind universally"Adam Nemet2017-03-291-3/+1
* Use FPContractModeKind universallyAdam Nemet2017-03-291-1/+3
* Encapsulate FPOptions and use it consistentlyAdam Nemet2017-03-271-8/+8
* [coroutines] Refactor SuspendExpr to create just one OpaqueValue (almost NFC)Gor Nishanov2017-03-111-7/+12
* [coroutines] Fix assertion in DependentCoawaitExpr when the argument is non-d...Eric Fiselier2017-03-091-1/+3
* [coroutines] Add DependentCoawaitExpr and fix re-building CoroutineBodyStmt.Eric Fiselier2017-03-061-4/+55