summaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize/Modularize.cpp
Commit message (Expand)AuthorAgeFilesLines
* [modularize] StringMap=>map to make iteration order deterministicFangrui Song2023-02-021-2/+3
* NFC: [clang] Template argument cleanups.Matheus Izvekov2022-10-251-8/+2
* Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song2022-06-051-5/+4
* [cte][NFC] Remove all references to stdlib stream headers.Nathan James2021-03-021-1/+0
* [clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki2020-04-051-1/+1
* Upgrade some instances of std::sort to llvm::sort. NFC.Benjamin Kramer2020-03-281-1/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-3/+3
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-041-1/+1
* [DeclCXX] Remove unknown external linkage specificationsEhud Katz2019-11-211-2/+0
* [modularize] Fix compilation warning after r372681Mikael Holmen2019-09-241-0/+2
* [Driver] Use shared singleton instance of DriverOptTableIlya Biryukov2019-09-041-3/+2
* Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2019-08-291-4/+7
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* Simplify with llvm::is_contained. NFCFangrui Song2019-07-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko2018-03-221-1/+1
* Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2018-02-271-5/+4
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-271-4/+5
* Update for PrintHelpMessage not calling exit.Rafael Espindola2017-09-081-1/+1
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-3/+1
* Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme2016-08-171-2/+8
* Accommodate interface change in r252134.Alexander Kornienko2015-11-051-1/+2
* Prune CRLF.NAKAMURA Takumi2015-09-141-2/+2
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-101-5/+139
* 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-041-2/+2
* Fixed option comment. '=' is required.John Thompson2015-06-041-5/+6
* Changed option processing to implicitly use -x c++ if no other -x option spec...John Thompson2015-05-061-4/+12
* 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-111-3/+3
* Make helpers static. clang-tools edition.Benjamin Kramer2015-03-231-12/+13
* Added module map coverage support, extracted from module-map-checker.John Thompson2015-02-191-8/+72
* Added support for extracting headers from module maps as a source for the hea...John Thompson2015-02-181-8/+23
* Updated file comment on modularize usage, as it was out-of-date.John Thompson2015-02-181-3/+23
* Add canonical path conversion function and use it so paths are consistent.John Thompson2015-02-171-1/+1
* Moved header list loading to new class. This is staging for adding module map...John Thompson2015-02-131-93/+19
* Modularize.cpp: Simplify. Vector may be aware of ranged-for.NAKAMURA Takumi2015-02-131-6/+5
* Modularize.cpp: Prune CRLFs.NAKAMURA Takumi2015-02-131-4/+4
* Added support for multiple header list files, as a precursor for when we need...John Thompson2015-02-121-9/+13
* Added -block-check-header-list-only option. This is a work-around for privat...John Thompson2015-02-111-1/+11
* Renamed module.map to module.modulemap (modularize).John Thompson2015-02-101-6/+7
* Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505).Alexander Kornienko2014-12-031-21/+13
* Recommit 213308: unique_ptr-ify ownership of ASTConsumers (reverted in r213324)David Blaikie2014-08-101-4/+4
* Plug memory leaks.Benjamin Kramer2014-07-241-2/+2
* Revert "unique_ptr-ify ownership of ASTConsumers"David Blaikie2014-07-171-4/+4