summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/BugReporterVisitors.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a wayTed Kremenek2009-09-111-5/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-59/+59
* Refactor the check for bad divide into a checker.Zhongxing Xu2009-09-021-1/+1
* Refactor bad callee check into a Checker.Zhongxing Xu2009-09-021-1/+2
* Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek2009-08-211-1/+1
* Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'Ted Kremenek2009-08-181-1/+7
* As GRState seems general enough, it is time to merge some template classes Zhongxing Xu2009-08-061-12/+12
* Refactor 'PostStmt' and 'PreStmt' to subclass a common parent 'StmtPoint'.Ted Kremenek2009-07-221-2/+2
* Move bug reporter "visitors" to their own file and make them part of the publicTed Kremenek2009-07-221-0/+341
OpenPOWER on IntegriCloud