Nico Weber
|
cbcc820b8e
Revert r329698 (and r329702).
|
7 years ago |
Nico Weber
|
3ffe6de5f1
s/LLVM_ON_WIN32/_WIN32/, clang
|
7 years ago |
Nico Weber
|
ff160c9a34
Attempt to fix Windows build after r329698.
|
7 years ago |
Nico Weber
|
cd5e8f5e55
Use llvm::sys::fs::real_path() in clang.
|
7 years ago |
Ilya Biryukov
|
d7be359ae9
Use VFS operations in FileManager::makeAbsolutePath.
|
8 years ago |
Erik Verbruggen
|
121956bde3
FileManager: mark virtual file entries as valid entries
|
8 years ago |
Benjamin Kramer
|
3c892b9138
Apply clang-tidy's performance-unnecessary-value-param to parts of clang.
|
8 years ago |
Mehdi Amini
|
b042fd3636
Turn FileManager DirectoryEntry::Name from raw pointer to StringRef (NFC)
|
8 years ago |
Mehdi Amini
|
8bd553fc8d
Store FileEntry::Filename as a StringRef instead of raw pointer (NFC)
|
8 years ago |
Eugene Zelenko
|
ac8b5158fc
Fix build broken after llvm/ADT/DenseMap.h replacement of climits with limits.
|
9 years ago |
Mehdi Amini
|
2e23251d3e
[NFC] Header cleanup
|
9 years ago |
Taewook Oh
|
50eca98dda
Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
|
9 years ago |
Taewook Oh
|
4d09f68d2c
Revert r272562 for build bot failure (clang-x86-win2008-selfhost)
|
9 years ago |
Taewook Oh
|
f0c013a48e
Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
|
9 years ago |
Taewook Oh
|
d079610a7e
Revert commit r271708
|
9 years ago |
Taewook Oh
|
4adb3cedbb
Use the name of the file on disk to issue a new diagnostic about non-portable #include and #import paths.
|
9 years ago |
David Majnemer
|
8250364e50
[FileManager] Don't crash if reading from stdin and stat(".") fails
|
9 years ago |
Benjamin Kramer
|
e4ebe1b3db
Remove the egregious PCHContainer layering hack that doesn't seem to be necessary anymore.
|
9 years ago |
David Blaikie
|
74c6bcd128
unique_ptrify some collections in FileManager
|
9 years ago |
Vedant Kumar
|
f1dd1ed0b2
[Basic] Rangify two for loops. NFC.
|
9 years ago |
Richard Smith
|
59763b390a
[modules] Refactor handling of -fmodules-embed-*. Track this properly rather
|
9 years ago |
Mike Aizatsky
|
84d6635993
Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots
|
9 years ago |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 years ago |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 years ago |
Benjamin Kramer
|
f1e213fcf8
[FileManager] Use StringRef::copy to store canonical paths.
|
10 years ago |
Argyrios Kyrtzidis
|
b1716d63b0
[modules] Fix issue where building a module from a relative path when -working-directory option is set, results in error.
|
10 years ago |
Sean Silva
|
86a53c5e8a
Add a comment explaining differing Windows behavior.
|
10 years ago |
Sean Silva
|
6e40e2c50f
Attempt to make clang-x64-ninja-win7 happy.
|
10 years ago |
Sean Silva
|
16f0c0ab9d
Avoid failure to canonicalize '..'.
|
10 years ago |
Adrian Prantl
|
1e6cac6da0
Make the clang module container format selectable from the command line.
|
10 years ago |