aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize
AgeCommit message (Expand)AuthorFilesLines
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song1-0/+1
2018-11-09Remove unused c'tor.Bill Wendling1-2/+0
2018-08-14NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev1-3/+3
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2-3/+5
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2-5/+3
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2-3/+5
2018-03-22clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko1-1/+1
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2-7/+6
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2-6/+7
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2-9/+12
2017-09-30[NFC] Sync function call with changes to interface made in r314593.Faisal Vali1-1/+1
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-3/+3
2017-09-08Update for PrintHelpMessage not calling exit.Rafael Espindola1-1/+1
2017-07-17[NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali1-1/+1
2017-07-11[CMake] Use tools template for clangd and modularizePetr Hosek1-1/+1
2017-02-11Fix memory leak by using unique_ptrDavid Blaikie3-11/+11
2017-01-06Fixes for Clang API changeDavid Blaikie2-21/+16
2016-12-14Deleted unused typedefPiotr Padlewski1-1/+0
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski5-63/+38
2016-08-17Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme1-2/+8
2016-03-21Fixed some cases in the modularize assistant mode where header file names did...John Thompson1-1/+14
2016-02-05Add qualifiers that are about to be necessary. NFCPaul Robinson1-2/+2
2016-02-01Fix build problem by lower SmallSet<N> to a reasonable valueMatthias Braun1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-24/+0
2015-12-10There were problems if a relative path is used for an include path, the path ...John Thompson1-2/+2
2015-12-04Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2-2/+8
2015-12-04Backing out 254635 until I have a good workaround and test case.John Thompson1-1/+1
2015-12-03Fixed header determination logic. Was missing extensionless headers in covera...John Thompson1-1/+1
2015-11-17modularize: add install ruleSaleem Abdulrasool1-0/+4
2015-11-05Accommodate interface change in r252134.Alexander Kornienko1-1/+2
2015-10-20Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2-4/+4
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2-4/+4
2015-10-18Make a bunch of static arrays const.Craig Topper1-1/+1
2015-09-14Prune CRLF.NAKAMURA Takumi1-2/+2
2015-07-10Added mechanism to modularize for doing a compilation precheckJohn Thompson5-37/+350
2015-07-08Fixed erroneous comments.John Thompson1-5/+1
2015-07-08Fixed erroneous comment.John Thompson1-1/+1
2015-07-03Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren1-2/+2
2015-07-03Replace some const std::string & with llvm::StringRef or std::stringYaron Keren1-2/+2
2015-06-22Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie1-3/+3
2015-06-21Update for ParseARgs ArrayRef-ificationDavid Blaikie1-3/+2
2015-06-04Fixed modularize to warn about missing headers referenced in a module map.John Thompson4-7/+28
2015-06-04Fixed option comment. '=' is required.John Thompson1-5/+6
2015-05-16Update to match clang r237508.Richard Smith2-4/+4
2015-05-11Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki1-4/+3
2015-05-06Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson1-4/+12
2015-05-06Fixed infinite recursion bug.John Thompson1-1/+1
2015-05-04Update to match clang r236404.Richard Smith1-10/+10
2015-04-23Fix clang-tools-extra build after clang r235614.Richard Smith1-1/+1