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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki
2020-03-11Avoid including FileManager.h from SourceManager.hReid Kleckner
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko
2019-08-27Use FileEntryRef for PPCallbacks::FileSkippedAlex Lorenz
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko
2019-08-15[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song
2019-03-25[pp-trace] Use ClangTool in pp-trace, NFCHaojian Wu
2019-03-25[pp-trace] Try fixing MSVC C2248 after rCTE356849Fangrui Song
2019-03-25Add llvm:: qualifer to make_unique, NFCHaojian Wu
2019-03-24[pp-trace] Delete redundant clang::Fangrui Song
2019-03-24[pp-trace] Wrap code in clang::pp_traceFangrui Song
2019-03-24[pp-trace] Modernize the codeFangrui Song
2019-03-18[pp-trace] Delete -ignore and add a new option -callbacksFangrui Song
2019-03-14Add PragmaHandler for MSVC pragma execution_character_setReid Kleckner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-09-18[pp-trace] Remove unused using directivesFangrui Song
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-10Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev
2017-12-06[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-11[pp-trace] Update skipped source ranges in testsVedant Kumar
2017-06-15Update Append Argument to more efficiently traverse tokensErich Keane
2017-06-15Update callbacks tracker to match change in 305425Erich Keane
2017-04-26Fix API breaksDavid Blaikie
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-29Fix some Clang-tidy modernize-use-default and Include What You Use warnings; ...Eugene Zelenko
2016-03-17Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko
2016-01-27Remove autoconf supportChris Bieneman
2015-10-21Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez
2015-10-18Make a bunch of static arrays const.Craig Topper
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren
2015-06-01Update for clang API change.Rafael Espindola
2015-05-12Fix misleading parameter name for PPCallbacks::FileSkipped.Nikola Smiljanic
2015-05-04Update to match clang r236404.Richard Smith
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer
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-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