llvm-project/clang-tools-extra/clang-rename
Benjamin Kramer 1afefc0da3 [clang-rename] exit code-related bugfix and code cleanup
This patch does the following:

* enforces proper formatting for few files (i.e. deals with 80 linewidth violations and few other things)
* ensures '\n' chars are passed to the output streams instead of "\n" strings
* fixes a bug caused by calling cl::PrintHelpMessage(), which occasionally calls exit(0), so that exit(1) (which is right after cl::PrintHelpMessage line) becomes dead code

Patch by Kirill Bobyrev!

Differential Revision: http://reviews.llvm.org/D22091

llvm-svn: 275387
2016-07-14 09:46:03 +00:00
..
tool [clang-rename] exit code-related bugfix and code cleanup 2016-07-14 09:46:03 +00:00
CMakeLists.txt [clang-rename] Fix broken dependency on shared build. 2016-05-13 15:38:54 +00:00
RenamingAction.cpp [clang-rename] exit code-related bugfix and code cleanup 2016-07-14 09:46:03 +00:00
RenamingAction.h Revert r241330. It compiled with Visual C++ 2013 and gcc 4.9.1 (mingw) but now fails the bots. 2015-07-03 09:30:33 +00:00
USRFinder.cpp clang-rename: add a -old-name option 2016-06-21 19:48:57 +00:00
USRFinder.h clang-rename: add a -old-name option 2016-06-21 19:48:57 +00:00
USRFindingAction.cpp clang-rename: add a -old-name option 2016-06-21 19:48:57 +00:00
USRFindingAction.h clang-rename: add a -old-name option 2016-06-21 19:48:57 +00:00
USRLocFinder.cpp [clang-rename] exit code-related bugfix and code cleanup 2016-07-14 09:46:03 +00:00
USRLocFinder.h [clang-rename] exit code-related bugfix and code cleanup 2016-07-14 09:46:03 +00:00