projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
627586b
)
Remove debugging code I accidentally committed in r326530.
author
Akira Hatanaka
<ahatanaka@apple.com>
Fri, 2 Mar 2018 02:03:21 +0000
(
02:03
+0000)
committer
Akira Hatanaka
<ahatanaka@apple.com>
Fri, 2 Mar 2018 02:03:21 +0000
(
02:03
+0000)
llvm-svn: 326531
clang/lib/Sema/SemaPseudoObject.cpp
patch
|
blob
|
history
diff --git
a/clang/lib/Sema/SemaPseudoObject.cpp
b/clang/lib/Sema/SemaPseudoObject.cpp
index
5fa4342
..
f09a6f7
100644
(file)
--- a/
clang/lib/Sema/SemaPseudoObject.cpp
+++ b/
clang/lib/Sema/SemaPseudoObject.cpp
@@
-993,7
+993,6
@@
ObjCSubscriptOpBuilder::buildAssignmentOperation(Scope *Sc,
SourceLocation opcLoc,
BinaryOperatorKind opcode,
Expr *LHS, Expr *RHS) {
- assert(false);
assert(BinaryOperator::isAssignmentOp(opcode));
// There must be a method to do the Index'ed assignment.
if (!findAtIndexSetter())