Issue a fatal error if the line doesn't have a regular expression.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 29 Nov 2012 00:01:38 +0000 (00:01 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 29 Nov 2012 00:01:38 +0000 (00:01 +0000)
commit7b09b97bdf575e7d392435f931f767dfa6ab3c9e
tree913976991e72d53b299304d09f1320c33b3c7a5c
parent90e11dc8ada81015becd6f613152131e5c28a29d
Issue a fatal error if the line doesn't have a regular expression.

Also a couple not-user-visible changes; using empty() instead of size(), and
make inSection() not insert NULL Regex*'s into StringMap when doing a lookup.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168833 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Instrumentation/BlackList.cpp