1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
Simon Pilgrim 658fa76c7a [YAMLParser] Scanner::setError - ensure we use the StringRef::iterator argument (PR45043)
As detailed on PR45043, static analysis was warning that the StringRef::iterator Position argument was being ignored and the function was hardwired to use the Current iterator.

This patch ensures we use the provided iterator and removes the (barely necessary) setError wrapper that always used Current.

Differential Revision: https://reviews.llvm.org/D76512
2020-04-03 18:55:38 +01:00
..
2020-03-31 16:41:09 -07:00
2020-03-02 11:55:53 -06:00
2020-03-11 15:45:34 -07:00
2020-04-02 16:19:23 +08:00
2020-02-28 09:59:24 +01:00
2020-03-24 13:43:00 +01:00
2018-07-30 19:41:25 +00:00
2019-08-15 10:05:22 +00:00