forked from OSchip/llvm-project
Fix "previously declared as a struct" warning
This commit is contained in:
parent
43d98a0ecf
commit
cfaa84e1a6
|
@ -116,7 +116,7 @@ class ObjCPropertyDecl;
|
||||||
class ObjCPropertyImplDecl;
|
class ObjCPropertyImplDecl;
|
||||||
class ObjCProtocolDecl;
|
class ObjCProtocolDecl;
|
||||||
class ObjCTypeParamDecl;
|
class ObjCTypeParamDecl;
|
||||||
struct OMPTraitInfo;
|
class OMPTraitInfo;
|
||||||
struct ParsedTargetAttr;
|
struct ParsedTargetAttr;
|
||||||
class Preprocessor;
|
class Preprocessor;
|
||||||
class Stmt;
|
class Stmt;
|
||||||
|
|
|
@ -22,7 +22,7 @@
|
||||||
#include "llvm/ADT/APSInt.h"
|
#include "llvm/ADT/APSInt.h"
|
||||||
|
|
||||||
namespace clang {
|
namespace clang {
|
||||||
struct OMPTraitInfo;
|
class OMPTraitInfo;
|
||||||
|
|
||||||
/// An object for streaming information from a record.
|
/// An object for streaming information from a record.
|
||||||
class ASTRecordReader
|
class ASTRecordReader
|
||||||
|
|
Loading…
Reference in New Issue