summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/ODRHash.cpp
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2017-07-12 00:38:27 +0000
committerRichard Trieu <rtrieu@google.com>2017-07-12 00:38:27 +0000
commit68fbf8563fcaf0c24e6757509fa07f3c032c1aa8 (patch)
tree280f643fee4a1a18b35c30039a69fa1c7f8361b4 /clang/lib/AST/ODRHash.cpp
parent6ea214e74315b7752e79bdda92b66244f7ba2c5d (diff)
[ODRHash] Revert r307720 to fix buildbot.
llvm-svn: 307743
Diffstat (limited to 'clang/lib/AST/ODRHash.cpp')
-rw-r--r--clang/lib/AST/ODRHash.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/AST/ODRHash.cpp b/clang/lib/AST/ODRHash.cpp
index 5ac973ae4b37..66b9940b8b08 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: