From: Coby Tayree Date: Fri, 29 Sep 2017 16:04:16 +0000 (+0000) Subject: fixup, post rL314493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dfca37075ed6c5fd67537a7dd0cbac987af46849;p=clang fixup, post rL314493 'InlineAsmIdentifierInfo' is now a struct - notify Sema.h it isn't a class anymore git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@314529 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 2834d6e87f..754b6c17c1 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -64,7 +64,7 @@ namespace llvm { template struct DenseMapInfo; template class DenseSet; class SmallBitVector; - class InlineAsmIdentifierInfo; + struct InlineAsmIdentifierInfo; } namespace clang {