| Commit message (Expand) | Author | Age | Files | Lines |
| * | [analyzer] GNU __null is a pointer-sized integer, not a pointer. Fixes PR10372. | Jordy Rose | 2011-07-15 | 1 | -1/+4 |
| * | Create a new expression node, SubstNonTypeTemplateParmExpr, | John McCall | 2011-07-15 | 1 | -0/+1 |
| * | In ARC, reclaim all return values of retainable type, not just those | John McCall | 2011-07-07 | 1 | -1/+2 |
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 1 | -11/+13 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 1 | -7/+40 |
| * | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+1 |
| * | static analyzer: when conservatively evaluating functions, don't invalidate t... | Ted Kremenek | 2011-05-25 | 1 | -0/+21 |
| * | Fix regression in static analyzer's handling of prefix '--' operator. It was... | Ted Kremenek | 2011-05-20 | 1 | -1/+1 |
| * | Introduce Type::isSignedIntegerOrEnumerationType() and | Douglas Gregor | 2011-05-20 | 1 | -1/+1 |
| * | Augment retain/release checker to not warn about tracked objects passed as ar... | Ted Kremenek | 2011-05-02 | 1 | -3/+5 |
| * | Parsing/AST support for Structured Exception Handling | John Wiegley | 2011-04-28 | 1 | -0/+3 |
| * | Implementation of Embarcadero array type traits | John Wiegley | 2011-04-28 | 1 | -0/+1 |
| * | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+1 |
| * | Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II. | Ted Kremenek | 2011-04-22 | 1 | -1/+1 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 1 | -0/+2 |
| * | Add support for C++0x's range-based for loops, as specified by the C++11 draf... | Richard Smith | 2011-04-14 | 1 | -0/+1 |
| * | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -2/+0 |
| * | More __unknown_anytype work. | John McCall | 2011-04-11 | 1 | -0/+1 |
| * | Remove CK_DynamicToNull. | Anders Carlsson | 2011-04-11 | 1 | -1/+0 |
| * | As a first step towards fixing PR9641, add a CK_DynamicToNull cast kind which | Anders Carlsson | 2011-04-10 | 1 | -0/+1 |
| * | Start overhauling static analyzer support for C++ constructors. The inlining... | Ted Kremenek | 2011-04-08 | 1 | -2/+8 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -1/+2 |
| * | Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero... | Ted Kremenek | 2011-04-04 | 1 | -51/+4 |
| * | Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn... | Ted Kremenek | 2011-04-02 | 1 | -1/+2 |
| * | Static analyzer: fix bug in handling of dynamic_cast<>. The sink node wouldn... | Ted Kremenek | 2011-03-31 | 1 | -97/+86 |
| * | Begin reworking static analyzer support for C++ method calls. The current lo... | Ted Kremenek | 2011-03-30 | 1 | -66/+93 |
| * | static analyzer: Handle 'ExprWithCleanups' in ExprEngine by essentially ignor... | Ted Kremenek | 2011-03-12 | 1 | -1/+1 |
| * | Add support for the OpenCL vec_step operator, by generalising and | Peter Collingbourne | 2011-03-11 | 1 | -17/+12 |
| * | Teach CFGBuilder to prune trivially unreachable case statements. | Ted Kremenek | 2011-03-01 | 1 | -0/+4 |
| * | In preparation for fixing PR 6884, rework CFGElement to have getAs<> return p... | Ted Kremenek | 2011-03-01 | 1 | -13/+15 |
| * | [analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnaly... | Argyrios Kyrtzidis | 2011-03-01 | 1 | -0/+3232 |