]> granicus.if.org Git - clang/commit
Analyzer: Store BugReports directly in a ilist instead of adding another layer of...
authorBenjamin Kramer <benny.kra@googlemail.com>
Sun, 1 Apr 2012 19:30:51 +0000 (19:30 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Sun, 1 Apr 2012 19:30:51 +0000 (19:30 +0000)
commit4a5f724538cbc275370c9504e8169ce92503256c
treee5ee8dfef2014a0e7671ed5be512f43acb1676a3
parente2e8768c290ceceb3ac2e369b5243f40d6c0e3e2
Analyzer: Store BugReports directly in a ilist instead of adding another layer of inderection with std::list

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@153847 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
lib/StaticAnalyzer/Checkers/UnreachableCodeChecker.cpp
lib/StaticAnalyzer/Core/BugReporter.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp