summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2017-06-21 05:41:39 +0000
committerRaphael Isemann <teemperor@gmail.com>2017-06-21 05:41:39 +0000
commit676b457b8b694f5ee277ad2dd0eb1c8a984ca2e8 (patch)
tree587e0a0722d28a7f8b87a4432e5d70b1e6435520 /clang/lib/Analysis
parentd2ccdbfa61e74dae3f5ac861e2ca758c0e094518 (diff)
downloadbcm5719-llvm-676b457b8b694f5ee277ad2dd0eb1c8a984ca2e8.tar.gz
bcm5719-llvm-676b457b8b694f5ee277ad2dd0eb1c8a984ca2e8.zip
Changed wording in comment
llvm-svn: 305878
Diffstat (limited to 'clang/lib/Analysis')
-rw-r--r--clang/lib/Analysis/CloneDetection.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/lib/Analysis/CloneDetection.cpp b/clang/lib/Analysis/CloneDetection.cpp
index e86293a1dd0..ee848ac711d 100644
--- a/clang/lib/Analysis/CloneDetection.cpp
+++ b/clang/lib/Analysis/CloneDetection.cpp
@@ -635,8 +635,7 @@ void CloneConstraint::splitCloneGroups(
if (Indexes[j])
continue;
- // If a following StmtSequence belongs to our CloneGroup, we add it to
- // it.
+ // If a following StmtSequence belongs to our CloneGroup, we add it.
const StmtSequence &Candidate = HashGroup[j];
if (!Compare(Prototype, Candidate))
OpenPOWER on IntegriCloud