summaryrefslogtreecommitdiff
path: root/include/clang/AST/Expr.h
Commit message (Expand)AuthorAgeFilesLines
* [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
* Test Commit for git-svn-cleanup comment.Erich Keane2018-09-051-4/+3
* We have in place support for parsing #pragma FENV_ACCESS, but that Kevin P. Neal2018-08-141-1/+7
* Renaming arg_const_range to const_arg_range; NFC.Aaron Ballman2018-08-121-3/+3
* Mark up deprecated methods as suchStephen Kelly2018-08-091-92/+368
* Port getLocEnd -> getEndLocStephen Kelly2018-08-091-13/+13
* Port getLocStart -> getBeginLocStephen Kelly2018-08-091-13/+13
* Add getEndLoc API to replace getLocEndStephen Kelly2018-08-091-46/+94
* Add getBeginLoc API to replace getLocStartStephen Kelly2018-08-091-46/+96
* [AST] CastExpr: BasePathSize is not large enough.Roman Lebedev2018-08-011-10/+34
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [AST] Sink 'part of explicit cast' down into ImplicitCastExprRoman Lebedev2018-07-271-7/+6
* [MS] Add L__FUNCSIG__ for compatibilityReid Kleckner2018-07-261-1/+2
* [Sema] Mark implicitly-inserted ICE's as being part of explicit cast (PR38166)Roman Lebedev2018-07-241-0/+8
* DR1687: When overload resolution selects a built-in operator, implicitRichard Smith2018-06-271-0/+4
* [Fixed Point Arithmetic] Fixed Point Precision Bits and Fixed Point LiteralsLeonard Chan2018-06-201-0/+41
* Revert "Revert r332955 "GNUstep Objective-C ABI version 2""David Chisnall2018-05-221-0/+8
* Revert r332955 "GNUstep Objective-C ABI version 2"Bjorn Pettersson2018-05-221-8/+0
* GNUstep Objective-C ABI version 2David Chisnall2018-05-221-0/+8
* Revert r332847; it caused us to miscompile certain forms of reference initial...Richard Smith2018-05-211-12/+7
* [CodeGen] Recognize more cases of zero initializationSerge Pavlov2018-05-211-7/+12
* Allow dllimport non-type template arguments in C++17Reid Kleckner2018-05-101-0/+7