| Commit message (Expand) | Author | Age | Files | Lines |
| * | Make ActOnExprStmt take a FullExprArg. | Anders Carlsson | 2009-05-17 | 1 | -0/+3 |
| * | Implement instantiation of a few boring, simple expressions. I don't think th... | Sebastian Redl | 2009-05-16 | 1 | -0/+17 |
| * | Basic support for member exprs where the base expr type is dependent. | Anders Carlsson | 2009-05-15 | 1 | -0/+5 |
| * | Implement C++0x nullptr. | Sebastian Redl | 2009-05-10 | 1 | -0/+4 |
| * | Fixes a bug for objc2's gc in the presense of type-casts. | Fariborz Jahanian | 2009-05-05 | 1 | -1/+3 |
| * | PR2524: downgrade taking address of expression of type 'void' to an | Eli Friedman | 2009-05-03 | 1 | -5/+11 |
| * | When determining whether an expression refers to a bit-field, look | Douglas Gregor | 2009-05-02 | 1 | -4/+10 |
| * | PR4103: Silence bogus unused expression warning. | Eli Friedman | 2009-04-29 | 1 | -1/+2 |
| * | Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. | Eli Friedman | 2009-04-26 | 1 | -1/+1 |
| * | implement PCH support for the rest of ExprObjC.h, including | Chris Lattner | 2009-04-26 | 1 | -0/+10 |
| * | Change isNullPointerConstant to be strict; hopefully this won't cause | Eli Friedman | 2009-04-25 | 1 | -6/+2 |
| * | Fix PR4027 + rdar://6808859, we were rejecting implicit casts of | Chris Lattner | 2009-04-21 | 1 | -0/+1 |
| * | FunctionDecl::getBody() is getting an ASTContext argument for use in | Douglas Gregor | 2009-04-18 | 1 | -2/+6 |
| * | Fix two embarrassing PCH bugs: | Douglas Gregor | 2009-04-17 | 1 | -1/+1 |
| * | Implement lvalue test for conditional expressions. | Sebastian Redl | 2009-04-17 | 1 | -0/+26 |
| * | Fix <rdar://problem/6765383> clang-6: clang does not appear to support declar... | Steve Naroff | 2009-04-16 | 1 | -0/+2 |
| * | PCH support for InitListExpr, DesignatedInitExpr, and ImplicitValueInitExpr. | Douglas Gregor | 2009-04-16 | 1 | -0/+18 |
| * | PCH support for ShuffleVectorExpr and BlockDeclRefExpr | Douglas Gregor | 2009-04-16 | 1 | -0/+9 |
| * | PCH support for ExtVectorElementExpr and VAArgExpr. | Douglas Gregor | 2009-04-15 | 1 | -3/+3 |
| * | PCH support for MemberExpr and CallExpr. | Douglas Gregor | 2009-04-15 | 1 | -0/+5 |
| * | PCH support for string literals | Douglas Gregor | 2009-04-15 | 1 | -0/+21 |
| * | Implement support for designated initializers that refer to members of | Douglas Gregor | 2009-04-15 | 1 | -18/+48 |
| * | Improve "assignment to cast" diagnostic. | Daniel Dunbar | 2009-04-15 | 1 | -3/+8 |
| * | Strip paren expressions when trying to diagnose "cast as lvalue" | Daniel Dunbar | 2009-04-14 | 1 | -1/+1 |
| * | Make our diagnostics about the obsolete GNU designated-initializer | Douglas Gregor | 2009-03-28 | 1 | -1/+1 |
| * | use isa<> | Chris Lattner | 2009-03-23 | 1 | -2/+2 |
| * | Adjust isModifiableLvalue to give a slightly more useful diagnostic for | Eli Friedman | 2009-03-22 | 1 | -10/+11 |
| * | fix some warnings in release-assert mode. | Chris Lattner | 2009-03-22 | 1 | -9/+9 |
| * | When building the structured initializer list, pre-allocate storage in | Douglas Gregor | 2009-03-20 | 1 | -0/+5 |
| * | Destroy expressions properly when resizing an initializer list | Douglas Gregor | 2009-03-20 | 1 | -1/+1 |
| * | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl | 2009-03-16 | 1 | -10/+8 |
| * | Add the ability to clone integer and string literals. Use it when instantiati... | Anders Carlsson | 2009-03-15 | 1 | -1/+10 |
| * | Handle dependent types/exprs in static_assert expressions. | Anders Carlsson | 2009-03-14 | 1 | -0/+1 |
| * | Implement template instantiation for the prefix unary operators. As | Douglas Gregor | 2009-03-13 | 1 | -0/+30 |
| * | Refactor the way we handle operator overloading and template | Douglas Gregor | 2009-03-13 | 1 | -0/+62 |
| * | add a helper function to strip noop casts. | Chris Lattner | 2009-03-13 | 1 | -0/+34 |
| * | Eliminate some unused default cases in switches on the binary operator kind | Douglas Gregor | 2009-03-12 | 1 | -1/+4 |
| * | Eliminate CXXClassVarDecl. It doesn't add anything | Douglas Gregor | 2009-03-11 | 1 | -1/+1 |
| * | Minor cleanup for choose expressions: add a helper that returns the | Eli Friedman | 2009-03-04 | 1 | -8/+2 |
| * | Change the AST generated for offsetof a bit so that it looks like a | Eli Friedman | 2009-02-27 | 1 | -43/+0 |
| * | Make isICE assert when Evaluate can't evaluate an ICE, as suggested by | Eli Friedman | 2009-02-27 | 1 | -26/+58 |
| * | The middle operand in ?: is optional, really. | Mike Stump | 2009-02-27 | 1 | -1/+1 |
| * | Rewrite of isIntegerConstantExpr to be centered around Evaluate. This | Eli Friedman | 2009-02-26 | 1 | -326/+172 |
| * | first wave of fixes for @encode sema support. This is part of PR3648. | Chris Lattner | 2009-02-24 | 1 | -1/+3 |
| * | We should not generate __weak write barrier on indirect reference | Fariborz Jahanian | 2009-02-23 | 1 | -0/+2 |
| * | More objc gc work. Match gcc's treatment of ivar access | Fariborz Jahanian | 2009-02-22 | 1 | -0/+27 |
| * | Improvements to ASTContext::getDeclAlignInBytes; fixes the testcase in | Eli Friedman | 2009-02-22 | 1 | -20/+7 |
| * | A few small tweaks to isConstantInitializer. (No test because this | Eli Friedman | 2009-02-20 | 1 | -3/+9 |
| * | rip out __builtin_overload | Chris Lattner | 2009-02-18 | 1 | -12/+0 |
| * | teach child iterators to walk into the child string of an ObjCStringLiteral, | Chris Lattner | 2009-02-18 | 1 | -2/+2 |