Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert
2019-11-26Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny
2019-05-25Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-10Port getLocStart -> getBeginLocStephen Kelly
2017-12-06[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-11-03Use ToolExecutor framework in the sample tool-template.Eric Liu
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-08-01Changes related to new implementation of tooling::Replacements as class.Eric Liu
2016-06-09Update to match LLVM r272232.Richard Smith
2016-01-27Remove autoconf supportChris Bieneman
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl
2015-02-24Revert "Add clangCodeGen.a to the tools that need it after the clang module"Adrian Prantl
2015-02-24Add clangCodeGen.a to the tools that need it after the clang moduleAdrian Prantl
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl
2015-02-21Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl
2014-10-29Fix Makefiles after r220867.Daniel Jasper
2014-08-02Changed tool-template to use CommonOptionsParser.Alexander Kornienko
2014-07-16Track clang r213171Alp Toker
2014-04-28Try to fix the build. newFrontendActionFactory was changed to return a unique...Benjamin Kramer
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-06-14Add a dependency on LLVM's option library for clang-tools-extraReid Kleckner
2013-01-19these need the bitcode reader as well.Chris Lattner
2013-01-18Introduce llvm::sys::PrintStackTraceOnErrorSignal()NAKAMURA Takumi
2012-09-01Update Makefiles to reflect split of clangRewrite.a into two libraries.Ted Kremenek
2012-08-25Reverted to correct commit this time.Sam Panzer
2012-08-25Reverted incorect partial commit of loop migrator. git-svn strikes againSam Panzer
2012-08-21Make Mr. Pedantic happy by fixing banner to be exactly 80 columnsMarshall Clow
2012-08-16Fixed some renaming detritus in the comments, and an unused variable warning....Marshall Clow
2012-08-14Rename directory from 'toolTemplate' to 'tool-template'Marshall Clow