aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize
AgeCommit message (Expand)AuthorFilesLines
2020-12-14Revert "Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRef"Nico Weber1-6/+6
2020-12-14Lex: Migrate HeaderSearch::LoadedModuleMaps to FileEntryRefDuncan P. N. Exon Smith1-6/+6
2020-10-15clang-{tools,unittests}: Stop using SourceManager::getBuffer, NFCDuncan P. N. Exon Smith1-7/+8
2020-04-16[clang-tools-extra] reimplement PreprocessorTracker in terms of StringSet.Chris Lattner1-31/+20
2020-04-05[clang-tools-extra] NFC: Fix trivial typo in documents and commentsKazuaki Ishizaki4-6/+6
2020-03-28Upgrade some instances of std::sort to llvm::sort. NFC.Benjamin Kramer2-2/+2
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer4-13/+13
2020-01-04NFC: Fix trivial typos in commentsKazuaki Ishizaki2-3/+3
2019-11-21[DeclCXX] Remove unknown external linkage specificationsEhud Katz1-2/+0
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny1-1/+1
2019-09-24[modularize] Fix compilation warning after r372681Mikael Holmen1-0/+2
2019-09-04[Driver] Use shared singleton instance of DriverOptTableIlya Biryukov1-3/+2
2019-08-29Changed FrontendActionFactory::create to return a std::unique_ptrDmitri Gribenko2-6/+10
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko4-6/+6
2019-08-14[clang-tools-extra] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere3-6/+6
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-08-01[clang-tools-extra] Adopt FileManager's error-returning APIsHarlan Haskins1-5/+10
2019-07-13Simplify with llvm::is_contained. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth9-36/+27
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song1-0/+1
2018-11-09Remove unused c'tor.Bill Wendling1-2/+0
2018-08-14NFC: Enforce good formatting across multiple clang-tools-extra filesKirill Bobyrev1-3/+3
2018-05-10Reland "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2-3/+5
2018-05-09Revert "[tools] Updating PPCallbacks::InclusionDirective calls"Julie Hockett2-5/+3
2018-05-09[tools] Updating PPCallbacks::InclusionDirective callsJulie Hockett2-3/+5
2018-03-22clang-tidy, modularize: return non-zero exit code on errorsAlexander Kornienko1-1/+1
2018-02-27Revert "[Tooling] [1/1] Refactor FrontendActionFactory::create() to return st...Roman Lebedev2-7/+6
2018-02-27[Tooling] [1/1] Refactor FrontendActionFactory::create() to return std::uniqu...Roman Lebedev2-6/+7
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-10-10Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2-9/+12
2017-09-30[NFC] Sync function call with changes to interface made in r314593.Faisal Vali1-1/+1
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-3/+3
2017-09-08Update for PrintHelpMessage not calling exit.Rafael Espindola1-1/+1
2017-07-17[NFC] Update function call names as changed in MacroInfo that should refer to...Faisal Vali1-1/+1
2017-07-11[CMake] Use tools template for clangd and modularizePetr Hosek1-1/+1
2017-02-11Fix memory leak by using unique_ptrDavid Blaikie3-11/+11
2017-01-06Fixes for Clang API changeDavid Blaikie2-21/+16
2016-12-14Deleted unused typedefPiotr Padlewski1-1/+0
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski5-63/+38
2016-08-17Adapt to TraverseLambdaCapture interface change from D23204Martin Bohme1-2/+8
2016-03-21Fixed some cases in the modularize assistant mode where header file names did...John Thompson1-1/+14
2016-02-05Add qualifiers that are about to be necessary. NFCPaul Robinson1-2/+2
2016-02-01Fix build problem by lower SmallSet<N> to a reasonable valueMatthias Braun1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-24/+0
2015-12-10There were problems if a relative path is used for an include path, the path ...John Thompson1-2/+2
2015-12-04Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2-2/+8
2015-12-04Backing out 254635 until I have a good workaround and test case.John Thompson1-1/+1
2015-12-03Fixed header determination logic. Was missing extensionless headers in covera...John Thompson1-1/+1
2015-11-17modularize: add install ruleSaleem Abdulrasool1-0/+4
2015-11-05Accommodate interface change in r252134.Alexander Kornienko1-1/+2