Home
last modified time | relevance | path

Searched refs:NumWarningsBefore (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DCompilerInvocation.cpp695 unsigned NumWarningsBefore = Diags.getNumWarnings(); in RoundTrip() local
697 if (!Success || Diags.getNumWarnings() != NumWarningsBefore) in RoundTrip()