Skip to content

Commit

Permalink
ASTContext: fix declaration of ParsedTargetAttr [-Wmismatched-tags] a…
Browse files Browse the repository at this point in the history
…fter D68627
  • Loading branch information
MaskRay committed Dec 23, 2019
1 parent 0d3f782 commit 4b64e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/include/clang/AST/ASTContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class ObjCPropertyDecl;
class ObjCPropertyImplDecl;
class ObjCProtocolDecl;
class ObjCTypeParamDecl;
class ParsedTargetAttr;
struct ParsedTargetAttr;
class Preprocessor;
class Stmt;
class StoredDeclsMap;
Expand Down

0 comments on commit 4b64e03

Please sign in to comment.