mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-13 19:24:21 +00:00
include system_error directly.
llvm-svn: 210797
This commit is contained in:
parent
033ecd1cc8
commit
fd85bb3424
@ -19,8 +19,8 @@
|
||||
#include "clang/Tooling/Refactoring.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
#include <vector>
|
||||
|
||||
namespace clang {
|
||||
|
@ -17,7 +17,7 @@
|
||||
#define CLANG_MODERNIZE_INCLUDEEXCLUDEINFO_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <system_error>
|
||||
#include <vector>
|
||||
|
||||
/// \brief Class encapsulating the handling of include and exclude paths
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Program.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <system_error>
|
||||
|
||||
using namespace llvm;
|
||||
using namespace llvm::sys;
|
||||
|
@ -11,8 +11,8 @@
|
||||
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_TIDY_CLANG_TIDY_OPTIONS_H
|
||||
|
||||
#include "llvm/ADT/StringRef.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <string>
|
||||
#include <system_error>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Signals.h"
|
||||
#include "llvm/Support/raw_ostream.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <system_error>
|
||||
|
||||
using namespace clang;
|
||||
using namespace clang::ast_matchers;
|
||||
|
@ -16,7 +16,7 @@
|
||||
#include "llvm/Support/FileSystem.h"
|
||||
#include "llvm/Support/Path.h"
|
||||
#include "llvm/Support/Regex.h"
|
||||
#include "llvm/Support/system_error.h"
|
||||
#include <system_error>
|
||||
|
||||
TEST(UniqueHeaderName, testUniqueHeaderName) {
|
||||
using namespace llvm::sys::path;
|
||||
|
Loading…
Reference in New Issue
Block a user