summaryrefslogtreecommitdiffstats
path: root/unittests/Frontend
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix late template parsing leak with incremental processingReid Kleckner2014-10-151-4/+45
* Revert over-eager unique_ptr conversion.Benjamin Kramer2014-09-101-6/+6
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-6/+6
* Update for LLVM api change.Rafael Espindola2014-08-271-3/+6
* Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie2014-08-101-3/+3
* [CMake] Upate libdeps in FrontendTests corresponding to r215145.NAKAMURA Takumi2014-08-081-0/+1
* Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer2014-08-071-0/+46
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-3/+3
* unique_ptr-ify ownership of ASTConsumersDavid Blaikie2014-07-171-3/+3
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-1/+1
* ASTContext: Declare builtin types implicitlyAlp Toker2013-12-151-8/+6
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-101-5/+2
* [Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis2013-11-241-0/+32
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-141-1/+1
* Nuke SetUpBuildDumpLog.Sean Silva2013-01-201-1/+1
* fix the unit tests too.Chris Lattner2013-01-192-1/+2
* Really sort the #include lines in unittests/...Chandler Carruth2012-12-041-1/+1
* Sort the #include lines for unittests/...Chandler Carruth2012-12-041-4/+2
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-1/+2
* [ms-inline asm] Add various MC components to clang build to support MS-style ...Chad Rosier2012-08-091-0/+7
* Add various MC components to clang build to support MS-style inline assembly.Chad Rosier2012-08-081-1/+2
* Update unittests for include change.Benjamin Kramer2012-07-041-0/+1
* Clang side of a refactoring of the CMake unit test build strategy.Chandler Carruth2012-06-211-0/+6
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-1/+1
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1