Age | Commit message (Expand) | Author |
2011-01-05 | Refactor the application of type attributes so that attributes from | John McCall |
2010-12-15 | Sundry missing lvalue-to-rvalue conversions. Also leave a TODO for the vital | John McCall |
2010-12-15 | Variadic templates: extend the Expr class with a bit that specifies | Douglas Gregor |
2010-12-10 | It's kindof silly that ExtQuals has an ASTContext&, and we can use that | John McCall |
2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
2010-12-06 | Rename CXXExprWithTemporaries -> ExprWithCleanups; there's no theoretical | John McCall |
2010-12-04 | Although we currently have explicit lvalue-to-rvalue conversions, they're | John McCall |
2010-12-02 | Simplify the ASTs by consolidating ObjCImplicitGetterSetterExpr and ObjCPrope... | John McCall |
2010-11-24 | Switch a lot of call-sites over to using the new value-kind calculations. | John McCall |
2010-11-20 | Revert r119838 "Don't warn for empty 'if' body if there is a macro that expan... | Argyrios Kyrtzidis |
2010-11-19 | Don't warn for empty 'if' body if there is a macro that expands to nothing, e.g: | Argyrios Kyrtzidis |
2010-11-10 | Region-allocate all AttributeList objects from a factory object instead of ma... | Ted Kremenek |
2010-11-01 | Emit error when using a bound member function for something other than callin... | Argyrios Kyrtzidis |
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 |