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 e9a4f2c commit bf43a13Copy full SHA for bf43a13
clang/include/clang/AST/Decl.h
@@ -737,7 +737,7 @@ class DeclaratorDecl : public ValueDecl {
737
// qualifier, to be used for the (uncommon) case of out-of-line declarations
738
// and constrained function decls.
739
struct ExtInfo : public QualifierInfo {
740
- TypeSourceInfo *TInfo;
+ TypeSourceInfo *TInfo = nullptr;
741
Expr *TrailingRequiresClause = nullptr;
742
};
743
0 commit comments