r279457 - ADT: Remove uses of ilist_*sentinel_traits, NFC
Duncan P. N. Exon Smith via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 22 11:57:45 PDT 2016
Author: dexonsmith
Date: Mon Aug 22 13:57:44 2016
New Revision: 279457
URL: http://llvm.org/viewvc/llvm-project?rev=279457&view=rev
Log:
ADT: Remove uses of ilist_*sentinel_traits, NFC
Modified:
cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
Modified: cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h?rev=279457&r1=279456&r2=279457&view=diff
==============================================================================
--- cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h (original)
+++ cfe/trunk/include/clang/StaticAnalyzer/Core/BugReporter/BugReporter.h Mon Aug 22 13:57:44 2016
@@ -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).
//===----------------------------------------------------------------------===//
More information about the cfe-commits
mailing list