Rafael Espindola
|
23ddbddd09
Use raw_pwrite_stream in clang.
|
10 年之前 |
Reid Kleckner
|
bcae33fb11
[Frontend] Close open file handles before renaming output files
|
10 年之前 |
Rafael Espindola
|
17b4b2e702
Return std::unique_ptr to avoid a release and recreate.
|
10 年之前 |
Rafael Espindola
|
14135d0fdc
Use a std::unique_ptr to make it easier to see who owns the stream.
|
10 年之前 |
Chandler Carruth
|
da58f15d69
[Modules] Don't compute a modules cache path if we're not using modules!
|
10 年之前 |
Chandler Carruth
|
3865f6b88e
[Modules] Stop creating timestamps for the modules cache and trying to
|
10 年之前 |
Yaron Keren
|
9bd91b686a
Remove many superfluous SmallString::str() calls.
|
10 年之前 |
Richard Smith
|
cdecc265d4
Make module files passed to a module build via -fmodule-file= available to
|
10 年之前 |
Richard Smith
|
1b1758f780
Give better diagnostics when -fmodule-file= finds a bad file: if the file is
|
10 年之前 |
Richard Smith
|
26bc93fd3b
[modules] Even if we already have a definition of a class, loading in another
|
10 年之前 |
Richard Smith
|
3d9113e37d
[modules] Fix a bug that would result in a build with P paths through a module
|
10 年之前 |
Manuel Klimek
|
9eb2516a4d
Add -fno-implicit-modules.
|
10 年之前 |
Argyrios Kyrtzidis
|
699179bb08
[PCH/Modules] Check that the specific module cache path the PCH was built with, is the same as
|
10 年之前 |
Ben Langmuir
|
2e42451bb7
Diagnose timeouts in the LockFileManager and delete the dead lock file
|
10 年之前 |
Richard Smith
|
d0136c3ad6
[modules] When using -E, we may try to merge decls despite having no Sema
|
10 年之前 |
Richard Smith
|
c39fc75bc0
PR22299: Relocate code for handling -fmodule-map-file= so that we don't try to
|
10 年之前 |
Richard Smith
|
8373290b6c
[modules] If the same .pcm file is imported via two different paths, don't
|
10 年之前 |
Richard Smith
|
f41e52c880
PR21217: Slightly more eagerly load -fmodule-map-file= files and provide
|
10 年之前 |
Richard Smith
|
b911ec1605
[modules] Track how 'header' directives were written in module map files,
|
10 年之前 |
Alexander Kornienko
|
f98071d4ea
Make DiagnosticsEngine::takeClient return std::unique_ptr<>
|
10 年之前 |
Alexander Kornienko
|
bbbf9249a0
A small correction for r221884. No functional changes.
|
10 年之前 |
Alexander Kornienko
|
97fba2d728
Support non-owned DiagnosticConsumer in SetupSerializedDiagnostics
|
10 年之前 |
Richard Smith
|
489c8c9c1c
[modules] Load .pcm files specified by -fmodule-file lazily.
|
10 年之前 |
Benjamin Kramer
|
0273eb0d7a
Make VFS and FileManager match the current MemoryBuffer API.
|
10 年之前 |
Justin Bogner
|
d881becaad
Driver: Include driver diagnostics when we --serialize-diagnostics
|
10 年之前 |
Richard Smith
|
732cea5e28
[modules] Initial support for explicitly loading .pcm files.
|
10 年之前 |
Richard Smith
|
aaa733793e
Extend -Rmodule-build to also remark when module building finishes.
|
11 年之前 |
Ben Langmuir
|
5a1246e832
Ensure that all module build failures get diagnosed
|
11 年之前 |
David Blaikie
|
c447b36b00
unique_ptrify ChainedDiagnosticConsumer's ctor parameters
|
11 年之前 |
David Blaikie
|
132299d3f0
Fix memory leak of raw_ostreams in LogDiagnosticPrinter handling.
|
11 年之前 |