Update the code to more modern C++ style.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D155336
[clang][JumpDiagnostics] bring VerifyIndirectOrAsmJumps to C++17 ClosedPublic Authored by nickdesaulniers on Jul 14 2023, 1:25 PM.
Details Summary Update the code to more modern C++ style.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 14 2023, 1:42 PM nickdesaulniers added inline comments. This revision is now accepted and ready to land.Jul 14 2023, 2:09 PM nickdesaulniers added a child revision: D155342: [clang][JumpDiagnostics] ignore non-asm goto target scopes.Jul 14 2023, 3:18 PM This revision was landed with ongoing or failed builds.Jul 14 2023, 3:28 PM Closed by commit rG9115f18de906: [clang][JumpDiagnostics] bring VerifyIndirectOrAsmJumps to C++17 (authored by nickdesaulniers). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 540561 clang/lib/Sema/JumpDiagnostics.cpp
|
contains