aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Rename
AgeCommit message (Expand)AuthorFilesLines
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 Carruth5-20/+15
2018-12-12Add explicit dependency on clangSerialization for a bunch of components to fi...Fangrui Song1-0/+1
2018-10-10Lift VFS from clang to llvm (NFC)Jonas Devlieghere1-1/+1
2018-09-03Add header guards to some headers that are missing themArgyrios Kyrtzidis1-0/+5
2018-02-06Unittests misc. typos Sylvestre Ledru1-1/+1
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-10-25[rename] support renaming class member.Haojian Wu2-0/+230
2017-10-23[rename] Don't overwrite the template argument when renaming a template funct...Haojian Wu1-0/+19
2017-10-18[clang-rename] Rename alias.Haojian Wu2-0/+305
2017-10-17[clang-rename] Rename enum.Haojian Wu2-0/+190
2017-10-16[clang-rename] Add function unit tests.Haojian Wu3-0/+557
2017-10-11[clang-rename] Add more unittest.Haojian Wu1-0/+118
2017-10-11[clang-rename] Don't add prefix qualifiers to the declaration and definition ...Haojian Wu1-14/+10
2017-06-30Use add_clang_unittest in the CMakeLists.txt for the moved unittestAlex Lorenz1-1/+1
2017-06-30[refactor] Move clang-rename into the clang repositoryAlex Lorenz3-0/+818