Duncan P. N. Exon Smith
|
1d98bab4c4
ASTReader: Bypass overridden files when reading PCHs
|
6 лет назад |
Duncan P. N. Exon Smith
|
6d8783fabd
ContentCache: Drop getBuffer's dependency on SourceManager
|
6 лет назад |
Alex Lorenz
|
5195a35aa7
Introduce FileEntryRef and use it when handling includes to report correct dependencies
|
6 лет назад |
Alex Lorenz
|
d1cb18cc31
NFCI: Simplify SourceManager::translateFile by removing code path that should never be taken
|
6 лет назад |
Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 лет назад |
Harlan Haskins
|
43696f8809
[clang] Adopt new FileManager error-returning APIs
|
6 лет назад |
Nico Weber
|
1863857411
Use a unique_ptr instead of manual memory management for LineTable
|
6 лет назад |
Simon Pilgrim
|
ee915ad903
Fix MSVC "signed/unsigned mismatch" warning. NFCI.
|
6 лет назад |
Fangrui Song
|
b76b345fe1
Change std::{lower,upper}_bound to llvm::{lower,upper}_bound or llvm::partition_point. NFC
|
6 лет назад |
Richard Smith
|
ce328ca3ca
PR42301: Abort cleanly if we encounter a huge source file rather than
|
6 лет назад |
Alexandre Ganea
|
d4dc1a1166
[DebugInfo] Don't emit checksums when compiling a preprocessed CPP
|
6 лет назад |
Nikolai Kosjar
|
03fcf74589
[Preamble] Stop circular inclusion of main file when building preamble
|
6 лет назад |
Owen Pan
|
1b0b08fd71
[clang] Fix a bug that reports UTF32 (LE) files as UTF16 (LE) ones
|
6 лет назад |
Nico Weber
|
51ca2d3ac1
Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBuffer*
|
6 лет назад |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 лет назад |
Fangrui Song
|
8a8f9973b9
ComputeLineNumbers: delete SSE2 vectorization
|
6 лет назад |
Fangrui Song
|
a7d1b31c50
SourceManager: insert(make_pair(..)) -> try_emplace. NFC
|
6 лет назад |
Jonas Devlieghere
|
ef858170ac
Lift VFS from clang to llvm (NFC)
|
6 лет назад |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 лет назад |
Eric Liu
|
617cf1a3b9
Add SourceManagerForFile helper which sets up SourceManager and dependencies for a single file with code snippet
|
7 лет назад |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 лет назад |
Richard Smith
|
ef91bd38cd
PR37189 Fix incorrect end source location and spelling for a split '>>' token.
|
7 лет назад |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 лет назад |
David Zarzycki
|
8cb6286a95
Fix for LLVM r326109
|
7 лет назад |
George Karpenkov
|
791a735f8c
[NFC] Extract method to SourceManager for traversing the macro "stack"
|
7 лет назад |
Pavel Labath
|
0604b824fd
Remove llvm::MemoryBuffer const_casts
|
7 лет назад |
Eugene Zelenko
|
dbacc64bb6
[Basic] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
7 лет назад |
Richard Smith
|
5fa94c9ce1
Fix ownership of the MemoryBuffer in a FrontendInputFile.
|
8 лет назад |
Gabor Horvath
|
7416a3a78f
Factor out a functionality from isBeforeInTranslationUnit
|
8 лет назад |
Richard Smith
|
f2468c5d9d
Remove some redundant setup when preprocessing .pcm files.
|
8 лет назад |