probinson added inline comments.
================ Comment at: clang/lib/Basic/SourceManager.cpp:1255 -#ifdef __SSE2__ -#include <emmintrin.h> -#endif +// Check if mutli-byte word x has bytes between m and n, included. This may also +// catch bytes equal to n + 1. ---------------- Typo: multi-byte. Also, I think "inclusive" rather than "included" assuming you mean the range `[m, n]` rather than `(m, n)`. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D99409/new/ https://reviews.llvm.org/D99409 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits