Don't call Decl::CollectingStats(false) and Stmt::CollectingStats(false). When...
Don't call Decl::CollectingStats(false) and Stmt::CollectingStats(false). When called with false these functions return whether statistics are enabled. They don't change any state. Since we're not using the return value avoid calling them in the first place. llvm-svn: 90077
Loading
Please register or sign in to comment