aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar Konstantin Varlamov <var-const@users.noreply.github.com>2018-07-10 13:59:25 -0400
committerGravatar GitHub <noreply@github.com>2018-07-10 13:59:25 -0400
commitff95ffc61b6c6cf4b8ec69183d35e08497fbfd1a (patch)
treef70e21a1f04c5490cd5293091e0f24cd7f685bd2 /scripts
parent6d6ed82d4200125a0642ffc513cb6fe4e3c1b5d3 (diff)
In FSTLocalDocumentsView, search for all batches affecting a set of keys in one go (#1505)
This uses the newly-added allMutationBatchesAffectingDocumentKeys to find/deserialize all such batches in one go and then reuse the batches while processing a set of keys.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/cpplint.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cpplint.py b/scripts/cpplint.py
index 28f3761..f796ede 100644
--- a/scripts/cpplint.py
+++ b/scripts/cpplint.py
@@ -416,6 +416,7 @@ _CPP_HEADERS = frozenset([
_C_SYSTEM_DIRECTORIES = frozenset([
'libkern',
+ 'mach',
'sys',
])