]> granicus.if.org Git - llvm/commit
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include...
authorEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 16 Jun 2017 00:43:26 +0000 (00:43 +0000)
committerEugene Zelenko <eugene.zelenko@gmail.com>
Fri, 16 Jun 2017 00:43:26 +0000 (00:43 +0000)
commit1d475d81f928b5d15dd0f2028cc67b8e12fabbce
tree220dc8c472927491d007c0b996c660adef85b201
parent1410aba438cf7cc22cf5f3e2263e361a32f64fa9
[BinaryFormat, Option, TableGen] Fix some Clang-tidy modernize-use-using and Include What You Use warnings; other minor fixes (NFC).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305537 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/BinaryFormat/ELF.h
include/llvm/Option/Arg.h
include/llvm/Option/ArgList.h
include/llvm/Option/OptSpecifier.h
include/llvm/Option/OptTable.h
include/llvm/Option/Option.h
include/llvm/TableGen/Main.h
include/llvm/TableGen/Record.h
include/llvm/TableGen/SetTheory.h
include/llvm/TableGen/StringMatcher.h
lib/Option/Arg.cpp
lib/Option/ArgList.cpp
lib/Option/OptTable.cpp
lib/Option/Option.cpp
lib/TableGen/Record.cpp
lib/TableGen/SetTheory.cpp