Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 vuotta sitten |
Yaron Keren
|
9bd91b686a
Remove many superfluous SmallString::str() calls.
|
10 vuotta sitten |
Chandler Carruth
|
6c1b926674
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
|
10 vuotta sitten |
David Blaikie
|
14b0eac48e
Update for LLVM API change
|
10 vuotta sitten |
Benjamin Kramer
|
0273eb0d7a
Make VFS and FileManager match the current MemoryBuffer API.
|
10 vuotta sitten |
Rafael Espindola
|
ab16e63d61
Update for llvm API change.
|
11 vuotta sitten |
Rafael Espindola
|
783cea4dd2
Update for llvm api changes.
|
11 vuotta sitten |
Rafael Espindola
|
86925f9d19
Convert a few ownership comments with std::unique_ptr.
|
11 vuotta sitten |
Justin Bogner
|
9e5a027d79
VirtualFileSystem: Correctly generate the mapping for an empty VFS
|
11 vuotta sitten |
Rafael Espindola
|
860df574e7
Update for llvm api change.
|
11 vuotta sitten |
Ben Langmuir
|
6f641ccd0e
Add vfs::recursive_directory_iterator
|
11 vuotta sitten |
Ben Langmuir
|
cd6ef194d0
Add directory_iterator for (non-recursive) iteration of VFS directories
|
11 vuotta sitten |
Rafael Espindola
|
1b302fa914
Update for llvm api change.
|
11 vuotta sitten |
Rafael Espindola
|
5471ad06e1
Refer to error_code with the std prefix.
|
11 vuotta sitten |
Rafael Espindola
|
a6eda76937
Add a std:: prefix in cases where ADL would have failed on windows.
|
11 vuotta sitten |
Rafael Espindola
|
ee15377860
Use generic_category from the std namespace.
|
11 vuotta sitten |
Rafael Espindola
|
308f966088
Errno should use generic_category.
|
11 vuotta sitten |
Rafael Espindola
|
534f692b4d
Use std::error_code instead of llvm::error_code.
|
11 vuotta sitten |
Rafael Espindola
|
68a8353941
Use make_error_code in preparation for making errc an enum class.
|
11 vuotta sitten |
Rafael Espindola
|
fbb96d49ad
Use error_code() instead of error_code::succes()
|
11 vuotta sitten |
Ben Langmuir
|
68d890da08
Stopgap fix for finding module for a file mapped in the VFS
|
11 vuotta sitten |
Justin Bogner
|
9fefd0267a
VirtualFileSystem: Fix a few directory traversal bugs in VFSWriter
|
11 vuotta sitten |
Justin Bogner
|
f1b460f9ea
VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedIn
|
11 vuotta sitten |
Justin Bogner
|
99b5a85324
VirtualFileSystem: Add YAMLVFSWriter to generate VFS mapping files
|
11 vuotta sitten |
Craig Topper
|
603e37c3dd
[C++11] Use 'nullptr'.
|
11 vuotta sitten |
Argyrios Kyrtzidis
|
bd80493223
[Basic/FileManager] Propagate whether a file 'IsVolatile' to the file opening functions.
|
11 vuotta sitten |
Benjamin Kramer
|
c81e2906c1
[C++11] Avoid implicit conversion of ArrayRef to std::vector and use move semantics where appropriate.
|
11 vuotta sitten |
Ahmed Charles
|
f8b74ee5f0
[C++11] Replace OwningPtr include with <memory>.
|
11 vuotta sitten |
Ahmed Charles
|
70639e8de3
Replace OwningPtr with std::unique_ptr.
|
11 vuotta sitten |
Ahmed Charles
|
789a4f820d
Change OwningPtr::take() to OwningPtr::release().
|
11 vuotta sitten |