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 0d5acd4 commit e8a5d99Copy full SHA for e8a5d99
clang/include/clang/Analysis/CallGraph.h
@@ -56,7 +56,7 @@ class CallGraph : public RecursiveASTVisitor<CallGraph> {
56
/// a constant expression's context. This DOES require the ASTContext object
57
/// for constexpr-if, so setting it requires a valid ASTContext.
58
bool ShouldSkipConstexpr = false;
59
- ASTContext *Ctx;
+ ASTContext *Ctx = nullptr;
60
61
public:
62
CallGraph();
0 commit comments