From 7805ce34b658f6c520a1be21079312650cef2e46 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 llvm-svn: 314529 --- clang/include/clang/Sema/Sema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h index 2834d6e..754b6c1 100644 --- a/clang/include/clang/Sema/Sema.h +++ b/clang/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.7.4