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 0250fa5 commit f80cf2aCopy full SHA for f80cf2a
clang/include/clang/Analysis/CallGraph.h
@@ -50,7 +50,7 @@ class CallGraph : public RecursiveASTVisitor<CallGraph> {
50
FunctionMapTy FunctionMap;
51
52
/// This is a virtual root node that has edges to all the functions.
53
- CallGraphNode *Root = nullptr;
+ CallGraphNode *Root;
54
55
/// A setting to determine whether this should include calls that are done in
56
/// a constant expression's context. This DOES require the ASTContext object
0 commit comments