summaryrefslogtreecommitdiff
path: root/unittests/Frontend
AgeCommit message (Expand)Author
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-16Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz
2017-09-23Commit missing fixes for tool_file_renameReid Kleckner
2017-09-20[PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers
2017-09-12Use the VFS from the CompilerInvocation by defaultRaphael Isemann
2017-09-11[PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers
2017-08-25[Frontend] Fix printing policy for AST context loaded from fileVedant Kumar
2017-06-09Remove 'Filename' parameter from BeginSourceFileAction.Richard Smith
2017-04-26Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith
2017-01-06Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie
2017-01-06Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie
2017-01-05IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie
2016-11-16[Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer
2016-07-18[NFC] Header cleanupMehdi Amini
2016-02-18Use Backend_EmitMCNull for null codegen unit tests.David L. Jones
2016-02-18File missed from r261222Serge Pavlov
2016-02-18Avoid double deletion in Clang driver.Serge Pavlov
2016-01-26Remove autoconf supportChris Bieneman
2015-07-10Add a missing dependency to unittests/Frontend.Adrian Prantl
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-24Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-24Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-21Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2015-02-20Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-20Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2014-10-22Try to fix link errors in mingw cmake -DBUILD_SHARED_LIBS=ONReid Kleckner
2014-10-22Reland r219810 "Fix late template parsing leak with incremental processing"Reid Kleckner
2014-10-15Revert "Fix late template parsing leak with incremental processing"Reid Kleckner
2014-10-15Fix late template parsing leak with incremental processingReid Kleckner
2014-09-10Revert over-eager unique_ptr conversion.Benjamin Kramer
2014-09-10Unique_ptrify PPCallbacks ownership.Craig Topper
2014-08-27Update for LLVM api change.Rafael Espindola
2014-08-10Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325)David Blaikie
2014-08-08[CMake] Upate libdeps in FrontendTests corresponding to r215145.NAKAMURA Takumi
2014-08-07Flip the order the preprocessor and frontendaction are informed of the end of...Benjamin Kramer
2014-07-17Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie
2014-07-17unique_ptr-ify ownership of ASTConsumersDavid Blaikie
2014-07-16Make clang's rewrite engine a core featureAlp Toker
2013-12-15ASTContext: Declare builtin types implicitlyAlp Toker
2013-12-10[CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi
2013-11-24[Parser] Unbreak parsing with incremental parsing enabled and add a unit-test...Argyrios Kyrtzidis
2013-06-14[Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner
2013-01-20Nuke SetUpBuildDumpLog.Sean Silva
2013-01-19fix the unit tests too.Chris Lattner
2012-12-04Really sort the #include lines in unittests/...Chandler Carruth
2012-12-04Sort the #include lines for unittests/...Chandler Carruth
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek