aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize
AgeCommit message (Expand)AuthorFilesLines
2022-10-25NFC: [clang] Template argument cleanups.Matheus Izvekov1-8/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-5/+4
2022-04-14[clang][lex] NFCI: Use FileEntryRef in PPCallbacks::InclusionDirective()Jan Svoboda2-7/+8
2022-01-22[clang-tools-extra][cmake] Use `GNUInstallDirs` to support custom installatio...John Ericson1-1/+1
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-1/+1
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-1/+1
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-1/+1
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-1/+1
2021-10-23Use StringRef::contains (NFC)Kazu Hirata1-2/+1
2021-06-25[clang-tools-extra] Rename StringRef _lower() method calls to _insensitive()Martin Storsjö1-2/+2
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2021-03-02[cte][NFC] Remove all references to stdlib stream headers.Nathan James1-1/+0
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