This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fixed crash 44745 in readability-else-after-return
ClosedPublic

Authored by njames93 on Feb 1 2020, 1:14 PM.

Diff Detail

Event Timeline

njames93 created this revision.Feb 1 2020, 1:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2020, 1:14 PM
njames93 edited the summary of this revision. (Show Details)Feb 1 2020, 1:21 PM
njames93 added a project: Restricted Project.
njames93 updated this revision to Diff 241902.Feb 1 2020, 1:22 PM
  • new line

Unit tests: pass. 62371 tests passed, 0 failed and 839 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

Unit tests: pass. 62371 tests passed, 0 failed and 839 were skipped.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

alexfh accepted this revision.Feb 1 2020, 6:19 PM

LG. Thanks for the fix!

This revision is now accepted and ready to land.Feb 1 2020, 6:19 PM
This revision was automatically updated to reflect the committed changes.