From 68fbf8563fcaf0c24e6757509fa07f3c032c1aa8 Mon Sep 17 00:00:00 2001 From: Richard Trieu Date: Wed, 12 Jul 2017 00:38:27 +0000 Subject: [ODRHash] Revert r307720 to fix buildbot. llvm-svn: 307743 --- clang/lib/AST/ODRHash.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'clang/lib/AST/ODRHash.cpp') diff --git a/clang/lib/AST/ODRHash.cpp b/clang/lib/AST/ODRHash.cpp index 5ac973ae4b3..66b9940b8b0 100644 --- a/clang/lib/AST/ODRHash.cpp +++ b/clang/lib/AST/ODRHash.cpp @@ -350,8 +350,6 @@ bool ODRHash::isWhitelistedDecl(const Decl *D, const CXXRecordDecl *Parent) { default: return false; case Decl::AccessSpec: - case Decl::CXXConstructor: - case Decl::CXXDestructor: case Decl::CXXMethod: case Decl::Field: case Decl::Friend: -- cgit v1.2.3