Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
458fb10ef5ba2d7b375c6c64095c1458af0a5be3
/
lib
/
Basic
/
FileManager.cpp
458fb10
Replace some instances of std::string with StringRefs.
by Benjamin Kramer
· 15 years ago
d57a7ef
API changes to match llvm ToT.
by Chris Lattner
· 15 years ago
6cb7c1a
Replace cerr with errs().
by Benjamin Kramer
· 15 years ago
46730b2
improve path handling, patch by Baptiste Lepilleur!
by Chris Lattner
· 15 years ago
4fed3f4
Implement caching of stat() calls for precompiled headers, which is
by Douglas Gregor
· 16 years ago
370187c
Remove the serialization code that predates precompiled
by Douglas Gregor
· 16 years ago
96438f3
FileManager:
by Ted Kremenek
· 16 years ago
3102c83
search and replaceo?
by Chris Lattner
· 16 years ago
fc7052d
Add lightweight shim "clang::StatSysCallCache" that caches 'stat' system calls
by Ted Kremenek
· 16 years ago
7536889
On Windows use a BumpPtrAllocator for the UniqueFileContainer's StringMap.
by Ted Kremenek
· 16 years ago
f3eb921
FileManager: Use a BumpPtrAllocator for the StringMaps DirEntries and FileEntries.
by Ted Kremenek
· 16 years ago
cb8d58b
Add a some comments to designate Windows-specific/Unix-specific code. No functionality change.
by Ted Kremenek
· 16 years ago
bda0b62
Make a major restructuring of the clang tree: introduce a top-level
by Chris Lattner
· 17 years ago
[Renamed from Basic/FileManager.cpp]
6bb816a
In FileManager: use full paths to unique files and directories on Windows,
by Ted Kremenek
· 17 years ago
3d2da3d
Fix misspelling of "existent". Do not use std::cerr; use llvm::cerr instead.
by Ted Kremenek
· 17 years ago
80aeaa2
Fixed 80-col violation.
by Ted Kremenek
· 17 years ago
0bc735f
Don't attribute in file headers anymore. See llvmdev for the
by Chris Lattner
· 17 years ago
bca6d12
Refactored inode and device number into FileEntry, and changed the
by Ted Kremenek
· 17 years ago
da99544
Added to FileEntry a pointer to the <dev_t,ino_t> pair for the file, and
by Ted Kremenek
· 17 years ago
8fbc88e
Removed serialization of FileEntry and DirectoryEntry. This objects will
by Ted Kremenek
· 17 years ago
9551a2c
Implemented serialization of FileEntry and DirectoryEntry.
by Ted Kremenek
· 17 years ago
a8c11c6
VC++ doesn't define S_ISDIR
by Chris Lattner
· 17 years ago
5f016e2
Stage two of getting CFE top correct.
by Reid Spencer
· 17 years ago