[PATCH] D39485: Extend SpecialCaseList to allow users to blame matches on entries in the file.
Vlad Tsyrklevich via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 12:55:52 PST 2017
vlad.tsyrklevich accepted this revision.
vlad.tsyrklevich added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/llvm/Support/SpecialCaseList.h:116
/// "literal" (i.e. no regex metacharacters) are stored in Strings, while all
/// others are represented as a single pipe-separated regex in RegEx. The
/// reason for doing so is efficiency; StringSet is much faster at matching
----------------
This is no longer true.
================
Comment at: include/llvm/Support/SpecialCaseList.h:117
/// others are represented as a single pipe-separated regex in RegEx. The
/// reason for doing so is efficiency; StringSet is much faster at matching
/// literal strings than Regex.
----------------
s/Set/Map/
https://reviews.llvm.org/D39485
More information about the llvm-commits
mailing list