git://git.jankratochvil.net
/
lldb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f8b8a1c
)
Remove unnecessary typedef that GCC doesn't like
author
Reid Kleckner
<rnk@google.com>
Thu, 13 Feb 2020 20:50:54 +0000
(12:50 -0800)
committer
Reid Kleckner
<rnk@google.com>
Thu, 13 Feb 2020 20:51:06 +0000
(12:51 -0800)
clang/include/clang/AST/ParentMapContext.h
patch
|
blob
|
history
diff --git
a/clang/include/clang/AST/ParentMapContext.h
b/clang/include/clang/AST/ParentMapContext.h
index
3ab55fb
..
be4d75d
100644
(file)
--- a/
clang/include/clang/AST/ParentMapContext.h
+++ b/
clang/include/clang/AST/ParentMapContext.h
@@
-89,8
+89,6
@@
public:
/// Container for either a single DynTypedNode or for an ArrayRef to
/// DynTypedNode. For use with ParentMap.
class DynTypedNodeList {
- using DynTypedNode = DynTypedNode;
-
llvm::AlignedCharArrayUnion<DynTypedNode, ArrayRef<DynTypedNode>> Storage;
bool IsSingleNode;