summaryrefslogtreecommitdiffstats
path: root/modularize/ModuleAssistant.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner2017-09-231-3/+3
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-10/+5
* Fixed some cases in the modularize assistant mode where header file names did...John Thompson2016-03-211-1/+14
* Make a bunch of static arrays const.Craig Topper2015-10-181-1/+1
* Added mechanism to modularize for doing a compilation precheckJohn Thompson2015-07-101-10/+28
* Renamed module.map to module.modulemap (modularize).John Thompson2015-02-101-2/+2
* Replace size call with empty call where appripriate in clang/tools/extraAlexander Kornienko2015-01-221-1/+1
* Update for LLVM api changeRafael Espindola2014-08-251-5/+5
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-5/+5
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-2/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Update for llvm api change.Rafael Espindola2014-02-241-1/+1
* Fix typoAlp Toker2014-01-091-1/+1
* clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...NAKAMURA Takumi2013-10-161-2/+6
* ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz2013-10-151-1/+1
* Added module map generation option.John Thompson2013-10-151-0/+287