[clang] [llvm] [clang] Implement JSON formatted -ftime-report (PR #137737)
Arthur Eubanks via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 29 16:26:22 PDT 2025
================
@@ -442,10 +442,6 @@ void TimerGroup::clearAll() {
void TimerGroup::printJSONValue(raw_ostream &OS, const PrintRecord &R,
const char *suffix, double Value) {
- assert(yaml::needsQuotes(Name) == yaml::QuotingType::None &&
----------------
aeubanks wrote:
can you explain this change?
https://github.com/llvm/llvm-project/pull/137737
More information about the cfe-commits
mailing list