diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-28 23:48:36 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-28 23:48:36 +0000 |
commit | 0c3984ef314d921fb93ef48d719def86a0f4bb4b (patch) | |
tree | 291c6958d0c99fef7e95ae1e66111cc23da098c3 /llvm/lib/Support/Memory.cpp | |
parent | aec494f3c4226778057ae194d28e131d9df516d8 (diff) | |
download | bcm5719-llvm-0c3984ef314d921fb93ef48d719def86a0f4bb4b.tar.gz bcm5719-llvm-0c3984ef314d921fb93ef48d719def86a0f4bb4b.zip |
Remove unused includes of clang/Config/config.h
Found by opening config.h.cmake in vim, finding all defined macros with
/define\(01\)\? \zs[A-Za-z0-9_]*<cr>
:%s//\=setreg('A', submatch(0), 'V')/gn<cr>
:put A<cr>
and then joining them all with |, and passing that to
git grep -E that_pattern 'clang/*.h' 'clang/*.cpp' 'clang/*.c'
and diffing that output with the result of
git grep Config/config.h 'clang/*.h' 'clang/*.cpp' 'clang/*.c'
No intended behavior change.
llvm-svn: 331124
Diffstat (limited to 'llvm/lib/Support/Memory.cpp')
0 files changed, 0 insertions, 0 deletions