Jonas Devlieghere
|
49a6b09101
[Clang] Migrate llvm::make_unique to std::make_unique
|
6 lat temu |
Rainer Orth
|
e3656d7fcf
Move LangStandard*, InputKind::Language to Basic
|
6 lat temu |
Harlan Haskins
|
43696f8809
[clang] Adopt new FileManager error-returning APIs
|
6 lat temu |
JF Bastien
|
0ad57c86b2
BitStream reader: propagate errors
|
6 lat temu |
Duncan P. N. Exon Smith
|
1d5d785505
Basic: Return a reference from FileManager::getVirtualFileSystem, NFC
|
6 lat temu |
Chandler Carruth
|
324f918438
Update the file headers across all of the LLVM projects in the monorepo
|
6 lat temu |
Volodymyr Sapsai
|
5d313d9af5
[Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.
|
6 lat temu |
Nico Weber
|
938b369b75
Let new test from r350340 still pass even after r350451.
|
6 lat temu |
Nico Weber
|
6cb22f178c
Move -add-plugin validation after -load was executed.
|
6 lat temu |
David Blaikie
|
58546904c7
Sink BuryPointer from Clang into LLVM for reuse there
|
6 lat temu |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 lat temu |
Sam McCall
|
efe41bf98e
Remove top-level using declaration from header files, as these aliases leak.
|
6 lat temu |
Jonas Devlieghere
|
ef858170ac
Lift VFS from clang to llvm (NFC)
|
6 lat temu |
Richard Smith
|
e1fb567d8b
[modules] Support use of -E on modules built from the command line.
|
7 lat temu |
Richard Smith
|
84853833c2
[modules] Frontend support for building a header module from a list of
|
7 lat temu |
Sam McCall
|
446fa15e64
[VFS] vfs::directory_iterator yields path and file type instead of full Status
|
7 lat temu |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 lat temu |
Bruno Cardoso Lopes
|
e89556485e
[PCH+Modules] Load -fmodule-map-file content before including PCHs
|
7 lat temu |
Vassil Vassilev
|
b212149560
Print the qualified name when dumping deserialized decls.
|
7 lat temu |
Ivan Donchevskii
|
3303890be9
[Frontend] Avoid running plugins during code completion parse
|
7 lat temu |
Ivan Donchevskii
|
e0cb87fda9
Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815
|
7 lat temu |
Ivan Donchevskii
|
72a418772e
[Frontend] Avoid running plugins during code completion parse
|
7 lat temu |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 lat temu |
Nico Weber
|
dd0c68e17f
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578.
|
7 lat temu |
Andrew V. Tischenko
|
d3f7881f4d
-ftime-report switch support in Clang.
|
7 lat temu |
Bruno Cardoso Lopes
|
8ab750617f
Track shadow modules with a generation counter.
|
7 lat temu |
Raphael Isemann
|
7b30399eef
Use the VFS from the CompilerInvocation by default
|
8 lat temu |
Richard Smith
|
5fa94c9ce1
Fix ownership of the MemoryBuffer in a FrontendInputFile.
|
8 lat temu |
Richard Smith
|
9f28442d72
Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state.
|
8 lat temu |
Richard Smith
|
2d7d5c241b
Track the set of module maps read while building a .pcm file and reload those when preprocessing from that .pcm file.
|
8 lat temu |