| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall | 2010-12-06 | 1 | -7/+7 |
* | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall | 2010-12-04 | 1 | -1/+16 |
* | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall | 2010-12-02 | 1 | -7/+5 |
* | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall | 2010-11-24 | 1 | -4/+3 |
* | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis | 2010-11-20 | 1 | -7/+6 |
* | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis | 2010-11-19 | 1 | -5/+11 |
* | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek | 2010-11-10 | 1 | -5/+4 |
* | Emit error when using a bound member function for something other than callin... | Argyrios Kyrtzidis | 2010-11-01 | 1 | -0/+6 |
* | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall | 2010-10-15 | 1 | -2/+2 |
* | Track the location of the context requiring an implicit conversion and use it | John McCall | 2010-10-08 | 1 | -2/+9 |
* | Factor out enumerator APSInt adjustment into | Gabor Greif | 2010-10-01 | 1 | -11/+17 |
* | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis | 2010-09-28 | 1 | -2/+25 |
* | Implement -Wunused-label. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -0/+1 |
* | Warn when an expression result in a LabelStmt is unused. | Argyrios Kyrtzidis | 2010-09-19 | 1 | -0/+3 |
* | improve the "enumeration value 'g' not handled in switch" | Chris Lattner | 2010-09-16 | 1 | -4/+28 |
* | Do not warn about empty bodies for 'if' statements if the body is expanded fr... | Ted Kremenek | 2010-09-16 | 1 | -1/+4 |
* | Fix indentation. | Ted Kremenek | 2010-09-09 | 1 | -28/+28 |
* | Remove tabs I accidentally introduced. | Ted Kremenek | 2010-09-09 | 1 | -29/+29 |
* | When building SwitchStmts in Sema, record whether all the enum values of a sw... | Ted Kremenek | 2010-09-09 | 1 | -35/+47 |
* | "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment | Chris Lattner | 2010-09-03 | 1 | -1/+0 |
* | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall | 2010-09-03 | 1 | -2/+0 |
* | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 |
* | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall | 2010-08-25 | 1 | -2/+2 |
* | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall | 2010-08-25 | 1 | -15/+18 |
* | More header elimination. The goal of all this is to allow Parser to | John McCall | 2010-08-24 | 1 | -0/+1 |
* | OwningExprResult -> ExprResult. This patch brought to you by | John McCall | 2010-08-24 | 1 | -36/+36 |
* | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall | 2010-08-23 | 1 | -123/+75 |
* | DeclPtrTy -> Decl * | John McCall | 2010-08-21 | 1 | -17/+17 |
* | Typo. | Fariborz Jahanian | 2010-08-12 | 1 | -1/+1 |
* | Patch to issue warning when colllection expresion's type | Fariborz Jahanian | 2010-08-12 | 1 | -0/+21 |
* | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor | 2010-08-12 | 1 | -2/+2 |
* | IRGen support for functions returning objc object | Fariborz Jahanian | 2010-08-11 | 1 | -9/+0 |
* | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall | 2010-08-01 | 1 | -3/+11 |
* | Fix namespace polution. | Dan Gohman | 2010-07-26 | 1 | -0/+4 |
* | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor | 2010-07-25 | 1 | -4/+1 |
* | Make the "unused result" warning a warning about run-time behavior, so | Douglas Gregor | 2010-07-15 | 1 | -1/+1 |
* | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor | 2010-07-08 | 1 | -6/+0 |
* | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor | 2010-07-07 | 1 | -0/+6 |
* | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor | 2010-07-07 | 1 | -6/+0 |
* | Implement C++ DR299, which allows an implicit conversion from a class | Douglas Gregor | 2010-06-30 | 1 | -1/+2 |
* | Re-improve recovery when the condition of a switch statement does not | Douglas Gregor | 2010-06-29 | 1 | -4/+4 |
* | Factor the conversion from a switch condition to an integral or | Douglas Gregor | 2010-06-29 | 1 | -112/+16 |
* | With packed enums, an enumerator's value may be stored in more bits | Douglas Gregor | 2010-06-29 | 1 | -0/+2 |
* | Type Type::isRealFloatingType() that vectors are not floating-point | Douglas Gregor | 2010-06-22 | 1 | -2/+2 |
* | Alter the internal representation of the condition variable in | Douglas Gregor | 2010-06-21 | 1 | -7/+8 |
* | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor | 2010-06-16 | 1 | -2/+2 |
* | When deciding whether an expression has the boolean nature, don't look through | John McCall | 2010-06-12 | 1 | -3/+1 |
* | If a switch condition is constant, don't warn about missing enum cases. | John McCall | 2010-05-18 | 1 | -18/+69 |
* | Substantially alter the design of the Objective C type AST by introducing | John McCall | 2010-05-15 | 1 | -1/+1 |
* | Implement a simple form of the C++ named return value optimization for | Douglas Gregor | 2010-05-15 | 1 | -1/+2 |