Benjamin Kramer
|
c143b1047e
Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs.
|
9 年 前 |
Reid Kleckner
|
8dc69ad4ae
[PTH] Fix data length used for stat cache entries
|
9 年 前 |
Reid Kleckner
|
634eafb8c6
Sink some PTHManager includes out of Preprocessor.h
|
9 年 前 |
Angel Garcia Gomez
|
d162035b9b
Roll-back r250822.
|
9 年 前 |
Angel Garcia Gomez
|
e83bf34da9
Apply modernize-use-default to clang.
|
9 年 前 |
Rafael Espindola
|
23ddbddd09
Use raw_pwrite_stream in clang.
|
10 年 前 |
Alexander Kornienko
|
dfa4cf3126
Use 'override/final' instead of 'virtual' for overridden methods
|
10 年 前 |
David Blaikie
|
8ee697fb1b
Standardize on StringMap::insert, removing uses of StringMap::GetOrCreateValue.
|
10 年 前 |
David Blaikie
|
88b00c0761
unique_ptr-ify FileSystemStatCache::setNextStatCache
|
11 年 前 |
David Blaikie
|
87e7bf9da1
Improve memory ownership of vfs::Files in the FileSystemStatCache by using std::unique_ptr
|
11 年 前 |
Craig Topper
|
d24fb6c947
[C++11] Use 'nullptr'. Frontend edition.
|
11 年 前 |
Justin Bogner
|
f4a4206c26
Teach users of OnDiskHashTable to define hash_value and offset types
|
11 年 前 |
Justin Bogner
|
87be603c1b
Remove OnDiskHashTable.h, since it's been moved to llvm
|
11 年 前 |
Justin Bogner
|
73433a87fa
Reapply "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
|
11 年 前 |
Justin Bogner
|
0878f15531
Revert "OnDiskHashTable: Use EndianStream.h to write little endian ostreams"
|
11 年 前 |
Justin Bogner
|
366b49f98e
OnDiskHashTable: Use EndianStream.h to write little endian ostreams
|
11 年 前 |
Craig Topper
|
85bba31eb7
[C++11] Add 'override' keyword to virtual methods that override their base class.
|
11 年 前 |
Ben Langmuir
|
d7596d6412
Recommit virtual file system
|
11 年 前 |
Juergen Ributzka
|
6c03a38d81
Reverting the virtual file system implementation, because it triggers an assertion
|
11 年 前 |
Ben Langmuir
|
91e3d5860a
Initial implementation of virtual file system
|
11 年 前 |
Rafael Espindola
|
0fda0f75f0
Use llvm::sys::fs::UniqueID for windows and unix.
|
12 年 前 |
Argyrios Kyrtzidis
|
e5d30e3b40
Extend stat query APIs to explicitly specify if the query is for
|
12 年 前 |
Chandler Carruth
|
55fc873017
Sort all of Clang's files under 'lib', and fix up the broken headers
|
12 年 前 |
Richard Smith
|
c141b51d78
Switch PTH format from a 7 byte magic number to an 8 byte one, to avoid
|
13 年 前 |
David Blaikie
|
4e4d08403c
Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST).
|
13 年 前 |
Dylan Noblesmith
|
f7ccbad5d9
Basic: import SmallString<> into clang namespace
|
13 年 前 |
Chris Lattner
|
5f9e272e63
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
|
14 年 前 |
Jay Foad
|
65aa688581
Make more use of llvm::StringRef in various APIs. In particular, don't
|
14 年 前 |
Argyrios Kyrtzidis
|
b1c86492f9
Currently we can only remap a file by creating a MemoryBuffer and replacing the file contents with it.
|
14 年 前 |
Peter Collingbourne
|
84021556ba
Rename tok::eom to tok::eod.
|
14 年 前 |