| Commit message (Expand) | Author | Age | Files | Lines |
* | Move LangStandard*, InputKind::Language to Basic | Rainer Orth | 2019-08-05 | 1 | -5/+6 |
* | Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC | Fangrui Song | 2019-08-05 | 1 | -5/+5 |
* | [clang] Adopt new FileManager error-returning APIs | Harlan Haskins | 2019-08-01 | 1 | -11/+15 |
* | BitStream reader: propagate errors | JF Bastien | 2019-06-26 | 1 | -7/+20 |
* | Unify DependencyFileGenerator class and DependencyCollector interface (NFCI) | Alex Lorenz | 2019-06-19 | 1 | -10/+4 |
* | [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumer | Alex Lorenz | 2019-06-10 | 1 | -3/+7 |
* | [CodeComplete] Remove obsolete isOutputBinary(). | Sam McCall | 2019-04-18 | 1 | -6/+0 |
* | Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c... | Anton Afanasyev | 2019-03-30 | 1 | -0/+4 |
* | Basic: Return a reference from FileManager::getVirtualFileSystem, NFC | Duncan P. N. Exon Smith | 2019-03-26 | 1 | -2/+2 |
* | Frontend: Remove CompilerInstance::VirtualFileSystem, NFC | Duncan P. N. Exon Smith | 2019-03-26 | 1 | -13/+8 |
* | Modules: Invalidate out-of-date PCMs as they're discovered | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -5/+1 |
* | Modules: Rename MemoryBufferCache to InMemoryModuleCache | Duncan P. N. Exon Smith | 2019-03-09 | 1 | -32/+30 |
* | [HIP] Fix size_t for MSVC environment | Yaxun Liu | 2019-01-30 | 1 | -0/+3 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | PTH-- Remove feature entirely- | Erich Keane | 2018-12-04 | 1 | -15/+2 |
* | Sink BuryPointer from Clang into LLVM for reuse there | David Blaikie | 2018-11-17 | 1 | -1/+2 |
* | [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch... | David Blaikie | 2018-11-08 | 1 | -1/+3 |
* | Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" | Benjamin Kramer | 2018-11-05 | 1 | -0/+3 |
* | Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX" | Ilya Biryukov | 2018-11-02 | 1 | -3/+0 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -1/+1 |
* | Fix typo in comment. | Richard Smith | 2018-11-01 | 1 | -1/+1 |
* | Fix regression in behavior of clang -x c++-header -fmodule-name=XXX | Richard Smith | 2018-11-01 | 1 | -0/+3 |
* | NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects) | Erik Pilkington | 2018-10-30 | 1 | -1/+1 |
* | Lift VFS from clang to llvm (NFC) | Jonas Devlieghere | 2018-10-10 | 1 | -6/+6 |
* | [modules] Frontend support for building a header module from a list of | Richard Smith | 2018-09-15 | 1 | -17/+5 |
* | [VFS] vfs::directory_iterator yields path and file type instead of full Status | Sam McCall | 2018-09-14 | 1 | -2/+2 |
* | [ADT] Normalize empty triple components | Petr Hosek | 2018-08-08 | 1 | -1/+1 |
* | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -19/+19 |
* | Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan... | Bruno Cardoso Lopes | 2018-07-18 | 1 | -5/+10 |
* | Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L... | Bruno Cardoso Lopes | 2018-07-12 | 1 | -10/+5 |
* | [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOpts | Yuka Takahashi | 2018-07-10 | 1 | -5/+10 |
* | [clang-cl, PCH] Implement support for MS-style PCH through headers | Erich Keane | 2018-07-05 | 1 | -30/+1 |
* | Factor out Clang's desired 8MB stack size constant from the various | Richard Smith | 2018-07-03 | 1 | -2/+2 |
* | Improve diagnostics for config mismatches with -fmodule-file. | Richard Smith | 2018-05-24 | 1 | -3/+10 |
* | Remove \brief commands from doxygen comments. | Adrian Prantl | 2018-05-09 | 1 | -6/+6 |
* | [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP... | Erich Keane | 2018-05-04 | 1 | -1/+1 |
* | [Modules] Allow @import to reach submodules in private module maps | Bruno Cardoso Lopes | 2018-05-02 | 1 | -0/+20 |
* | Use export_as for autolinking frameworks | Bruno Cardoso Lopes | 2018-04-16 | 1 | -0/+6 |
* | Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev... | Nico Weber | 2018-04-10 | 1 | -6/+0 |
* | -ftime-report switch support in Clang. | Andrew V. Tischenko | 2018-04-10 | 1 | -0/+6 |
* | Fix typos in clang | Alexander Kornienko | 2018-04-06 | 1 | -1/+1 |
* | [vfs] Don't bail out after a missing -ivfsoverlay file | Ben Langmuir | 2018-03-23 | 1 | -5/+3 |
* | Remove problematic PrettyStackTrace entry added in r328276 | Jordan Rose | 2018-03-23 | 1 | -5/+0 |
* | Sink PrettyDeclStackTrace down to the AST library | Jordan Rose | 2018-03-23 | 1 | -0/+5 |
* | [Modules] Honor -fmodule-name when handling private framework modules | Bruno Cardoso Lopes | 2018-03-20 | 1 | -0/+4 |
* | [Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo... | Bruno Cardoso Lopes | 2018-02-12 | 1 | -33/+33 |
* | [Modules] Map missing private submodules from Foo.Private to Foo_Private | Bruno Cardoso Lopes | 2017-12-22 | 1 | -2/+36 |
* | Driver: hoist the `wchar_t` handling to the driver | Saleem Abdulrasool | 2017-10-06 | 1 | -0/+1 |
* | Use the VFS from the CompilerInvocation by default | Raphael Isemann | 2017-09-12 | 1 | -3/+7 |
* | Fix ownership of the MemoryBuffer in a FrontendInputFile. | Richard Smith | 2017-09-09 | 1 | -2/+2 |