summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* BitStream reader: propagate errorsJF Bastien2019-06-261-7/+20
* Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz2019-06-191-10/+4
* [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumerAlex Lorenz2019-06-101-3/+7
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-6/+0
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-0/+4
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-2/+2
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-13/+8
* Modules: Invalidate out-of-date PCMs as they're discoveredDuncan P. N. Exon Smith2019-03-091-5/+1
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-091-32/+30
* [HIP] Fix size_t for MSVC environmentYaxun Liu2019-01-301-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* PTH-- Remove feature entirely-Erich Keane2018-12-041-15/+2
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-171-1/+2
* [Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie2018-11-081-1/+3
* Reapply "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Benjamin Kramer2018-11-051-0/+3
* Revert "Fix regression in behavior of clang -x c++-header -fmodule-name=XXX"Ilya Biryukov2018-11-021-3/+0
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-1/+1
* Fix typo in comment.Richard Smith2018-11-011-1/+1
* Fix regression in behavior of clang -x c++-header -fmodule-name=XXXRichard Smith2018-11-011-0/+3
* NFC: Remove the ObjC1/ObjC2 distinction from clang (and related projects)Erik Pilkington2018-10-301-1/+1
* Lift VFS from clang to llvm (NFC)Jonas Devlieghere2018-10-101-6/+6
* [modules] Frontend support for building a header module from a list ofRichard Smith2018-09-151-17/+5
* [VFS] vfs::directory_iterator yields path and file type instead of full StatusSam McCall2018-09-141-2/+2
* [ADT] Normalize empty triple componentsPetr Hosek2018-08-081-1/+1
* Remove trailing spaceFangrui Song2018-07-301-19/+19
* Reapply r336660: [Modules] Autoload subdirectory modulemaps with specific Lan...Bruno Cardoso Lopes2018-07-181-5/+10
* Revert "[modules] Fix 37878; Autoload subdirectory modulemaps with specific L...Bruno Cardoso Lopes2018-07-121-10/+5
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-101-5/+10
* [clang-cl, PCH] Implement support for MS-style PCH through headersErich Keane2018-07-051-30/+1
* Factor out Clang's desired 8MB stack size constant from the variousRichard Smith2018-07-031-2/+2
* Improve diagnostics for config mismatches with -fmodule-file.Richard Smith2018-05-241-3/+10
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-6/+6
* [clang-cl] Print /showIncludes to stderr, if used in combination with /E, /EP...Erich Keane2018-05-041-1/+1
* [Modules] Allow @import to reach submodules in private module mapsBruno Cardoso Lopes2018-05-021-0/+20
* Use export_as for autolinking frameworksBruno Cardoso Lopes2018-04-161-0/+6
* Revert r329684 (and follow-ups 329693, 329714). See discussion on https://rev...Nico Weber2018-04-101-6/+0
* -ftime-report switch support in Clang.Andrew V. Tischenko2018-04-101-0/+6
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* [vfs] Don't bail out after a missing -ivfsoverlay fileBen Langmuir2018-03-231-5/+3
* Remove problematic PrettyStackTrace entry added in r328276Jordan Rose2018-03-231-5/+0
* Sink PrettyDeclStackTrace down to the AST libraryJordan Rose2018-03-231-0/+5
* [Modules] Honor -fmodule-name when handling private framework modulesBruno Cardoso Lopes2018-03-201-0/+4
* [Modules] Fix remapping from Foo.Private to Foo_Private to happen before typo...Bruno Cardoso Lopes2018-02-121-33/+33
* [Modules] Map missing private submodules from Foo.Private to Foo_PrivateBruno Cardoso Lopes2017-12-221-2/+36
* Driver: hoist the `wchar_t` handling to the driverSaleem Abdulrasool2017-10-061-0/+1
* Use the VFS from the CompilerInvocation by defaultRaphael Isemann2017-09-121-3/+7
* Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith2017-09-091-2/+2
* [CUDA] When compilation fails, print the compilation mode.Justin Lebar2017-09-071-2/+11
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-311-4/+13
* Revert r312105 [modules] Add ability to specify module name to module file ma...Victor Leschuk2017-08-301-13/+4
OpenPOWER on IntegriCloud