| 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 |
| * | Teach the static analyzer's interpretation of Cocoa conventions to | Douglas Gregor | 2011-07-06 | 1 | -3/+3 |
| * | [analyzer] Use UnknownVal when default-initializing arrays whose element type... | Jordy Rose | 2011-06-27 | 1 | -1/+6 |
| * | Introduce a new AST node describing reference binding to temporaries. | Douglas Gregor | 2011-06-21 | 2 | -11/+16 |
| * | Initialize a couple of variables to shut GCC up. | John McCall | 2011-06-17 | 1 | -1/+1 |
| * | Automatic Reference Counting. | John McCall | 2011-06-15 | 2 | -24/+130 |
| * | [analyzer] When performing a binary operation on symbolic operands, we conver... | Jordy Rose | 2011-06-15 | 1 | -4/+32 |
| * | [analyzer] PR8962 again. Ban ParenExprs (and friends) from block-level expres... | Jordy Rose | 2011-06-10 | 1 | -15/+0 |
| * | [analyzer] Look through __extension__ expressions in a GRState's Environment.... | Jordy Rose | 2011-06-08 | 1 | -6/+6 |
| * | Add support for builtin astype: | Tanya Lattner | 2011-06-04 | 1 | -0/+1 |
| * | Tighen analyzer diagnostics w.r.t ObjC/CF leaks. | Ted Kremenek | 2011-05-26 | 1 | -15/+14 |
| * | static analyzer: when conservatively evaluating functions, don't invalidate t... | Ted Kremenek | 2011-05-25 | 3 | -5/+35 |
| * | Teach analyzer about cf_returns_not_retained for C functions. | Ted Kremenek | 2011-05-25 | 1 | -0/+3 |
| * | Enhance retain/release checker to flag warnings when functions returning CG t... | Ted Kremenek | 2011-05-25 | 1 | -51/+84 |
| * | A few more is(Un)signedIntegerType/is(Un)signedOrEnumerationType cleanups. | Douglas Gregor | 2011-05-21 | 3 | -4/+8 |
| * | 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 |
| * | Teach RegionStore not to symbolic array values whose indices it cannot reason... | Ted Kremenek | 2011-05-19 | 1 | -0/+5 |
| * | Modify some deleted function methods to better reflect reality: | Alexis Hunt | 2011-05-06 | 1 | -2/+2 |
| * | Add Checker callback for running a checker at the end of processing an entire... | Ted Kremenek | 2011-05-05 | 1 | -0/+14 |
| * | Tweak the retain/release checker to not stop tracking retained objects when c... | Ted Kremenek | 2011-05-02 | 1 | -0/+7 |
| * | Augment retain/release checker to not warn about tracked objects passed as ar... | Ted Kremenek | 2011-05-02 | 7 | -45/+94 |
| * | 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 |
| * | Allow 'Environment::getSVal()' to allow an optional way for checkers to do a ... | Ted Kremenek | 2011-04-27 | 1 | -1/+11 |
| * | t/clang/expr-traits | John Wiegley | 2011-04-25 | 1 | -0/+1 |
| * | Remove unused STL header includes. | Jay Foad | 2011-04-23 | 1 | -2/+0 |
| * | Add static analyzer support for C++'0X nullptr. Patch by Jim Goodnow II. | Ted Kremenek | 2011-04-22 | 2 | -1/+4 |
| * | fix a bunch of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 4 | -4/+4 |
| * | C1X: implement generic selections | Peter Collingbourne | 2011-04-15 | 3 | -1/+8 |
| * | 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 |
| * | static analyzer: invalidate by-ref arguments passed to constructors in a 'new... | Ted Kremenek | 2011-04-12 | 1 | -3/+31 |
| * | Fix bug in SimpleSValBuilder where '--' pointer arithmetic was treated like '... | Ted Kremenek | 2011-04-12 | 1 | -1/+2 |
| * | RegionStoreManager::invalidateRegions: treat classes the same as structs. | Ted Kremenek | 2011-04-12 | 1 | -3/+3 |
| * | After some discussion with Doug, we decided that it made a lot more sense | John McCall | 2011-04-12 | 1 | -2/+0 |
| * | C++ static analysis: also invalidate fields of objects that are the callees i... | Ted Kremenek | 2011-04-11 | 2 | -1/+16 |
| * | 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 | 2 | -36/+110 |
| * | Basic, untested implementation for an "unknown any" type requested by LLDB. | John McCall | 2011-04-07 | 1 | -1/+2 |
| * | When updating the retain summary based on {cf,ns}_consumed attributes, | John McCall | 2011-04-06 | 1 | -1/+1 |
| * | Fix PR 9626 (duplicated self-init warnings under -Wuninitialized) with numero... | Ted Kremenek | 2011-04-04 | 1 | -51/+4 |
| * | static analyzer: Add a new ProgramPoint PostCondition to represent the post p... | Ted Kremenek | 2011-04-03 | 1 | -0/+19 |
| * | Fix RegionStore bug when doing a field load whose parent is also a field assi... | Ted Kremenek | 2011-04-03 | 1 | -11/+17 |
| * | Teach IdempotentOperationsChecker about paths aborted because ExprEngine didn... | Ted Kremenek | 2011-04-02 | 1 | -1/+2 |
| * | static analyzer: Rename 'BlocksAborted' to 'BlocksExhausted' to reflect that ... | Ted Kremenek | 2011-04-02 | 1 | -1/+1 |
| * | Static analyzer: fix bug in handling of dynamic_cast<>. The sink node wouldn... | Ted Kremenek | 2011-03-31 | 1 | -97/+86 |