summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-02-15 22:00:28 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-02-15 22:00:28 +0000
commit673476684ee1eb0c58cf51a69ea2eb823132f631 (patch)
tree303adbcf43bef5a2f441c453025f1d23e29cfe64 /clang/lib/Analysis
parentb46962fe5d9bb4eb8d8de10bb73ca6a11da2926b (diff)
downloadbcm5719-llvm-673476684ee1eb0c58cf51a69ea2eb823132f631.tar.gz
bcm5719-llvm-673476684ee1eb0c58cf51a69ea2eb823132f631.zip
Removing LLVM_EXPLICIT, as MSVC 2012 was the last reason for requiring the macro. NFC; Clang edition.
llvm-svn: 229336
Diffstat (limited to 'clang/lib/Analysis')
-rw-r--r--clang/lib/Analysis/CFG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Analysis/CFG.cpp b/clang/lib/Analysis/CFG.cpp
index d9073aa63b1..5d066344aeb 100644
--- a/clang/lib/Analysis/CFG.cpp
+++ b/clang/lib/Analysis/CFG.cpp
@@ -156,7 +156,7 @@ public:
return !(*this == rhs);
}
- LLVM_EXPLICIT operator bool() const {
+ explicit operator bool() const {
return *this != const_iterator();
}
OpenPOWER on IntegriCloud