forked from OSchip/llvm-project
ADT: Remove uses of ilist_*sentinel_traits, NFC
llvm-svn: 279457
This commit is contained in:
parent
901948a205
commit
475e1dc7f2
|
@ -311,18 +311,6 @@ public:
|
|||
virtual void Profile(llvm::FoldingSetNodeID& hash) const;
|
||||
};
|
||||
|
||||
} // end ento namespace
|
||||
} // end clang namespace
|
||||
|
||||
namespace llvm {
|
||||
template <>
|
||||
struct ilist_sentinel_traits<clang::ento::BugReport>
|
||||
: public ilist_half_embedded_sentinel_traits<clang::ento::BugReport> {};
|
||||
}
|
||||
|
||||
namespace clang {
|
||||
namespace ento {
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// BugTypes (collections of related reports).
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue