| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a crash that can happen when you have typedefs for pointers to | Chris Lattner | 2008-07-21 | 1 | -4/+5 |
| * | simplify this predicate, only checking isObjCQualifiedIdType once. | Chris Lattner | 2008-07-21 | 1 | -4/+9 |
| * | Patch by | Ted Kremenek | 2008-07-19 | 1 | -1/+1 |
| * | "currentHandler" is a nullary selector | Ted Kremenek | 2008-07-18 | 1 | -1/+1 |
| * | Fix caching bug. | Ted Kremenek | 2008-07-18 | 1 | -4/+6 |
| * | Add panic support for NSAssertionHandler. | Ted Kremenek | 2008-07-18 | 1 | -8/+66 |
| * | Add panic function. | Ted Kremenek | 2008-07-18 | 1 | -2/+3 |
| * | Fix 80 col violation | Ted Kremenek | 2008-07-18 | 1 | -5/+5 |
| * | Fix regression by explicitly checking if we are negating a SymIntConstantVal. | Ted Kremenek | 2008-07-18 | 2 | -1/+20 |
| * | Improve path-sensitivity when using the logical not operator. | Ted Kremenek | 2008-07-18 | 1 | -0/+34 |
| * | Renamed deterministic EvalBinOp to DetermEvalBinOpNN. This name mangling is ... | Ted Kremenek | 2008-07-18 | 3 | -6/+10 |
| * | Created ValueStateSet class to manage the creation of multiple states by a me... | Ted Kremenek | 2008-07-18 | 4 | -43/+35 |
| * | Add support shufpd | Mon P Wang | 2008-07-18 | 1 | -0/+4 |
| * | Update signature of EvalAssume. | Ted Kremenek | 2008-07-17 | 1 | -3/+3 |
| * | Move GRTransferFunc* into ValueStateManager, and move the assumption logic th... | Ted Kremenek | 2008-07-17 | 2 | -181/+181 |
| * | Remove redundant logic. | Ted Kremenek | 2008-07-17 | 1 | -15/+0 |
| * | Begin major changes to EvalXXX methods in GRTransferFuncs. Currently some of... | Ted Kremenek | 2008-07-17 | 2 | -2/+54 |
| * | Fix for codegen crash on multibit bool bitfield initialization | Daniel Dunbar | 2008-07-17 | 1 | -0/+7 |
| * | Moved RemoveDeadBindings logic for the contents of 'Store' to a virtual Remov... | Ted Kremenek | 2008-07-17 | 2 | -85/+96 |
| * | Unify ctx_iterator/ctx_begin()/ctx_end() and iterator/begin()/end() so that a... | Argyrios Kyrtzidis | 2008-07-17 | 3 | -159/+102 |
| * | When in C++, make EnumConstant names hide tag names in the same scope, instea... | Argyrios Kyrtzidis | 2008-07-16 | 1 | -1/+6 |
| * | Two fixes: | Steve Naroff | 2008-07-16 | 2 | -3/+4 |
| * | When checking for name collision between a tag and a previously defined names... | Argyrios Kyrtzidis | 2008-07-16 | 1 | -5/+8 |
| * | Add 'this' in the comments of Parser::ParseCastExpression to indicate that it... | Argyrios Kyrtzidis | 2008-07-16 | 1 | -0/+1 |
| * | Fix regression introduced by http://lists.cs.uiuc.edu/pipermail/cfe-commits/W... | Ted Kremenek | 2008-07-16 | 1 | -2/+4 |
| * | Fix transfer function logic in GRSimpleVals for integer casts: only support c... | Ted Kremenek | 2008-07-15 | 1 | -0/+4 |
| * | For the MissingDealloc check, don't treat IBOutlet ivars as being needed to b... | Ted Kremenek | 2008-07-15 | 1 | -2/+4 |
| * | Use lowercase of attribute iboutlet to not conflict with the macro IBOutlet | Ted Kremenek | 2008-07-15 | 1 | -1/+1 |
| * | Added parsing/sema support for __attribute__ ((IBOutlet)), a clang-specific a... | Ted Kremenek | 2008-07-15 | 2 | -1/+19 |
| * | Distinguish between dead stores and dead initializations. | Ted Kremenek | 2008-07-15 | 1 | -9/+19 |
| * | isRetain() and isRelease() now only returns true if "Retain"/"Release" appear... | Ted Kremenek | 2008-07-15 | 1 | -2/+4 |
| * | Support retain/release tracking for CoreGraphics (CGxxxRef) objects. | Ted Kremenek | 2008-07-15 | 1 | -12/+83 |
| * | Refactor Dead Stores error reporting to use the simplified BugReporter::EmitB... | Ted Kremenek | 2008-07-14 | 2 | -37/+17 |
| * | http://llvm.org/bugs/show_bug.cgi?id=2523 | Nate Begeman | 2008-07-14 | 2 | -22/+88 |
| * | Added method "EmitBasicReport" to BugReporter to simplify the emission of sim... | Ted Kremenek | 2008-07-14 | 3 | -49/+36 |
| * | remove CGObjCEtoile until it compiles. | Chris Lattner | 2008-07-14 | 1 | -245/+0 |
| * | Use of NextToken() makes ParseIdentifierStatement unnecessary. | Argyrios Kyrtzidis | 2008-07-12 | 1 | -87/+7 |
| * | Convert CRLF -> LF line endings. | Argyrios Kyrtzidis | 2008-07-12 | 1 | -21/+21 |
| * | expand casts to handle what isIntegerConstantExpr handles. | Chris Lattner | 2008-07-12 | 1 | -11/+52 |
| * | Add support for __builtin_type_compatible_p, enums, etc. | Chris Lattner | 2008-07-12 | 1 | -16/+47 |
| * | start remembering diagnostics for various cases, add some missing | Chris Lattner | 2008-07-12 | 1 | -28/+85 |
| * | Tidy up error message. | Ted Kremenek | 2008-07-11 | 1 | -2/+4 |
| * | Add CSS for word wrapping of long message bubbles. | Ted Kremenek | 2008-07-11 | 1 | -0/+1 |
| * | Provide a structure for passing down 'is evaluated' and passing up | Chris Lattner | 2008-07-11 | 1 | -25/+62 |
| * | Add new check: -check-objc-methodsigs. This check scans methods in | Ted Kremenek | 2008-07-11 | 1 | -0/+125 |
| * | simplify some code a bit. | Chris Lattner | 2008-07-11 | 1 | -48/+42 |
| * | share code between sizeof(expr) and sizeof(type) | Chris Lattner | 2008-07-11 | 1 | -61/+44 |
| * | Fix comment. | Ted Kremenek | 2008-07-11 | 1 | -2/+3 |
| * | implement support for __extension__, make sure the result of a | Chris Lattner | 2008-07-11 | 1 | -13/+30 |
| * | add a new getIntTypeSizeInBits method. | Chris Lattner | 2008-07-11 | 1 | -11/+12 |