aboutsummaryrefslogtreecommitdiff
path: root/modularize
AgeCommit message (Expand)Author
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
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-03-23Refactor: Simplify boolean expression in modularizeDavid Blaikie
2015-03-23Make helpers static. clang-tools edition.Benjamin Kramer
2015-03-06Renamed function to avoid confusion about purpose.John Thompson
2015-02-26Fixed canonical path function.John Thompson
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-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl
2015-02-20Remove carriage returns.Nick Lewycky
2015-02-19Added module map coverage support, extracted from module-map-checker.John Thompson
2015-02-19Pruned some unneeded code and comments.John Thompson
2015-02-18Added support for extracting headers from module maps as a source for the hea...John Thompson
2015-02-18Temporary hack to avoid false errors. Real fix comming.John Thompson
2015-02-18Updated file comment on modularize usage, as it was out-of-date.John Thompson
2015-02-17Add canonical path conversion function and use it so paths are consistent.John Thompson
2015-02-13Fix broken logic for include in block check.John Thompson
2015-02-13Moved header list loading to new class. This is staging for adding module map...John Thompson
2015-02-13Modularize.cpp: Simplify. Vector may be aware of ranged-for.NAKAMURA Takumi
2015-02-13Modularize.cpp: Prune CRLFs.NAKAMURA Takumi