| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch did the following renaming. There should be no functional changes. | Zhongxing Xu | 2008-10-17 | 1 | -9/+9 |
* | Use DeclStmt::decl_iterator instead of using Decl::getDecl(). Soon DeclStmts... | Ted Kremenek | 2008-10-06 | 1 | -2/+6 |
* | This is a big patch, but the functionality change is small and the rest of th... | Ted Kremenek | 2008-10-04 | 1 | -78/+102 |
* | Add "category" to BugTypes, allowing bugs to be grouped. | Ted Kremenek | 2008-09-20 | 1 | -6/+12 |
* | ProgramPoint now takes the space of two pointers instead of one. This change was | Ted Kremenek | 2008-09-16 | 1 | -5/+2 |
* | Add missing spaces in path diagnostics. | Ted Kremenek | 2008-09-12 | 1 | -3/+3 |
* | adjust to changes in various APIs from LLVM. We can't print | Chris Lattner | 2008-08-23 | 1 | -1/+3 |
* | various updates to match r54873 on mainline. | Chris Lattner | 2008-08-17 | 1 | -1/+1 |
* | Rename ValueState -> GRState. | Ted Kremenek | 2008-08-13 | 1 | -40/+40 |
* | Refactor Dead Stores error reporting to use the simplified BugReporter::EmitB... | Ted Kremenek | 2008-07-14 | 1 | -2/+3 |
* | Added method "EmitBasicReport" to BugReporter to simplify the emission of sim... | Ted Kremenek | 2008-07-14 | 1 | -7/+23 |
* | Refactored most of the "Store" piece of ValueState into a Store type. The | Ted Kremenek | 2008-07-10 | 1 | -3/+3 |
* | Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i... | Ted Kremenek | 2008-07-03 | 1 | -1/+1 |
* | Refactored some of the BugReporter interface so that data such as the ASTCont... | Ted Kremenek | 2008-07-02 | 1 | -11/+12 |
* | Modified the dead stores checker to... | Ted Kremenek | 2008-06-20 | 1 | -0/+4 |
* | Added a new ProgramPoint: PostPurgeDeadSymbols. This new program point disti... | Ted Kremenek | 2008-06-18 | 1 | -27/+70 |
* | Fix non-termination bug reported by Thomas Clement! | Ted Kremenek | 2008-06-17 | 1 | -1/+25 |
* | Prototyped support in the BugReporter to emit diagnostics of the form "p now ... | Ted Kremenek | 2008-05-22 | 1 | -2/+167 |
* | Partitioned BugTypeCachedLocation::isCached() into two methods: one that acce... | Ted Kremenek | 2008-05-16 | 1 | -1/+6 |
* | More refactorings in GeneratePathDiagnostic: use ExecutionContinues to display | Ted Kremenek | 2008-05-06 | 1 | -14/+28 |
* | Rename member variable. | Ted Kremenek | 2008-05-02 | 1 | -4/+4 |
* | Added line number diagnostics to indicate the allocation site of the leaked o... | Ted Kremenek | 2008-05-01 | 1 | -4/+2 |
* | Do not highlight bogus ranges for leaks. | Ted Kremenek | 2008-05-01 | 1 | -38/+42 |
* | added preliminary diagnostics in scan-build results to denote whether | Ted Kremenek | 2008-04-30 | 1 | -0/+7 |
* | Fix bug in BugReporter where we didn't handle emitting diagnostics for | Ted Kremenek | 2008-04-25 | 1 | -10/+28 |
* | Don't emit empty strings for path diagnostics when taking the default branch ... | Ted Kremenek | 2008-04-25 | 1 | -0/+7 |
* | Do a better job at computing dead symbols. | Ted Kremenek | 2008-04-25 | 1 | -3/+5 |
* | For case statements involving enums, BugReporter now generates PathDiagnostics | Ted Kremenek | 2008-04-23 | 1 | -32/+38 |
* | Fix minor regression in bug report generation. | Ted Kremenek | 2008-04-23 | 1 | -2/+3 |
* | When building PathDiagnostics for bug reports, generate a trimmed ExplodedGra... | Ted Kremenek | 2008-04-23 | 1 | -18/+50 |
* | For default branches in switch statements with no default label, print out | Ted Kremenek | 2008-04-22 | 1 | -3/+1 |
* | PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring | Ted Kremenek | 2008-04-22 | 1 | -14/+13 |
* | Another bug fix in emitting warnings without a path: construct a unit PathDia... | Ted Kremenek | 2008-04-18 | 1 | -17/+25 |
* | Reenable using the PathDiagnosticClient for BugReports without paths. | Ted Kremenek | 2008-04-18 | 1 | -2/+5 |
* | Generalize caching mechanism for bugs reports. Now individual BugTypes | Ted Kremenek | 2008-04-18 | 1 | -6/+7 |
* | BugReport::VisitNode now takes BugReporter& instead of ASTContext&. | Ted Kremenek | 2008-04-18 | 1 | -2/+2 |
* | Added null check. | Ted Kremenek | 2008-04-18 | 1 | -0/+3 |
* | Simplified internal logic of BugReporter, consolidating EmitWarning and | Ted Kremenek | 2008-04-18 | 1 | -42/+40 |
* | Modified BugReport::getEndPath() to handle the case where end path is at | Ted Kremenek | 2008-04-17 | 1 | -15/+43 |
* | Have BugReporter::EmitWarning use the PathDiagnosticClient if it is available. | Ted Kremenek | 2008-04-14 | 1 | -10/+22 |
* | Hooked up the dead-store checker to the BugReporter interface. Now dead-store | Ted Kremenek | 2008-04-14 | 1 | -31/+39 |
* | Added "RangedBugReport". | Ted Kremenek | 2008-04-11 | 1 | -0/+2 |
* | When not emitting path diagnostics in BugReporter::EmitWarning(), use the | Ted Kremenek | 2008-04-10 | 1 | -3/+13 |
* | Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter. | Ted Kremenek | 2008-04-09 | 1 | -40/+36 |
* | Added new "BugReporterHelper" class which is used by BugReporter to emit | Ted Kremenek | 2008-04-09 | 1 | -8/+24 |
* | Improve BugReport diagnostics for loops and ? operator. | Ted Kremenek | 2008-04-07 | 1 | -4/+57 |
* | Use "getRanges" in default implementation of "getEndPath" to determine | Ted Kremenek | 2008-04-03 | 1 | -2/+12 |
* | Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use | Ted Kremenek | 2008-04-03 | 1 | -3/+8 |
* | Handle the case when getEndPath() returns NULL. | Ted Kremenek | 2008-04-03 | 1 | -2/+8 |
* | Add back bug name to PathDiagnostic. | Ted Kremenek | 2008-04-03 | 1 | -2/+1 |