aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/modularize/ModuleAssistant.cpp
AgeCommit message (Expand)AuthorFilesLines
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso1-1/+1
2021-04-06[SystemZ][z/OS][Windows] Add new OF_TextWithCRLF flag and use this flag inste...Abhina Sreeskantharajan1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-5/+5
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
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
2017-09-23[Support] Rename tool_output_file to ToolOutputFile, NFCReid Kleckner1-3/+3
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-10/+5
2016-03-21Fixed some cases in the modularize assistant mode where header file names did...John Thompson1-1/+14
2015-10-18Make a bunch of static arrays const.Craig Topper1-1/+1
2015-07-10Added mechanism to modularize for doing a compilation precheckJohn Thompson1-10/+28
2015-02-10Renamed module.map to module.modulemap (modularize).John Thompson1-2/+2
2015-01-22Replace size call with empty call where appripriate in clang/tools/extraAlexander Kornienko1-1/+1
2014-08-25Update for LLVM api changeRafael Espindola1-5/+5
2014-06-09[C++11] Use 'nullptr'.Craig Topper1-5/+5
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles1-2/+1
2014-02-24Update for llvm api change.Rafael Espindola1-1/+1
2014-02-24Update for llvm api change.Rafael Espindola1-1/+1
2014-01-09Fix typoAlp Toker1-1/+1
2013-10-16clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicaliz...NAKAMURA Takumi1-2/+6
2013-10-15ModuleAssistant: Fix warning, don't return bool as a pointer.Will Dietz1-1/+1
2013-10-15Added module map generation option.John Thompson1-0/+287