summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporter.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* When creating PathDiagnostics, created a trimmed graph first and report theTed Kremenek2008-04-031-1/+19
| | | | | | BFS path to the root. This also avoids problems with loops in the ExplodedGraph. llvm-svn: 49133
* Created new path-sensitive bug-reporting scheme based on the classesTed Kremenek2008-04-031-0/+262
"BugReporter" and "BugDescription". BugDescription is used to describe a bug and provide pieces of the PathDiagnostic, and BugReporter creates the actual PathDiagnostic by crawling through the ExplodedGraph. Migrated checks done by GRSimpleVals to be reported using the new BugReporter mechanism. llvm-svn: 49127
OpenPOWER on IntegriCloud