]> granicus.if.org Git - clang/commitdiff
fixup, post rL314493
authorCoby Tayree <coby.tayree@intel.com>
Fri, 29 Sep 2017 16:04:16 +0000 (16:04 +0000)
committerCoby Tayree <coby.tayree@intel.com>
Fri, 29 Sep 2017 16:04:16 +0000 (16:04 +0000)
'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

index 2834d6e87f5a67ffdbbddb932d2dcee830af45d8..754b6c17c18007b537b74cacb8eacffe207208fe 100644 (file)
@@ -64,7 +64,7 @@ namespace llvm {
   template <typename ValueT> struct DenseMapInfo;
   template <typename ValueT, typename ValueInfoT> class DenseSet;
   class SmallBitVector;
-  class InlineAsmIdentifierInfo;
+  struct InlineAsmIdentifierInfo;
 }
 
 namespace clang {