mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-06 09:33:13 +00:00
Make TypeLocBuilder an implementation detail of Sema. Nobody else should be using it
llvm-svn: 120628
This commit is contained in:
parent
73693023f0
commit
451d1b1d27
@ -25,11 +25,11 @@
|
||||
#include "clang/AST/Stmt.h"
|
||||
#include "clang/AST/StmtCXX.h"
|
||||
#include "clang/AST/StmtObjC.h"
|
||||
#include "clang/AST/TypeLocBuilder.h"
|
||||
#include "clang/Sema/Ownership.h"
|
||||
#include "clang/Sema/Designator.h"
|
||||
#include "clang/Lex/Preprocessor.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "TypeLocBuilder.h"
|
||||
#include <algorithm>
|
||||
|
||||
namespace clang {
|
||||
|
@ -12,8 +12,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef LLVM_CLANG_AST_TYPELOCBUILDER_H
|
||||
#define LLVM_CLANG_AST_TYPELOCBUILDER_H
|
||||
#ifndef LLVM_CLANG_SEMA_TYPELOCBUILDER_H
|
||||
#define LLVM_CLANG_SEMA_TYPELOCBUILDER_H
|
||||
|
||||
#include "clang/AST/TypeLoc.h"
|
||||
#include "llvm/ADT/SmallVector.h"
|
Loading…
x
Reference in New Issue
Block a user