diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-07-25 03:31:48 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-07-25 03:31:48 +0000 |
commit | 52ec6a206f15ee84308c56d5bd7e906e9235f510 (patch) | |
tree | 290d757ba6704882955a2c3a161979f76550e55e /libcxx/test/std | |
parent | 179757ef054baabf09053b189ee4f9ea4e0e3c7f (diff) | |
download | bcm5719-llvm-52ec6a206f15ee84308c56d5bd7e906e9235f510.tar.gz bcm5719-llvm-52ec6a206f15ee84308c56d5bd7e906e9235f510.zip |
Ensure path::iterator and PathParser share the same enumeration values.
To avoid exposing implementation details, path::iterator and PathParser
both implicitly used the same set of values to represent the state,
but they were defined twice. This could have lead to a mismatch
occuring.
This patch moves all of the parser state values into the filesystem
header and changes PathParser to use those value to avoid this.
llvm-svn: 337883
Diffstat (limited to 'libcxx/test/std')
0 files changed, 0 insertions, 0 deletions