Richard Smith
|
c6a35f056e
Fix regression in behavior of clang -x c++-header -fmodule-name=XXX
|
6 年 前 |
Erik Pilkington
|
e1dcbc21bc
NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)
|
6 年 前 |
Jonas Devlieghere
|
ef858170ac
Lift VFS from clang to llvm (NFC)
|
6 年 前 |
Richard Smith
|
84853833c2
[modules] Frontend support for building a header module from a list of
|
7 年 前 |
Sam McCall
|
446fa15e64
[VFS] vfs::directory_iterator yields path and file type instead of full Status
|
7 年 前 |
Petr Hosek
|
2db0cb23ff
[ADT] Normalize empty triple components
|
7 年 前 |
Fangrui Song
|
abdbb605f2
Remove trailing space
|
7 年 前 |
Bruno Cardoso Lopes
|
3264f7f496
Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific LangOpts
|
7 年 前 |
Bruno Cardoso Lopes
|
76bc093350
Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts"
|
7 年 前 |
Yuka Takahashi
|
f40124d4f0
[modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts
|
7 年 前 |
Erich Keane
|
ba7b10ace8
[clang-cl, PCH] Implement support for MS-style PCH through headers
|
7 年 前 |
Richard Smith
|
1faea10f90
Factor out Clang's desired 8MB stack size constant from the various
|
7 年 前 |
Richard Smith
|
13c1a496d7
Improve diagnostics for config mismatches with -fmodule-file.
|
7 年 前 |
Adrian Prantl
|
647be32c60
Remove \brief commands from doxygen comments.
|
7 年 前 |
Erich Keane
|
a3220b023e
[clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP or /P
|
7 年 前 |
Bruno Cardoso Lopes
|
a05f37359b
[Modules] Allow @import to reach submodules in private module maps
|
7 年 前 |
Bruno Cardoso Lopes
|
c995be9ca4
Use export_as for autolinking frameworks
|
7 年 前 |
Nico Weber
|
dd0c68e17f
Revert r329684 (and follow-ups 329693, 329714). See discussion on https://reviews.llvm.org/D43578.
|
7 年 前 |
Andrew V. Tischenko
|
d3f7881f4d
-ftime-report switch support in Clang.
|
7 年 前 |
Alexander Kornienko
|
b8b9458165
Fix typos in clang
|
7 年 前 |
Ben Langmuir
|
e403c97d4e
[vfs] Don't bail out after a missing -ivfsoverlay file
|
7 年 前 |
Jordan Rose
|
8b8dfd5cb4
Remove problematic PrettyStackTrace entry added in r328276
|
7 年 前 |
Jordan Rose
|
5fe5d44d7f
Sink PrettyDeclStackTrace down to the AST library
|
7 年 前 |
Bruno Cardoso Lopes
|
acdaa235c6
[Modules] Honor -fmodule-name when handling private framework modules
|
7 年 前 |
Bruno Cardoso Lopes
|
78bb478c5d
[Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo correction
|
7 年 前 |
Bruno Cardoso Lopes
|
e959732272
[Modules] Map missing private submodules from Foo.Private to Foo_Private
|
7 年 前 |
Saleem Abdulrasool
|
b623e4aa71
Driver: hoist the `wchar_t` handling to the driver
|
7 年 前 |
Raphael Isemann
|
7b30399eef
Use the VFS from the CompilerInvocation by default
|
8 年 前 |
Richard Smith
|
5fa94c9ce1
Fix ownership of the MemoryBuffer in a FrontendInputFile.
|
8 年 前 |
Justin Lebar
|
640d10c8b0
[CUDA] When compilation fails, print the compilation mode.
|
8 年 前 |