Argyrios Kyrtzidis
|
389db16c63
Implement -working-directory.
|
15 years ago |
Chris Lattner
|
c070da46b8
fix PR7953 - Windows filename are case insensitive:
|
15 years ago |
Douglas Gregor
|
3e15e0a7b4
When remapping a virtual file, also make an entry for the file with
|
15 years ago |
Benjamin Kramer
|
ec1b1cc006
Pass StringRefs by value.
|
15 years ago |
John Thompson
|
9a6ac540ba
Removing trailing directory separator, to make stat work
|
15 years ago |
Daniel Dunbar
|
475ddb4547
FileManager: Do not cache failed stats, it is easy to construct common
|
15 years ago |
Douglas Gregor
|
057e567f1b
Extend -remap-file=from;to to permit mapping from a non-existent
|
15 years ago |
Douglas Gregor
|
52e7108f51
Add support for a chain of stat caches in the FileManager, rather than
|
16 years ago |
Chris Lattner
|
f1affe6129
don't stick an uninitialized 'stat' buf into the stat cache, fill it
|
16 years ago |
Mike Stump
|
1eb4433ac4
Remove tabs, and whitespace cleanups.
|
16 years ago |
Benjamin Kramer
|
458fb10ef5
Replace some instances of std::string with StringRefs.
|
16 years ago |
Chris Lattner
|
d57a7ef925
API changes to match llvm ToT.
|
16 years ago |
Benjamin Kramer
|
6cb7c1a43b
Replace cerr with errs().
|
16 years ago |
Chris Lattner
|
46730b261c
improve path handling, patch by Baptiste Lepilleur!
|
16 years ago |
Douglas Gregor
|
4fed3f47f6
Implement caching of stat() calls for precompiled headers, which is
|
16 years ago |
Douglas Gregor
|
370187c8a3
Remove the serialization code that predates precompiled
|
16 years ago |
Ted Kremenek
|
96438f319b
FileManager:
|
16 years ago |
Chris Lattner
|
3102c83f6e
search and replaceo?
|
16 years ago |
Ted Kremenek
|
fc7052d4a2
Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls
|
16 years ago |
Ted Kremenek
|
7536889333
On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap.
|
16 years ago |
Ted Kremenek
|
f3eb9219cf
FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries.
|
16 years ago |
Ted Kremenek
|
cb8d58b828
Add a some comments to designate Windows-specific/Unix-specific code. No functionality change.
|
16 years ago |
Chris Lattner
|
bda0b626e7
Make a major restructuring of the clang tree: introduce a top-level
|
17 years ago |