Nico Weber
|
dd0c68e17f
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578.
|
7 years ago |
Andrew V. Tischenko
|
d3f7881f4d
-ftime-report switch support in Clang.
|
7 years ago |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 years ago |
Ben Langmuir
|
e403c97d4e
[vfs] Don't bail out after a missing -ivfsoverlay file
|
7 years ago |
Jordan Rose
|
8b8dfd5cb4
Remove problematic PrettyStackTrace entry added in r328276
|
7 years ago |
Jordan Rose
|
5fe5d44d7f
Sink PrettyDeclStackTrace down to the AST library
|
7 years ago |
Bruno Cardoso Lopes
|
acdaa235c6
[Modules] Honor -fmodule-name when handling private framework modules
|
7 years ago |
Bruno Cardoso Lopes
|
78bb478c5d
[Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo correction
|
7 years ago |
Bruno Cardoso Lopes
|
e959732272
[Modules] Map missing private submodules from Foo.Private to Foo_Private
|
7 years ago |
Saleem Abdulrasool
|
b623e4aa71
Driver: hoist the `wchar_t` handling to the driver
|
7 years ago |
Raphael Isemann
|
7b30399eef
Use the VFS from the CompilerInvocation by default
|
8 years ago |
Richard Smith
|
5fa94c9ce1
Fix ownership of the MemoryBuffer in a FrontendInputFile.
|
8 years ago |
Justin Lebar
|
640d10c8b0
[CUDA] When compilation fails, print the compilation mode.
|
8 years ago |
Boris Kolpackov
|
90051f7676
[modules] Add ability to specify module name to module file mapping (reapply)
|
8 years ago |
Victor Leschuk
|
6f7f03ccb1
Revert r312105 [modules] Add ability to specify module name to module file mapping
|
8 years ago |
Boris Kolpackov
|
ca9ec867b6
[modules] Add ability to specify module name to module file mapping
|
8 years ago |
Boris Kolpackov
|
6b41ce0eda
[modules-ts] Omit submodule semantics for TS modules
|
8 years ago |
Nico Weber
|
f9afe1de8c
Use "foo-12345.o.tmp" instead of "foo.o-12345" as temporary file name.
|
8 years ago |
NAKAMURA Takumi
|
08ca17598d
Revert r309984, "Use "foo-12345.o" instead of "foo.o-12345" as temporary file name."
|
8 years ago |
Nico Weber
|
764e1d8251
Use "foo-12345.o" instead of "foo.o-12345" as temporary file name.
|
8 years ago |
Richard Smith
|
9f28442d72
Teach ASTReader how to read only the Preprocessor state from an AST file, not the ASTContext state.
|
8 years ago |
Gheorghe-Teodor Bercea
|
71607099bc
[OpenMP] Add support for auxiliary triple specification
|
8 years ago |
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 years ago |
Richard Smith
|
0be2e497aa
Support non-identifier module names when preprocessing modules.
|
8 years ago |
Richard Smith
|
f0e160dd67
Add -frewrite-imports flag.
|
8 years ago |
Richard Smith
|
ae2de79ce2
Add #pragma clang module build/endbuild pragmas for performing a module build
|
8 years ago |
Richard Smith
|
747fcbb890
Factor out and unify emission of "module is unavailable" diagnostics.
|
8 years ago |
Galina Kistanova
|
0ed287ec53
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
|
8 years ago |
Richard Smith
|
463eb6ab52
Move functionality for handling module maps as inputs from the -emit-module
|
8 years ago |
Duncan P. N. Exon Smith
|
fc4c78381a
Preprocessor: Suppress -Wnonportable-include-path for header maps
|
8 years ago |