Skip to content

Commit

Permalink
fixup, post rL314493
Browse files Browse the repository at this point in the history
'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
  • Loading branch information
Coby Tayree committed Sep 29, 2017
1 parent be67362 commit dfca370
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/clang/Sema/Sema.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dfca370

Please sign in to comment.