llvm-project/clang-tools-extra/clang-move
Haojian Wu ac97fc3902 [clang-move] Fix generating illegal header guard.
The filepath might contain some characters (i.e. '@') which are not
illegal in c identifiers. This patch changes all non-alphanumeric characters
to '_'.

llvm-svn: 284391
2016-10-17 15:26:34 +00:00
..
tool [clang-move] Use cl::list for the list of names 2016-10-14 23:16:25 +00:00
CMakeLists.txt
ClangMove.cpp [clang-move] Fix generating illegal header guard. 2016-10-17 15:26:34 +00:00
ClangMove.h [clang-move] Use cl::list for the list of names 2016-10-14 23:16:25 +00:00