From: Duncan P. N. Exon Smith Date: Mon, 22 Aug 2016 18:57:44 +0000 (+0000) Subject: ADT: Remove uses of ilist_*sentinel_traits, NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a3fcde80d60660b486c6948d3a8b382ba1c23b0;p=clang ADT: Remove uses of ilist_*sentinel_traits, NFC git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279457 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h index 02f56fc6bf..0ab8b29c3e 100644 --- a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h +++ b/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). //===----------------------------------------------------------------------===//