summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-07-25 03:31:48 +0000
committerEric Fiselier <eric@efcs.ca>2018-07-25 03:31:48 +0000
commit52ec6a206f15ee84308c56d5bd7e906e9235f510 (patch)
tree290d757ba6704882955a2c3a161979f76550e55e /libcxx/test/std
parent179757ef054baabf09053b189ee4f9ea4e0e3c7f (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud