Age | Commit message (Expand) | Author |
2008-04-24 | More boilerplate for handling specialized-transfer function logic for dead sy... | Ted Kremenek |
2008-04-24 | Patch to diagnose inconsistancies between properties declared in current and | Fariborz Jahanian |
2008-04-24 | Added initial boilerplate in GRExprEngine to allow checker-specific transfer | Ted Kremenek |
2008-04-23 | When building PathDiagnostics for bug reports, generate a trimmed ExplodedGra... | Ted Kremenek |
2008-04-23 | Fixed: <rdar://problem/5881148> | Ted Kremenek |
2008-04-23 | TranslationUnit now owns IdentifierTable, TargetInfo, and Selectors objects | Ted Kremenek |
2008-04-23 | fix a rewriter crash on zero length files. | Chris Lattner |
2008-04-23 | Patch to build AST for property implementation declarations and | Fariborz Jahanian |
2008-04-22 | Rewrote VisitDeclStmt to properly handle initializers that can do anything. | Ted Kremenek |
2008-04-22 | Added lval type (and tracking) for StringLiterals. | Ted Kremenek |
2008-04-22 | Added "nonlval::LValAsInteger" to represent abstract LVals casted to integers... | Ted Kremenek |
2008-04-22 | "This patch renames | Chris Lattner |
2008-04-22 | PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring | Ted Kremenek |
2008-04-22 | Add VisitArraySubscriptExpr. | Ted Kremenek |
2008-04-21 | Added support for detected bad dereferences involving MemberExprs, e.g. x->f ... | Ted Kremenek |
2008-04-21 | More semantics checks of properties. Property implementation can implicitly use | Fariborz Jahanian |
2008-04-21 | Support for @dynamic AST build. | Fariborz Jahanian |
2008-04-21 | Continuation of work on ObjC2's properties. | Fariborz Jahanian |
2008-04-21 | Clean up handling of function redeclarations | Douglas Gregor |
2008-04-20 | Only generate code for static functions and global variables that are actuall... | Nate Begeman |
2008-04-20 | html::EscapeText (using the Rewriter) now replaces tabs by default. | Ted Kremenek |
2008-04-19 | simplify ownership of the predefines buffer. | Chris Lattner |
2008-04-18 | OCUVector -> ExtVector, shorthand for extended vector, per feedback from Chris. | Nate Begeman |
2008-04-18 | Generalize caching mechanism for bugs reports. Now individual BugTypes | Ted Kremenek |
2008-04-18 | Fixed more caching bugs related to the one fixed in r49914. Silence | Ted Kremenek |
2008-04-18 | Fixed elusive caching bug that led to false positives. | Ted Kremenek |
2008-04-18 | Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors | Ted Kremenek |
2008-04-18 | Added "EvalAssume" virtual method to GRTransferFuncs; this is for evaluating | Ted Kremenek |
2008-04-18 | Allow targets to override double size, alignment, and semantics, and tie this | Nate Begeman |
2008-04-18 | Provide a version of html::HighlightMacros that takes a Preprocessor&. | Ted Kremenek |
2008-04-18 | Several Expr subclasses did not mark "getSourceRange()" virtual. Fixed. | Ted Kremenek |
2008-04-18 | BugReport::VisitNode now takes BugReporter& instead of ASTContext&. | Ted Kremenek |
2008-04-18 | Simplified internal logic of BugReporter, consolidating EmitWarning and | Ted Kremenek |
2008-04-18 | Initial work for property implementation declarations. | Fariborz Jahanian |
2008-04-17 | Modified BugReport::getEndPath() to handle the case where end path is at | Ted Kremenek |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |
2008-04-17 | Added "PreprocessorFactory", an interface for lazily creating Preprocessor ob... | Ted Kremenek |
2008-04-17 | Added property decl support for protocols. | Fariborz Jahanian |
2008-04-17 | Addition of TranslationUnitDecl to the AST: | Argyrios Kyrtzidis |
2008-04-16 | Make HighlightRange correctly handle multi-line ranges. This causes us to | Chris Lattner |
2008-04-16 | Handle ReturnStmts by dispatching to "EvalReturn" in the transfer function ob... | Ted Kremenek |
2008-04-16 | add a new HighlightRange API, it doesn't handle multiline ranges | Chris Lattner |
2008-04-16 | New AST class for property implementation declarations. | Fariborz Jahanian |
2008-04-16 | Added CFGBlock::getTerminatorCondition() to get the Expr* of the condition a ... | Ted Kremenek |
2008-04-16 | This patch adds support for declaraing properties in categories, | Fariborz Jahanian |
2008-04-16 | reenable highlighting of (the first line of) comments | Chris Lattner |
2008-04-16 | Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to | Ted Kremenek |
2008-04-16 | Hook up "EvalStore" from GRTransferFuncs to GRExprEngine. | Ted Kremenek |
2008-04-16 | Take first step to migrating handling of "stores" to values from GRExprEngine | Ted Kremenek |
2008-04-16 | split syntax highlighting of macros from keywords and comments, | Chris Lattner |