Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removing a bunch of dead returns/breaks after llvm_unreachables. | David Blaikie | 2011-09-23 | 1 | -1/+0 |
* | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -4/+4 |
* | Rename the ARC cast kinds to start with "ARC". | John McCall | 2011-09-10 | 1 | -4/+4 |
* | When converting a block pointer to an Objective-C pointer type, extend | John McCall | 2011-09-10 | 1 | -1/+2 |
* | Give conversions of block pointers to ObjC pointers a different cast kind | John McCall | 2011-09-09 | 1 | -1/+2 |
* | [analyzer] Remove the ProgramState argument from ExprEngine::evalBind; we wer... | Jordy Rose | 2011-08-28 | 1 | -2/+1 |
* | Fix regression in -Wuninitialized involving VLAs. It turns out that we were ... | Ted Kremenek | 2011-08-23 | 1 | -23/+2 |
* | [analyzer] Simplify ExprEngine::VisitBinaryOperator() by removing recursive v... | Ted Kremenek | 2011-08-20 | 1 | -121/+113 |
* | Start partitioning ExprEngine.cpp into separate .cpp files that handle differ... | Ted Kremenek | 2011-08-20 | 1 | -0/+781 |