summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-02-15 22:00:20 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-02-15 22:00:20 +0000
commitb46962fe5d9bb4eb8d8de10bb73ca6a11da2926b (patch)
tree5d5ad5a9422260a0e385d3d81837790e412cf621 /llvm/lib/Support/Windows
parent323e3b6ae071861d24f89951791316a21cb74574 (diff)
downloadbcm5719-llvm-b46962fe5d9bb4eb8d8de10bb73ca6a11da2926b.tar.gz
bcm5719-llvm-b46962fe5d9bb4eb8d8de10bb73ca6a11da2926b.zip
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; LLVM edition.
llvm-svn: 229335
Diffstat (limited to 'llvm/lib/Support/Windows')
-rw-r--r--llvm/lib/Support/Windows/WindowsSupport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/WindowsSupport.h b/llvm/lib/Support/Windows/WindowsSupport.h
index 62e20f267aa..5bb0b8d2d78 100644
--- a/llvm/lib/Support/Windows/WindowsSupport.h
+++ b/llvm/lib/Support/Windows/WindowsSupport.h
@@ -92,7 +92,7 @@ public:
}
// True if Handle is valid.
- LLVM_EXPLICIT operator bool() const {
+ explicit operator bool() const {
return HandleTraits::IsValid(Handle) ? true : false;
}
OpenPOWER on IntegriCloud