aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/clang-rename
AgeCommit message (Expand)AuthorFilesLines
2024-01-10[emacs] Fix Emacs library formatting (#76110)darkfeline1-0/+1
2023-10-03[clang] NFCI: Use `FileEntryRef` for `FileID` creation (#67838)Jan Svoboda1-1/+1
2023-05-23[NFC][Py Reformat] Reformat python files in clang and clang-tools-extraTobias Hieta1-16/+20
2023-04-26[clang-rename] Exit gracefully when no input providedShivam Gupta1-0/+4
2023-04-17Revert "[clang-rename] Exit gracefully when no input provided"Shivam Gupta1-3/+0
2023-04-17[clang-rename] Exit gracefully when no input providedShivam Gupta1-0/+3
2022-09-07[cmake] do not set execution permission to regular files.Sinan Lin1-2/+2
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-1/+1
2022-06-05Remove unneeded cl::ZeroOrMore for cl::opt/cl::list optionsFangrui Song1-2/+2
2022-01-21[clang][cmake] Use `GNUInstallDirs` to support custom installation dirsJohn Ericson1-2/+2
2022-01-16Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-2/+2
2022-01-16[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+2
2022-01-15Revert "[cmake] Use `GNUInstallDirs` to support custom installation dirs."John Ericson1-2/+2
2022-01-15[cmake] Use `GNUInstallDirs` to support custom installation dirs.John Ericson1-2/+2
2021-01-29[clang-tooling] Prevent llvm::fatal_error on invalid CLI optionserge-sans-paille1-1/+7
2019-08-05Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song1-1/+1
2019-08-01[clang] Adopt new FileManager error-returning APIsHarlan Haskins1-2/+2
2019-07-03cmake: Add CLANG_LINK_CLANG_DYLIB optionTom Stellard1-1/+1
2019-05-25Rename clangToolingRefactor to clangToolingRefactoring for consistency with i...Nico Weber1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-12-18Portable Python script across Python versionSerge Guelton1-1/+1
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song1-0/+1
2018-08-06[clang-rename] make clang-rename.py vim integration python3 compatibleJonas Toth1-4/+9
2018-05-09Remove \brief commands from doxygen comments.Adrian Prantl1-3/+3
2018-04-24Make add_clang_tool() formatting a bit more consistent.Nico Weber1-1/+3
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-12-04Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman1-1/+1
2017-11-02[clang-rename] Use add_clang_toolShoaib Meenai1-3/+1
2017-09-11clang-rename: let -force handle multiple renamesMiklos Vajna1-6/+0
2017-06-30[clang-rename] Just return instead of calling exit(3) from main.Benjamin Kramer1-10/+9
2017-06-30Attempt to fix the linkage error caused by r306840 on the mingw-RA-on-linux botAlex Lorenz1-0/+5
2017-06-30[refactor] Move clang-rename into the clang repositoryAlex Lorenz4-0/+399