summaryrefslogtreecommitdiff
path: root/unittests/Frontend
Commit message (Expand)AuthorAgeFilesLines
* [FrontendTests] Try again to make test not write an output fileHEADmasterBenjamin Kramer2019-10-221-0/+2
* Revert "[FrontendTests] Don't actually run the full compiler, parsing is suff...Benjamin Kramer2019-10-221-2/+2
* [FrontendTests] Don't actually run the full compiler, parsing is sufficient.Benjamin Kramer2019-10-221-2/+2
* [Clang] Add VerboseOutputStream to CompilerInstanceScott Linder2019-10-211-0/+55
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-3/+3
* Move LangStandard*, InputKind::Language to BasicRainer Orth2019-08-053-9/+12
* cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard2019-07-031-1/+1
* [test] Reinstate the assignment to the diagnostic log in the unittestAlex Lorenz2019-06-121-0/+4
* [libclang] Allow skipping warnings from all included filesNikolai Kosjar2019-06-112-4/+4
* [Frontend] Avoid creating auxilary files during a unit test. NFCIlya Biryukov2019-06-111-1/+0
* [Frontend] SetUpDiagnosticLog should handle unowned diagnostic consumerAlex Lorenz2019-06-101-0/+18
* [Preamble] Reuse preamble even if an unsaved file does not existNikolai Kosjar2019-05-211-4/+70
* Modules: Add LangOptions::CacheGeneratedPCHDuncan P. N. Exon Smith2019-03-121-1/+39
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song2018-12-121-0/+1
* [Fixed Point Arithmetic] Fix for FixedPointValueToStringLeonard Chan2018-08-062-0/+108
* Fix build - use llvm::make_uniqueIvan Donchevskii2018-06-061-1/+1
* [Frontend] Honor UserFilesAreVolatile flag getting file buffer in ASTUnitIvan Donchevskii2018-06-061-27/+54
* Add possibility to specify output stream for CompilerInstanceAlexey Sotkin2018-03-022-0/+48
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-162-0/+38
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-232-3/+3
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-201-0/+44
* Use the VFS from the CompilerInvocation by defaultRaphael Isemann2017-09-122-0/+75
* [PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers2017-09-112-0/+157
* [Frontend] Fix printing policy for AST context loaded from fileVedant Kumar2017-08-252-0/+88
* Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith2017-06-091-3/+2
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-262-9/+9
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-062-12/+12
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-062-12/+12
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-052-12/+12
* [Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer2016-11-161-0/+63
* [NFC] Header cleanupMehdi Amini2016-07-182-3/+5
* Use Backend_EmitMCNull for null codegen unit tests.David L. Jones2016-02-181-1/+1
* File missed from r261222Serge Pavlov2016-02-181-0/+61
* Avoid double deletion in Clang driver.Serge Pavlov2016-02-181-0/+2
* Remove autoconf supportChris Bieneman2016-01-261-21/+0
* Add a missing dependency to unittests/Frontend.Adrian Prantl2015-07-101-0/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-4/+5
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-2/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-2/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-1/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-2/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-1/+2
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-2/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-1/+2
* Try to fix link errors in mingw cmake -DBUILD_SHARED_LIBS=ONReid Kleckner2014-10-221-0/+1
* Reland r219810 "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-221-4/+45
* Revert "Fix late template parsing leak with incremental processing"Reid Kleckner2014-10-151-45/+4