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 ObjCProtocolDecl;
|
||||
class ObjCTypeParamDecl;
|
||||
struct OMPTraitInfo;
|
||||
class OMPTraitInfo;
|
||||
struct ParsedTargetAttr;
|
||||
class Preprocessor;
|
||||
class Stmt;
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
#include "llvm/ADT/APSInt.h"
|
||||
|
||||
namespace clang {
|
||||
struct OMPTraitInfo;
|
||||
class OMPTraitInfo;
|
||||
|
||||
/// An object for streaming information from a record.
|
||||
class ASTRecordReader
|
||||
|
|
Loading…
Reference in New Issue