| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | privatize all of the string literal memory allocation/creation | Chris Lattner | 2009-02-18 | 1 | -47/+21 |
* | change the StringLiteral AST node to track all of the SourceLocations of | Chris Lattner | 2009-02-18 | 1 | -6/+22 |
* | isICE was evaluating ?: incorrectly with missing-gcc-LHS extension. | Daniel Dunbar | 2009-02-18 | 1 | -3/+16 |
* | Convert isIntegerConstantExpr to use ASTContext::MakeIntValue. | Daniel Dunbar | 2009-02-18 | 1 | -39/+29 |
* | Rename UnaryTypeTraitExpr::Evaluate to EvaluateTrait to not collide | Daniel Dunbar | 2009-02-17 | 1 | -1/+1 |
* | Unbreak clang. | Daniel Dunbar | 2009-02-16 | 1 | -1/+1 |
* | fix long lines. | Chris Lattner | 2009-02-16 | 1 | -8/+12 |
* | introduce and use a new ExtVectorElementExpr::isArrow method, at Eli's sugges... | Chris Lattner | 2009-02-16 | 1 | -0/+6 |
* | Add hook to add attributes to function declarations that we know | Douglas Gregor | 2009-02-14 | 1 | -4/+4 |
* | Several related changes: | Chris Lattner | 2009-02-14 | 1 | -38/+103 |
* | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor | 2009-02-13 | 1 | -1/+1 |
* | Fix va_arg bug noticed by Eli, __builtin_va_arg is not an l-value | Daniel Dunbar | 2009-02-12 | 1 | -1/+1 |
* | CallExpr now uses ASTContext's allocate to allocate/delete its array of subex... | Ted Kremenek | 2009-02-09 | 1 | -5/+16 |
* | Deallocate the StringLiteral itself in StringLiteral::Destroy() and deallocat... | Ted Kremenek | 2009-02-09 | 1 | -1/+2 |
* | Allocate the subexpression array for OberloadExpr from ASTContext's allocator. | Ted Kremenek | 2009-02-09 | 1 | -0/+7 |