projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ea394
)
fixup, post rL314493
author
Coby Tayree
<coby.tayree@intel.com>
Fri, 29 Sep 2017 16:04:16 +0000
(16:04 +0000)
committer
Coby 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
llvm-svn: 314529
clang/include/clang/Sema/Sema.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/Sema/Sema.h
b/clang/include/clang/Sema/Sema.h
index
2834d6e
..
754b6c1
100644
(file)
--- a/
clang/include/clang/Sema/Sema.h
+++ b/
clang/include/clang/Sema/Sema.h
@@
-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 {