diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2025-07-02 10:37:09 -0700 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2025-07-02 12:07:20 -0700 |
commit | ab0fa6c5dc725ef6f839ac8cea9b3a41aa3a5b75 (patch) | |
tree | cbabb6204c22454492a34feaf719aa89ff6589ab /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | a63f57262898588b576d66e5fd79c0aa64b35f2d (diff) | |
download | llvm-ab0fa6c5dc725ef6f839ac8cea9b3a41aa3a5b75.zip llvm-ab0fa6c5dc725ef6f839ac8cea9b3a41aa3a5b75.tar.gz llvm-ab0fa6c5dc725ef6f839ac8cea9b3a41aa3a5b75.tar.bz2 |
[lldb] Fix else-after-return in Breakpoint (NFC)
The LLVM Coding Standards [1] discourages the use of 'else' or 'else if'
after something that interrupts control flow. Bulk fix all instances as
I'm working on this part of LLDB.
[1] https://llvm.org/docs/CodingStandards.html#don-t-use-else-after-a-return
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions