aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Beaumont-Gay <matthewbg@google.com>2013-01-17 00:21:55 +0000
committerMatt Beaumont-Gay <matthewbg@google.com>2013-01-17 00:21:55 +0000
commit1c2397539d1b105eacee2a69ece4775d0af45618 (patch)
tree07fdb441bb4532bbf6ff1fef64abfe75288622e8
parenta44b97004298a4eb7c270009ea4cb12aad49c543 (diff)
Fix a typo introduced in r172665.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172682 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/AST/DeclObjC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h
index e7fa5e7d2b..54649575db 100644
--- a/include/clang/AST/DeclObjC.h
+++ b/include/clang/AST/DeclObjC.h
@@ -932,7 +932,7 @@ public:
friend bool operator==(filtered_category_iterator X,
filtered_category_iterator Y) {
- return X.Current = Y.Current;
+ return X.Current == Y.Current;
}
friend bool operator!=(filtered_category_iterator X,