[PATCH] D35891: [Support/GlobPattern] - Do not crash when pattern has characters with int value < 0.
Rui Ueyama via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 28 10:41:40 PDT 2017
ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Support/GlobPattern.cpp:38
+ uint8_t End = S[2];
// If it doesn't start with something like X-Y,
// consume the first character and proceed.
----------------
Add a blank line.
https://reviews.llvm.org/D35891
More information about the llvm-commits
mailing list