summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Expr.h
Commit message (Expand)AuthorAgeFilesLines
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-121-0/+5
* [analyzer] handle modification of vars inside an expr with comma operatorPetar Jovanovic2019-03-071-0/+3
* Recommit "[AST] Factor out the logic of the various Expr::Ignore*"Bruno Ricci2019-02-171-1/+1
* Revert "[AST] Factor out the logic of the various Expr::Ignore*"Bruno Ricci2019-02-171-1/+1
* [AST] Factor out the logic of the various Expr::Ignore*Bruno Ricci2019-02-171-1/+1
* PR40642: Fix determination of whether the final statement of a statementRichard Smith2019-02-151-3/+3
* [Sema] Fix a regression introduced in "[AST][Sema] Remove CallExpr::setNumArgs"Bruno Ricci2019-02-141-0/+5
* [AST] Update the comments of the various Expr::Ignore* + Related cleanupsBruno Ricci2019-02-031-80/+93
* Re-commit "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-291-17/+127
* Revert "[AST] Introduce GenericSelectionExpr::Association"Bruno Ricci2019-01-281-127/+17
* [AST] Introduce GenericSelectionExpr::AssociationBruno Ricci2019-01-281-17/+127
* [AST] Pack GenericSelectionExprBruno Ricci2019-01-261-23/+73
* [AST][NFC] Various cleanups to GenericSelectionExprBruno Ricci2019-01-261-56/+76
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Fixed Point Arithmetic] Fixed Point Addition Constant Expression EvaluationLeonard Chan2019-01-181-0/+7
* [AST] Move back BasePathSize to the bit-fields of CastExprBruno Ricci2019-01-091-38/+11
* [AST][NFC] Pack OpaqueValueExprBruno Ricci2019-01-071-8/+7
* Diagnose an unused result from a call through a function pointer whose return...Aaron Ballman2019-01-031-0/+9
* [AST] Store the callee and argument expressions of CallExpr in a trailing array.Bruno Ricci2018-12-211-70/+138
* [AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.Bruno Ricci2018-12-211-13/+3
* [AST] Store "UsesADL" information in CallExpr.Eric Fiselier2018-12-121-3/+18
* [AST][Sema] Remove CallExpr::setNumArgsBruno Ricci2018-12-031-10/+22
* Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""Fangrui Song2018-11-301-5/+11
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Fangrui Song2018-11-301-11/+5
* Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-281-5/+11
* Revert r347417 "Re-Reinstate 347294 with a fix for the failures."Hans Wennborg2018-11-271-11/+5
* isEvaluatable() implies a constant context.Bill Wendling2018-11-241-1/+2
* Re-Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-211-4/+9
* Revert r347364 again, the fix was incomplete.Nico Weber2018-11-211-9/+4
* Reinstate 347294 with a fix for the failures.Bill Wendling2018-11-201-4/+9
* [AST] Store the expressions in ParenListExpr in a trailing arrayBruno Ricci2018-11-201-22/+35
* [AST][NFC] Factor out some repeated code in ArraySubscriptExpr.Bruno Ricci2018-11-201-14/+6
* [AST][NFC] Pack ArraySubscriptExprBruno Ricci2018-11-201-8/+12
* Revert 347294, it turned many bots on lab.llvm.org:8011/console red.Nico Weber2018-11-201-8/+3
* Use is.constant intrinsic for __builtin_constant_pBill Wendling2018-11-201-3/+8
* [AST] Store the string data in StringLiteral in a trailing array of charsBruno Ricci2018-11-151-67/+103
* [AST][NFC] Various NFCs in StringLiteralBruno Ricci2018-11-151-20/+14
* [AST] Pack BinaryOperatorBruno Ricci2018-11-151-32/+37
* [AST] Pack MemberExprBruno Ricci2018-11-151-43/+36
* [AST][NFC] Move the friend decls to the top of MemberExprBruno Ricci2018-11-151-4/+4
* [AST] Pack UnaryOperatorBruno Ricci2018-11-151-18/+21
* [AST] Revert r346793 and r346781Bruno Ricci2018-11-131-33/+37
* [AST][NFC] Style fixes for UnaryOperatorBruno Ricci2018-11-131-37/+33
* [AST][NFC] Pack DeclRefExprBruno Ricci2018-11-131-37/+32
* Compound literals, enums, et al require const exprBill Wendling2018-11-091-4/+8
* Change "struct" to "class" to avoid warningsBill Wendling2018-10-311-1/+2
* Create ConstantExpr classBill Wendling2018-10-311-0/+58
* [AST] Refactor PredefinedExprBruno Ricci2018-10-271-58/+86
* [Diagnostics] Check for integer overflow in array size expressions David Bolvansky2018-10-181-2/+7
* Remove deprecated APIStephen Kelly2018-09-061-368/+0