Age | Commit message (Expand) | Author |
2010-10-15 | Death to blocks, or at least the word "block" in one particular obnoxiously | John McCall |
2010-10-08 | Track the location of the context requiring an implicit conversion and use it | John McCall |
2010-10-01 | Factor out enumerator APSInt adjustment into | Gabor Greif |
2010-09-28 | Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://848... | Argyrios Kyrtzidis |
2010-09-19 | Implement -Wunused-label. | Argyrios Kyrtzidis |
2010-09-19 | Warn when an expression result in a LabelStmt is unused. | Argyrios Kyrtzidis |
2010-09-16 | improve the "enumeration value 'g' not handled in switch" | Chris Lattner |
2010-09-16 | Do not warn about empty bodies for 'if' statements if the body is expanded fr... | Ted Kremenek |
2010-09-09 | Fix indentation. | Ted Kremenek |
2010-09-09 | Remove tabs I accidentally introduced. | Ted Kremenek |
2010-09-09 | When building SwitchStmts in Sema, record whether all the enum values of a sw... | Ted Kremenek |
2010-09-03 | "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment | Chris Lattner |
2010-09-03 | Devirtualize Sema, kill off DeleteExpr and DeleteStmt, and reformat. | John McCall |
2010-08-25 | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall |
2010-08-25 | GCC didn't care for my attempt at API compatibility, so brute-force everything | John McCall |
2010-08-25 | Split FunctionScopeInfo and BlockScopeInfo into their own header. | John McCall |
2010-08-24 | More header elimination. The goal of all this is to allow Parser to | John McCall |
2010-08-24 | OwningExprResult -> ExprResult. This patch brought to you by | John McCall |
2010-08-23 | Kill off ExprArg (now just Expr*) and StmtArg (now just Stmt*). | John McCall |
2010-08-21 | DeclPtrTy -> Decl * | John McCall |
2010-08-12 | Typo. | Fariborz Jahanian |
2010-08-12 | Patch to issue warning when colllection expresion's type | Fariborz Jahanian |
2010-08-12 | Move Sema's headers into include/clang/Sema, renaming a few along the way. | Douglas Gregor |
2010-08-11 | IRGen support for functions returning objc object | Fariborz Jahanian |
2010-08-01 | Only run the jump-checker if there's a branch-protected scope *and* there's | John McCall |
2010-07-26 | Fix namespace polution. | Dan Gohman |
2010-07-25 | Remove the vast majority of the Destroy methods from the AST library, | Douglas Gregor |
2010-07-15 | Make the "unused result" warning a warning about run-time behavior, so | Douglas Gregor |
2010-07-08 | Reinstate the fix for PR7556. A silly use of isTrivial() was | Douglas Gregor |
2010-07-07 | Revert r107828 and r107827, the fix for PR7556, which seems to be | Douglas Gregor |
2010-07-07 | Do not use CXXZeroValueInitExpr for class types. Instead, use | Douglas Gregor |
2010-06-30 | Implement C++ DR299, which allows an implicit conversion from a class | Douglas Gregor |
2010-06-29 | Re-improve recovery when the condition of a switch statement does not | Douglas Gregor |
2010-06-29 | Factor the conversion from a switch condition to an integral or | Douglas Gregor |
2010-06-29 | With packed enums, an enumerator's value may be stored in more bits | Douglas Gregor |
2010-06-22 | Type Type::isRealFloatingType() that vectors are not floating-point | Douglas Gregor |
2010-06-21 | Alter the internal representation of the condition variable in | Douglas Gregor |
2010-06-16 | Introduce Type::isIntegralOrEnumerationType(), to cover those places | Douglas Gregor |
2010-06-12 | When deciding whether an expression has the boolean nature, don't look through | John McCall |
2010-05-18 | If a switch condition is constant, don't warn about missing enum cases. | John McCall |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-05-15 | Implement a simple form of the C++ named return value optimization for | Douglas Gregor |
2010-05-15 | Implement semantic analysis and an AST representation for the named | Douglas Gregor |
2010-05-15 | Recognize when the named return value optimization applies in a | Douglas Gregor |
2010-05-06 | Fixed DISABLE_SMART_POINTERS breakage | Douglas Gregor |
2010-05-06 | Rework our handling of temporary objects within the conditions of | Douglas Gregor |
2010-04-26 | Refactor Objective-C @catch parameter checking by detangling it from | Douglas Gregor |
2010-04-23 | Improve the AST representation of Objective-C @try/@catch/@finally | Douglas Gregor |
2010-04-23 | Implement PR6845. We allow matching constraints to have different | Chris Lattner |
2010-04-22 | Template instantiation for the Objective-C "fast enumeration" | Douglas Gregor |