summaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize
AgeCommit message (Expand)Author
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-11-09Remove unused c'tor.Bill Wendling
2018-08-14NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett
2018-03-22clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko
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-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne
2017-09-30[NFC] Sync function call with changes to interface made in r314593.Faisal Vali
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner
2017-09-08Update for PrintHelpMessage not calling exit.Rafael Espindola
2017-07-17[NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali
2017-07-11[CMake] Use tools template for clangd and modularizePetr Hosek
2017-02-11Fix memory leak by using unique_ptrDavid Blaikie
2017-01-06Fixes for Clang API changeDavid Blaikie
2016-12-14Deleted unused typedefPiotr Padlewski
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-08-17Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme
2016-03-21Fixed some cases in the modularize assistant mode where header file names did...John Thompson
2016-02-05Add qualifiers that are about to be necessary. NFCPaul Robinson
2016-02-01Fix build problem by lower SmallSet<N> to a reasonable valueMatthias Braun
2016-01-26Remove autoconf supportChris Bieneman
2015-12-10There were problems if a relative path is used for an include path, the path ...John Thompson
2015-12-04Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson
2015-12-04Backing out 254635 until I have a good workaround and test case.John Thompson
2015-12-03Fixed header determination logic. Was missing extensionless headers in covera...John Thompson
2015-11-17modularize: add install ruleSaleem Abdulrasool
2015-11-05Accommodate interface change in r252134.Alexander Kornienko
2015-10-20Revert "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-09-14Prune CRLF.NAKAMURA Takumi
2015-07-10Added mechanism to modularize for doing a compilation precheckJohn Thompson
2015-07-08Fixed erroneous comments.John Thompson
2015-07-08Fixed erroneous comment.John Thompson
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-22Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie
2015-06-21Update for ParseARgs ArrayRef-ificationDavid Blaikie
2015-06-04Fixed modularize to warn about missing headers referenced in a module map.John Thompson
2015-06-04Fixed option comment. '=' is required.John Thompson
2015-05-16Update to match clang r237508.Richard Smith
2015-05-11Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki
2015-05-06Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson
2015-05-06Fixed infinite recursion bug.John Thompson
2015-05-04Update to match clang r236404.Richard Smith
2015-04-23Fix clang-tools-extra build after clang r235614.Richard Smith