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 f83589b commit 22ce0fbCopy full SHA for 22ce0fb
clang/lib/StaticAnalyzer/Core/EntryPointStats.cpp
@@ -120,8 +120,7 @@ UnsignedEPStat::UnsignedEPStat(llvm::StringLiteral Name)
120
StatsRegistry->ExplicitlySetStats.push_back(this);
121
}
122
123
-static std::vector<std::optional<unsigned>>
124
-consumeExplicitlySetStats() {
+static std::vector<std::optional<unsigned>> consumeExplicitlySetStats() {
125
std::vector<std::optional<unsigned>> Result;
126
Result.reserve(StatsRegistry->ExplicitlySetStats.size());
127
for (auto *M : StatsRegistry->ExplicitlySetStats) {
0 commit comments