Files
clang-p2996/clang/lib/CIR/FrontendAction
David Olsen eaa4eb281d [CIR] Fix warning in CIRGenAction.cpp (#118389)
Fix a compiler warning in `CIRGenConsumer::HandleTranslationUnit` in
`clang/lib/CIR/FrontendAction/CIRGenAction.cpp`. The warning was about a
`default:` section in a switch statement that already covered all the
values of an enum. Delete the `default:` section.
2024-12-02 13:19:33 -08:00
..