Files
clang-p2996/lldb/source/Utility
Pavel Labath 2cb7cf8e87 FileSpec: Remove PathSyntax enum and use llvm version instead
Summary:
The llvm version of the enum has the same enumerators, with stlightly
different names, so this is mostly just a search&replace exercise. One
concrete benefit of this is that we can remove the function for
converting between the two enums.

To avoid typing llvm::sys::path::Style::windows everywhere I import the
enum into the FileSpec class, so it can be referenced as
FileSpec::Style::windows.

Reviewers: zturner, clayborg

Subscribers: lldb-commits

Differential Revision: https://reviews.llvm.org/D46753

llvm-svn: 332247
2018-05-14 14:52:47 +00:00
..
2018-04-30 16:49:04 +00:00
2017-04-06 18:12:24 +00:00
2018-04-30 16:49:04 +00:00
2018-04-30 16:49:04 +00:00
2018-04-30 16:49:04 +00:00
2017-04-06 18:12:24 +00:00
2018-04-30 16:49:04 +00:00
2017-04-06 18:12:24 +00:00
2018-04-30 16:49:04 +00:00
2018-04-30 16:49:04 +00:00
2018-04-30 16:49:04 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2017-04-06 18:12:24 +00:00
2018-04-30 16:49:04 +00:00
2018-04-30 16:49:04 +00:00