forked from OSchip/llvm-project
Forward declare OMPClause in Sema.h to avoid an include
llvm-svn: 186824
This commit is contained in:
parent
9cea44a5f2
commit
0a514eeaa7
|
@ -23,7 +23,6 @@
|
|||
#include "clang/AST/MangleNumberingContext.h"
|
||||
#include "clang/AST/NSAPI.h"
|
||||
#include "clang/AST/PrettyPrinter.h"
|
||||
#include "clang/AST/StmtOpenMP.h"
|
||||
#include "clang/AST/TypeLoc.h"
|
||||
#include "clang/Basic/ExpressionTraits.h"
|
||||
#include "clang/Basic/LangOptions.h"
|
||||
|
@ -139,6 +138,7 @@ namespace clang {
|
|||
class ObjCPropertyDecl;
|
||||
class ObjCProtocolDecl;
|
||||
class OMPThreadPrivateDecl;
|
||||
class OMPClause;
|
||||
class OverloadCandidateSet;
|
||||
class OverloadExpr;
|
||||
class ParenListExpr;
|
||||
|
|
Loading…
Reference in New Issue