Fangrui Song
|
32e092ad46
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
|
6 år sedan |
Chandler Carruth
|
6b547686c5
Update the file headers across all of the LLVM projects in the monorepo
|
6 år sedan |
Joel E. Denny
|
718a779582
[SourceMgr][FileCheck] Obey -color by extending WithColor
|
6 år sedan |
Aaron Ballman
|
30353731ce
Revert r344930 as it broke some of the bots on Windows.
|
6 år sedan |
Joel E. Denny
|
1aa867a439
[SourceMgr][FileCheck] Obey -color by extending WithColor
|
6 år sedan |
Fangrui Song
|
3b35e17b21
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
|
7 år sedan |
Reid Kleckner
|
dc281ceff8
[Windows] Convert from UTF-8 to UTF-16 when writing to a Windows console
|
7 år sedan |
Fangrui Song
|
af7b1832a0
Remove trailing space
|
7 år sedan |
Joerg Sonnenberger
|
7d1879721b
Don't assert that a size_t fits into 64bit.
|
7 år sedan |
Mandeep Singh Grang
|
f717140303
[Support] Change std::sort to llvm::sort in response to r327219
|
7 år sedan |
Graydon Hoare
|
141766acc5
[Support] Make line-number cache robust against access patterns.
|
7 år sedan |
Adam Nemet
|
18264d1854
Add DK_Remark to SMDiagnostic
|
7 år sedan |
Chandler Carruth
|
e3e43d9d57
Sort the remaining #include lines in include/... and lib/....
|
8 år sedan |
Gabor Horvath
|
4d5ff6d8d6
Remove unnecessary conditions as suggested by clang-tidy. NFC
|
8 år sedan |
Eugene Zelenko
|
3093a63f7a
[Support] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
8 år sedan |
Mehdi Amini
|
793d2a4ced
Use StringRef for MemoryBuffer identifier API (NFC)
|
9 år sedan |
Benjamin Kramer
|
b13de88e30
Remove excessive padding from LineNoCacheTy
|
9 år sedan |
David Majnemer
|
b0353c6db2
Use the range variant of find_if instead of unpacking begin/end
|
9 år sedan |
Alex Lorenz
|
a15d888abf
MIR Serialization: Connect the machine function analysis pass to the MIR parser.
|
10 år sedan |
Benjamin Kramer
|
df93f4bb0b
Purge unused includes throughout libSupport.
|
10 år sedan |
Matt Arsenault
|
4ebcbd0af7
Remove unnecessary .c_str() when implicitly converting to Twine
|
10 år sedan |
David Blaikie
|
95ca0fb247
Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std::unique_ptr
|
11 år sedan |
Dmitri Gribenko
|
7b39c067ac
SourceMgr: consistently use 'unsigned' for the memory buffer ID type
|
11 år sedan |
Rafael Espindola
|
7cba2a973f
Update the MemoryBuffer API to use ErrorOr.
|
11 år sedan |
Alp Toker
|
1508c82095
SourceMgr: make valid buffer IDs start from one
|
11 år sedan |
Alp Toker
|
f36a43dbba
Use SourceMgr::getMemoryBuffer() in a couple of places
|
11 år sedan |
Jordan Rose
|
4e23baa945
Add an overload for SourceMgr::PrintMessage that takes an existing diagnostic.
|
11 år sedan |
Jordan Rose
|
ecb1c3aa8c
Modernize doc comments for SourceMgr.
|
11 år sedan |
Rafael Espindola
|
d5132f9073
Remove system_error.h.
|
11 år sedan |
Yaron Keren
|
0d356ec0ee
Fix hardcoded slash to native path seperator which was exposed from llvm::sys::path.
|
11 år sedan |