Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed FrontendActionFactory::create to return a std::unique_ptr | Dmitri Gribenko | 2019-08-29 | 1 | -2/+2 |
| | | | | | | | | | | Subscribers: jkorous, arphaman, kadircet, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D66947 llvm-svn: 370379 | ||||
* | Make clang-move use same file naming convention as other tools | Nico Weber | 2019-03-22 | 1 | -0/+240 |
In all the other clang-foo tools, the main library file is called Foo.cpp and the file in the tool/ folder is called ClangFoo.cpp. Do this for clang-move too. No intended behavior change. Differential Revision: https://reviews.llvm.org/D59700 llvm-svn: 356780 |