We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daa36a commit e3faae9Copy full SHA for e3faae9
clang/include/clang/AST/Expr.h
@@ -5843,7 +5843,7 @@ class GenericSelectionExpr final
5843
std::conditional_t<Const, const Stmt *const *, Stmt **>;
5844
using TSIPtrPtrTy = std::conditional_t<Const, const TypeSourceInfo *const *,
5845
TypeSourceInfo **>;
5846
- StmtPtrPtrTy E; // = nullptr; FIXME: Once support for gcc 4.8 is dropped.
+ StmtPtrPtrTy E = nullptr;
5847
TSIPtrPtrTy TSI; // Kept in sync with E.
5848
unsigned Offset = 0, SelectedOffset = 0;
5849
AssociationIteratorTy(StmtPtrPtrTy E, TSIPtrPtrTy TSI, unsigned Offset,
0 commit comments