From dfca37075ed6c5fd67537a7dd0cbac987af46849 Mon Sep 17 00:00:00 2001 From: Coby Tayree Date: Fri, 29 Sep 2017 16:04:16 +0000 Subject: [PATCH] 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 --- include/clang/Sema/Sema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0