summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/CompilerInstance.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land "Add an -fno-temp-file flag for compilation"Hans Wennborg2019-12-191-1/+1
* Revert "Add an -fno-temp-file flag for compilation"Mitch Phillips2019-12-181-1/+1
* Add an -fno-temp-file flag for compilationHans Wennborg2019-12-181-1/+1
* [SYCL] Add support for auxiliary triple specification to FrontendAlexey Bader2019-12-111-2/+3
* clang/Modules: Rename CompilerInstance::ModuleManager, NFCDuncan P. N. Exon Smith2019-11-221-49/+48
* clang/Modules: Refactor CompilerInstance::loadModule, NFCDuncan P. N. Exon Smith2019-11-221-203/+248
* clang/Modules: Early return in CompilerInstance::createModuleManager, NFCDuncan P. N. Exon Smith2019-11-191-43/+44
* clang/Modules: Bring back optimization lost in 31e14f41a21fDuncan P. N. Exon Smith2019-11-041-3/+4
* clang/Modules: Sink CompilerInstance::KnownModules into ModuleMapDuncan P. N. Exon Smith2019-11-031-20/+14
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-211-3/+11
* Replace platform-dependent `stat` with `llvm::sys::fs::status`. NFC intended.Volodymyr Sapsai2019-10-161-8/+7
* Reapply: [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-151-1/+3
* Temporarily Revert [Modules][PCH] Hash input files contentEric Christopher2019-10-141-3/+1
* [Modules][PCH] Hash input files contentBruno Cardoso Lopes2019-10-141-1/+3
* FileManager: Use llvm::Expected in new getFileRef APIDuncan P. N. Exon Smith2019-08-261-0/+2
* Improve behavior in the case of stack exhaustion.Richard Smith2019-08-261-0/+5
* Introduce FileEntryRef and use it when handling includes to report correct de...Alex Lorenz2019-08-221-9/+13
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-7/+7
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-051-5/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-5/+5
* [clang] Adopt new FileManager error-returning APIsHarlan Haskins2019-08-011-11/+15
* 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
OpenPOWER on IntegriCloud