Age | Commit message (Expand) | Author |
2009-02-15 | Remove accidental duplication of content in .h file. | Ted Kremenek |
2009-02-14 | Add hook to add attributes to function declarations that we know | Douglas Gregor |
2009-02-14 | Patch by Ben Laurie: | Ted Kremenek |
2009-02-14 | GRExprEngine: Handle empty statement expressions. | Ted Kremenek |
2009-02-14 | Added GRStateManager::scanReachableSymbols(), a method which scans the reachable | Ted Kremenek |
2009-02-14 | Use GRTransferFuncs::EvalBind when processing variable initializations. | Ted Kremenek |
2009-02-14 | Static analyzer: | Ted Kremenek |
2009-02-13 | Implicitly declare certain C library functions (malloc, strcpy, memmove, | Douglas Gregor |
2009-02-13 | GRExprEngine: | Ted Kremenek |
2009-02-12 | Several cleanups: | Steve Naroff |
2009-02-11 | Per PR 3187, disable the missing -dealloc check for classes that subclass Sen... | Ted Kremenek |
2009-02-10 | BugReporter: Use llvm::raw_string_stream instead of std::ostringstream. | Ted Kremenek |
2009-02-10 | Fix a crash in GRSimpleVals::EvalCast due not handling transparent unions. | Ted Kremenek |
2009-02-09 | Fix PR 2514: Do not flag dead initializations for variables initialized to a ... | Ted Kremenek |
2009-02-07 | Fix null dereference. | Ted Kremenek |
2009-02-07 | For retain/release leaks, have the BugReport description indicate the allocat... | Ted Kremenek |
2009-02-07 | Tidy up bug descriptions. | Ted Kremenek |
2009-02-07 | Use BugReport::getDescription() for the compiler warning text. | Ted Kremenek |
2009-02-07 | Determining the allocation site for a leak when constructing a CFRefLeakRepor... | Ted Kremenek |
2009-02-07 | Split logic for 'getEndPath()' for CFRefReport and CFRefLeakReport. | Ted Kremenek |
2009-02-07 | Convert a use of 'std::ostringstream' to 'llvm::raw_string_ostream'. | Ted Kremenek |
2009-02-07 | Ensure that we assert if given an unhandled value. | Mike Stump |
2009-02-07 | GRExprEngine: When processing compound assignments, do a switch table lookup ... | Ted Kremenek |
2009-02-06 | SymbolicRegions really have unknown sizes. | Zhongxing Xu |
2009-02-06 | Create ElementRegion when the base is SymbolicRegion. This is like what we do | Zhongxing Xu |
2009-02-06 | handle fatal errors, rely on warnings to point out missing cases. | Chris Lattner |
2009-02-05 | Add 'AppendValue' to the list of magic CF function names that cause a tracked... | Ted Kremenek |
2009-02-05 | Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so | Zhongxing Xu |
2009-02-05 | Remove a bunch of obscene double-buffering of BugReports in the retain/release | Ted Kremenek |
2009-02-05 | Fix regression: Leak (BugType) object should have 'isLeak()' return true. | Ted Kremenek |
2009-02-04 | Overhaul BugReporter interface and implementation. The new interface cleans up | Ted Kremenek |
2009-02-04 | Remove dead code. | Zhongxing Xu |
2009-02-04 | make SM::getColumnNumber take a predecomposed FileID/offset, which | Chris Lattner |
2009-01-30 | Fix horrible non-termination bug in LiveVariables. The issue was that | Ted Kremenek |
2009-01-30 | Move method out-of-line. | Ted Kremenek |
2009-01-30 | Switch Type::isAggregateType to use the C++ definition of "aggregate | Douglas Gregor |
2009-01-30 | update for change in API. | Chris Lattner |
2009-01-30 | Fix a couple bugs: | Ted Kremenek |
2009-01-29 | retain/release checker: When generating summaries for CF/CG functions, allow ... | Ted Kremenek |
2009-01-29 | move library-specific diagnostic headers into library private dirs. Reduce | Chris Lattner |
2009-01-28 | Remove '#if 0' code. | Ted Kremenek |
2009-01-28 | Remove method 'AddNE' from the public interface of ConstraintManager. | Ted Kremenek |
2009-01-28 | retain/release checker: Always generate an "autorelease" summary for an "auto... | Ted Kremenek |
2009-01-28 | retain/release checker: Improve diagnostics to indicate that CF objects are n... | Ted Kremenek |
2009-01-28 | retain/release checker: Indicate whether a tracked object is a Core Foundatio... | Ted Kremenek |
2009-01-28 | retain/release checker: More diagnostic refactoring. | Ted Kremenek |
2009-01-28 | retain/release checker: Embed an "object type" into the RetEffect/RetVal obje... | Ted Kremenek |
2009-01-28 | retain/release checker: More cleanups (no real functionality change). | Ted Kremenek |
2009-01-28 | Fix diagnostic truncated by my last patch. | Ted Kremenek |
2009-01-28 | retain/release checker: More diagnostic refactoring. | Ted Kremenek |