From 475e1dc7f22c92f6ebde3ba11d2f5ab1579c74c8 Mon Sep 17 00:00:00 2001 From: "Duncan P. N. Exon Smith" Date: Mon, 22 Aug 2016 18:57:44 +0000 Subject: [PATCH] ADT: Remove uses of ilist_*sentinel_traits, NFC llvm-svn: 279457 --- .../StaticAnalyzer/Core/BugReporter/BugReporter.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 02f56fc6bf99..0ab8b29c3e03 100644 --- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h @@ -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 - : public ilist_half_embedded_sentinel_traits {}; -} - -namespace clang { -namespace ento { - //===----------------------------------------------------------------------===// // BugTypes (collections of related reports). //===----------------------------------------------------------------------===//