As spotted in #55780 methods of json::Array require json::Value to be completely defined, so they can't be defined in-class. Fix that by defining them out of class.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
60,070 ms | x64 debian > Clang.Driver::emit-reproducer.c | |
60,330 ms | x64 debian > Clang.Driver::fsanitize.c | |
60,470 ms | x64 debian > Clang.OpenMP::target_update_codegen.cpp |
Event Timeline
Comment Actions
Rebase on main branch. According to thread in https://github.com/llvm/llvm-project/issues/55780 this fixes the original bug.