summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/modularize
Commit message (Expand)AuthorAgeFilesLines
* NFC: Fix trivial typos in commentsKazuaki Ishizaki2020-01-042-3/+3
* [DeclCXX] Remove unknown external linkage specificationsEhud Katz2019-11-211-2/+0
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-1/+1
* [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-292-6/+10
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-224-6/+6
* [clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-143-6/+6
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* [clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins2019-08-011-5/+10
* 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-199-36/+27
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* Remove unused c'tor.Bill Wendling2018-11-091-2/+0
* NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev2018-08-141-3/+3
* Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-102-3/+5
* Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2018-05-092-5/+3
* [tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2018-05-092-3/+5
* 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-272-7/+6
* [Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2018-02-272-6/+7
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* 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
OpenPOWER on IntegriCloud