Fix "previously declared as a struct" warning

This commit is contained in:
Vitaly Buka 2020-03-23 12:49:41 -07:00
parent 43d98a0ecf
commit cfaa84e1a6
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ class ObjCPropertyDecl;
class ObjCPropertyImplDecl;
class ObjCProtocolDecl;
class ObjCTypeParamDecl;
struct OMPTraitInfo;
class OMPTraitInfo;
struct ParsedTargetAttr;
class Preprocessor;
class Stmt;

View File

@ -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