summaryrefslogtreecommitdiff
path: root/include/clang/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [preprocessor] Add an opportunity to retain excluded conditional blocksEvgeny Mankov2019-08-271-0/+1
* ArrayRef'ized CompilerInvocation::CreateFromArgsDmitri Gribenko2019-08-271-5/+2
* [Driver] Add an option for createInvocationFromCommandLine to recover on errorsIlya Biryukov2019-08-272-1/+11
* [clang][ifs] Dropping older experimental interface stub formats.Puyan Lotfi2019-08-222-15/+0
* [clang][ifs] New interface stubs format (llvm triple based).Puyan Lotfi2019-08-222-0/+7
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* Replace non-recursive sys::Mutex users with std::mutexBenjamin Kramer2019-08-071-1/+1
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-054-339/+12
* [DependencyCollector] Make maybeAddDependency virtual (NFC)Jonas Devlieghere2019-07-291-3/+3
* [OpenCL] Rename lang mode flag for C++ modeAnastasia Stulova2019-07-251-0/+1
* [Support] Fix `-ftime-trace-granularity` optionAnton Afanasyev2019-07-241-1/+4
* [OpenCL] Update comments/diagnostics to refer to C++ for OpenCLAnastasia Stulova2019-07-181-1/+1
* [Bitcode] Move Bitstream to a separate libraryFrancis Visoiu Mistrih2019-07-033-3/+3
* BitStream reader: propagate errorsJF Bastien2019-06-261-1/+2
* [clang-scan-deps] print the dependencies to stdoutAlex Lorenz2019-06-211-0/+3
* [clang-ifs] Clang Interface Stubs, first version (second landing attempt).Puyan Lotfi2019-06-202-0/+24
* Unify DependencyFileGenerator class and DependencyCollector interface (NFCI)Alex Lorenz2019-06-192-16/+31
* Revert D60974 "[clang-ifs] Clang Interface Stubs, first version."Fangrui Song2019-06-182-24/+0
* [clang-ifs] Clang Interface Stubs, first version.Puyan Lotfi2019-06-172-0/+24
* Add --print-supported-cpus flag for clang.Ziang Wan2019-06-141-0/+3
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-111-8/+15
* Add clang source minimizer that reduces source to directivesAlex Lorenz2019-06-032-1/+15
* [Frontend] Return an error on bad inputs to PrecompiledPreabmleIlya Biryukov2019-05-221-1/+2
* [Preamble] Reuse preamble even if an unsaved file does not existNikolai Kosjar2019-05-211-1/+6
* Add a new language mode for C2x; enable [[attribute]] support by default in C2x.Aaron Ballman2019-05-142-10/+22
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-132-4/+9
* [OpenCL] Switched CXX mode to be derived from C++17Anastasia Stulova2019-05-091-1/+2
* [VerifyDiagnosticConsumer] Document -verify=<prefixes> in doxygenJoel E. Denny2019-04-221-1/+27
* [verify] Add support for location markers in directives.Richard Smith2019-04-131-0/+16
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-041-3/+3
* Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` c...Anton Afanasyev2019-03-301-7/+11
* Basic: Return a reference from FileManager::getVirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-1/+1
* Frontend: Remove CompilerInstance::VirtualFileSystem, NFCDuncan P. N. Exon Smith2019-03-261-17/+3
* Delete unused declaration of DeclContextPrintAction after the removal of -pri...Fangrui Song2019-03-131-6/+0
* Modules: Rename MemoryBufferCache to InMemoryModuleCacheDuncan P. N. Exon Smith2019-03-092-7/+8
* Make ModuleDependencyCollector's method virtual (NFC)Jonas Devlieghere2019-02-121-5/+5
* [clang] Add getCommentHandler to PreambleCallbacksKadir Cetinkaya2019-02-041-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1930-120/+90
* [Frontend] Make WrapperFrontendAction call WrappedAction.PrepareToExecuteAction.Volodymyr Sapsai2019-01-171-0/+1
* Move PCHContainerOperations from Frontend to SerializationRichard Trieu2018-12-121-103/+1
* Move CodeGenOptions from Frontend to BasicRichard Trieu2018-12-113-694/+1
* Convert some ObjC msgSends to runtime calls.Pete Cooper2018-12-081-0/+2
* Move diagnostic enums into Basic.Richard Trieu2018-12-081-14/+1
* [asan] Add clang flag -fsanitize-address-use-odr-indicatorVitaly Buka2018-12-051-0/+1
* PTH-- Remove feature entirely-Erich Keane2018-12-043-11/+0
* [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to fil...Calixte Denizet2018-11-171-0/+6
* Sink BuryPointer from Clang into LLVM for reuse thereDavid Blaikie2018-11-172-12/+5
* [codeview] Expose -gcodeview-ghash for global type hashingReid Kleckner2018-11-161-0/+3
* [Clang] - Add '-gsplit-dwarf[=split,=single]' version for '-gsplit-dwarf' opt...George Rimar2018-11-142-1/+5
* DebugInfo: Add a driver flag for DWARF debug_ranges base address specifier use.David Blaikie2018-11-131-0/+3