summaryrefslogtreecommitdiffstats
path: root/modularize
Commit message (Expand)AuthorAgeFilesLines
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-102-9/+12
* [NFC] Sync function call with changes to interface made in r314593.Faisal Vali2017-09-301-1/+1
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-3/+3
* Update for PrintHelpMessage not calling exit.Rafael Espindola2017-09-081-1/+1
* [NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali2017-07-171-1/+1
* [CMake] Use tools template for clangd and modularizePetr Hosek2017-07-111-1/+1
* Fix memory leak by using unique_ptrDavid Blaikie2017-02-113-11/+11
* Fixes for Clang API changeDavid Blaikie2017-01-062-21/+16
* Deleted unused typedefPiotr Padlewski2016-12-141-1/+0
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-145-63/+38
* Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme2016-08-171-2/+8
* Fixed some cases in the modularize assistant mode where header file names did...John Thompson2016-03-211-1/+14
* Add qualifiers that are about to be necessary. NFCPaul Robinson2016-02-051-2/+2
* Fix build problem by lower SmallSet<N> to a reasonable valueMatthias Braun2016-02-011-1/+1
* Remove autoconf supportChris Bieneman2016-01-261-24/+0
* There were problems if a relative path is used for an include path, the path ...John Thompson2015-12-101-2/+2
* Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2015-12-042-2/+8
* Backing out 254635 until I have a good workaround and test case.John Thompson2015-12-041-1/+1
* Fixed header determination logic. Was missing extensionless headers in covera...John Thompson2015-12-031-1/+1
* modularize: add install ruleSaleem Abdulrasool2015-11-171-0/+4
* Accommodate interface change in r252134.Alexander Kornienko2015-11-051-1/+2
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-202-4/+4
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-202-4/+4
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Prune CRLF.NAKAMURA Takumi2015-09-141-2/+2
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-105-37/+350
* Fixed erroneous comments.John Thompson2015-07-081-5/+1
* Fixed erroneous comment.John Thompson2015-07-081-1/+1
* Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but no...Yaron Keren2015-07-031-2/+2
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-031-2/+2
* Update for LLVM API change to return by InputArgList directly (rather than by...David Blaikie2015-06-221-3/+3
* Update for ParseARgs ArrayRef-ificationDavid Blaikie2015-06-211-3/+2
* Fixed modularize to warn about missing headers referenced in a module map.John Thompson2015-06-044-7/+28
* Fixed option comment. '=' is required.John Thompson2015-06-041-5/+6
* Update to match clang r237508.Richard Smith2015-05-162-4/+4
* Refactor MacroInfo so range for loops can be used to iterate its tokens.Daniel Marjamaki2015-05-111-4/+3
* Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson2015-05-061-4/+12
* Fixed infinite recursion bug.John Thompson2015-05-061-1/+1
* Update to match clang r236404.Richard Smith2015-05-041-10/+10
* Fix clang-tools-extra build after clang r235614.Richard Smith2015-04-231-1/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-25/+28
* Refactor: Simplify boolean expression in modularizeDavid Blaikie2015-03-231-1/+1
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-234-106/+35
* Renamed function to avoid confusion about purpose.John Thompson2015-03-061-3/+5
* Fixed canonical path function.John Thompson2015-02-262-2/+21
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-251-4/+2
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-251-2/+4
* Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl2015-02-211-9/+2
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-201-2/+9
* Remove carriage returns.Nick Lewycky2015-02-201-5/+5