Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.

llvm-svn: 229336
This commit is contained in:
Aaron Ballman
2015-02-15 22:00:28 +00:00
parent b46962fe5d
commit 673476684e
27 changed files with 239 additions and 87 deletions

View File

@@ -156,7 +156,7 @@ public:
return !(*this == rhs);
}
LLVM_EXPLICIT operator bool() const {
explicit operator bool() const {
return *this != const_iterator();
}